The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
conditional needed
i guess its a conditional.
i need to stop the showing of the rep icon in a certain forum. how would i be able to do that? |
#2
|
|||
|
|||
Code:
<if condition=$vboptions[forumid]!=x"> Rep Icon Code </if> |
#3
|
||||
|
||||
I'm pretty sure that won't work - try using $foruminfo[forumid]
|
#4
|
|||
|
|||
oops. yup, your right. You saved my bacon again there Paul
|
#5
|
|||
|
|||
peter can u give me a complete idea of what the code will look like and what template this goes into. thanks.
|
#6
|
|||
|
|||
I'm pretty sure you would just find the coding that dispays it, and put that conditional around it. Go into your ftp and find the name of the rep icon, and then do a search for the name of the icon. Then find where it displays the image source and everything, and condtionalize it.. Is conditionalize a word?
EDIT: I went and got mine: Code:
<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if> |
#7
|
|||
|
|||
so should it look this this???
Code:
<if condition=$foruminfo[forumid]!=64"> <if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> </if></if> |
#8
|
|||
|
|||
Code:
<if condition="$forum[forumid]!=64"> <if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> </if></if> and yes, this is the postbit template. |
#9
|
|||
|
|||
You are welcome!
|
#10
|
|||
|
|||
rep icon are still showing
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|