najaru 971 Posted October 25, 2011 Share Posted October 25, 2011 Per aggiungere un banner pubblicitario a destra, nel primo messaggio di ogni discussioneACP - Look&Feel - Template - Topicview - post templatetrovare{$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 pixelci sarà però un problema se un'immagine grossa viene postata all'inizio del topichttp://www.invisionita.it/forum/topic/3035-posizionare-banner-pubblicitari-e-adsense-su-ipboard/#entry26019 3 Link to post Share on other sites
BomAle 434 Posted December 22, 2012 Share Posted December 22, 2012 ACP - Look&Feel - Template - Topicview - post templatecerca{$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. Link to post Share on other sites
flash_007 1 Posted January 18, 2013 Share Posted January 18, 2013 salce ragazzi io nel mio tema ipboard nella sezione skinVisualizza discussionetopicViewTemplate non trovo la seguente scritta {$post['post']['post']} Link to post Share on other sites
trattore 146 Posted October 19, 2013 Share Posted October 19, 2013 post template c'è scritto cosi Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now