![]() |
|
#1
|
|||
|
|||
|
Is there a way to do this? I basically want my VBA page to have a different banner than the standard forum one. Any help would be greatly appreciated!
Thanks |
|
#2
|
||||
|
||||
|
You would just need to edit your 'header' template and wrap and <if condition> that looks something like this around the code for your banner.
Code:
<if condition="THIS_SCRIPT == 'adv_index'"> CMPS Banner code here <else /> Forum Banner code here </if> |
|
#3
|
|||
|
|||
|
Thanks Brian, I've been messing with it a while, and it's obvious I did something wrong lol. I use a bunch of conditionals to set specific banners in specific forums. The bold below is what I am trying to show on my VBA page, but it is basically just stacking one on top of the other instead of getting rid of the old banner:
Quote:
|
|
#4
|
||||
|
||||
|
Try something more like this for the top portion of the code:
Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <if condition="THIS_SCRIPT == 'adv_index'"> <td align="$stylevar[left]"><img src="http://shadowspear.com/forumbanner2.JPG" border="0" alt="$vboptions[bbtitle]" /></td> <else /> <if condition="!in_array($forumid, array(5,4,6,21,140,9,12,77,129,91,11,3,90,89,19,132,92,8,141,59,23,20,87,133,13, 134,139,85))"> <td align="$stylevar[left]"><div align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://shadowspear.com/soforpforu.jpg" border="0" alt="$vboptions[bbtitle]" /></a></div></td> </if> |
|
#5
|
|||
|
|||
|
They are appearing side by side now. VB prompted me with a "youre missing an if tag warning" and even after I added one, they appeared side by side still. Thanks !
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Banner ads | AzHousePro | "How Do I..." Questions | 3 | 08-01-2006 01:16 PM |
| How do i fix the banner URL? | Met | "How Do I..." Questions | 3 | 06-27-2006 10:06 AM |
| No Banner | yellowputty | Troubleshooting & Problems | 3 | 05-04-2006 12:33 AM |
| Banner Ad on Forum Index page? | MorrisMcD | Add-On Modules & Modifications | 14 | 11-23-2004 02:45 PM |
| Banner Ads | mofohead | Troubleshooting / "How do I..." Questions | 5 | 09-14-2004 05:52 PM |