![]() |
|
#1
|
|||
|
|||
|
Hello,
i now have the link dir. and the gallery installed. Before with just the link dir. i had this if statment to change the navbar. Now i want to do both changes (gallery and links) in one template. How to make the if / else Statement correct: ############## current version ####### <if condition="VBA_SCRIPT == 'links_directory'"> Link Dir. stuff here <else /> normal forum stuff here </if> ###################### thanks in advance Robert |
|
#2
|
|||
|
|||
|
and up again ...
searching for a solution ... |
|
#3
|
||||
|
||||
|
<if condition="in_array(VBA_SCRIPT, array('links_directory', 'gallery'))">
<if condition="VBA_SCRIPT == 'links_directory'"> Link Dir. stuff here </if> <if condition="VBA_SCRIPT == 'gallery'"> Gallery stuff here </if> <else /> normal forum stuff here </if> |
|
#4
|
|||
|
|||
|
ok i will test it ..
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 |
| Double login/out. One doesn't work | Collectors | Troubleshooting & Problems | 6 | 09-16-2005 01:07 PM |
| Double member block; removing 1? | burley | "How Do I..." Questions | 2 | 08-12-2005 08:00 AM |
| Double Module Title | Scooterpig | Troubleshooting & Problems | 4 | 07-22-2005 10:02 PM |
| Double domain extension on navbar | rbl | Troubleshooting / "How do I..." Questions | 8 | 01-10-2005 02:17 PM |