Jump to content

Pubblicità a destra nel primo post di ogni topic o in alcuni

Featured Replies

Per aggiungere un banner pubblicitario a destra, nel primo messaggio di ogni discussione
ACP - Look&Feel - Template - Topicview - post template

trovare

{$post['post']['post']}


e cambiare con

<div>	  <if test="showAds:|:$post['post']['post_count'] % $this->settings['display_max_posts'] == 1">			<div style="border:0px; float:right; width:130;">								    CODICE BANNER			</div>	   </if>	   {$post['post']['post']}</div>


cambiare il valore 130 con la dimensione del banner +10 pixel
ci sarà però un problema se un'immagine grossa viene postata all'inizio del topic


http://www.invisionita.it/forum/topic/3035-posizionare-banner-pubblicitari-e-adsense-su-ipboard/#entry26019

  • 1 year later...

ACP - Look&Feel - Template - Topicview - post template

cerca

{$post['post']['post']}

aggiungi prima

<if test="showAds:|:$post['post']['post_count'] % $this->settings['display_max_posts'] == 1 && in_array( $topic['forum_id'], array( 14, 17, 48 ) )"><div style="border:0px; float:right; width:130;">CODICE BANNER</div></if>
sostituisci 14,17 ed 48 con l'id dei forum!

Questo codice permette di inserire solo nel primo messaggio di una discussione, nei forum selezionati, un banner.

  • 4 weeks later...

salce ragazzi io nel mio tema ipboard

 

nella sezione skin

Visualizza discussione

topicViewTemplate

 

non trovo la seguente scritta

 

{$post['post']['post']}
  • 9 months later...

post template c'è scritto cosi

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. to insert a cookie message.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.