| |||||||
This is a discussion on Disable Ads in Custom Thread?? within the vBulletin section, part of the Internet Forum Softwares category; Hello, I'm using this code to appear ads for guest only: Code: <if condition="$show['guest']"> ads </if> How to disable ads ...
![]() |
|
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
|
Hello, I'm using this code to appear ads for guest only: Code: <if condition="$show['guest']">ads</if> example: I want disable ads in this thread: 'http://www.domain.com/forum/showthread.php?t=1256779 and 'http://www.domain.com/forum/showthread.php?t=2347889 Please help me!! Last edited by v123shine; 05-11-2010 at 01:19 PM. |
|
#2
| ||||
| ||||
|
To show something in specific thread, try this: HTML Code: <if condition="$thread['threadid'] == 123">ads</if>
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#3
| ||||
| ||||
|
Dear Webwizzy, thank you for help me. But i mean how to disable ads in custom or specific thread for guest only?? I'm using this code for display ads for guest only: Code: <if condition="$show['guest']">ads</if> |
|
#4
| ||||
| ||||
|
i get the solution ![]() i'm using this code to disable ads in custom or specific thread for guest only Code: <if condition="$show['guest'] && $thread['threadid'] != 123"> can you help me, please!! |
|
#5
| ||||
| ||||
|
For multiple thread ID's, try something like: HTML Code: <if condition="!in_array($thread['threadid'], array(123,34345))"></if>
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#6
| ||||
| ||||
|
Dear Webwizzy, thank you very much for help me ![]() - God Bless You - |
|
#7
| ||||
| ||||
|
Nice sharing.............
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |