The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hi ,
i want to know is there any way that we can disable Showing a Sub-forums just for one section ??? and also i redirect a sub forum to another URL , but i want that link would be open in NEW PAGE but i couldn t find any option for that .. is there any way ?? Thanks |
#2
|
||||
|
||||
![]()
Any idea ?!!
|
#3
|
|||
|
|||
![]()
forumhome_subforumbit_post
# add conditional statement around template code # replace X,Y,Z with forum(id) identification number. Code:
<if condition="!in_array($forumid, array(X,Y,Z))">Template Code</if> # find template(s): forumhome_subforumbit_nopost - forumhome_subforumbit_post # add conditional statement Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" <if condition="$forum[link] != ''">target="_blank"</if>>$forum[title]</a> Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" <if condition="$forum[link] != ''">target="_blank"</if>>$forum[title]</a> I see you have posted in vB.com 3.5 section... It will not work if you enter in 'Forum Link' URL=[S]www.site.com[/S] Try using URL=http://www.site.com or URL=http://site.com |
#4
|
||||
|
||||
![]()
yea thanks alot .
it works perfect |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|