The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
thanks |
#12
|
||||
|
||||
You can delete the link in your footer, but if someone has a direct link they would still be able to see the archive. I'm sure there has to be a way to do what you are asking.
|
#13
|
||||
|
||||
In your footer template,
Find: Code:
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if> Code:
<if condition="is_member_of($bbuserinfo, 1,2,3,4,5,6,7)"><!-- Remove or add Usergroup ID's here --> Find: Code:
$template_hook[footer_links] Code:
</if> As Boofo mentioned above, those that know the direct URL can still get to it & view it, but they can only view the forums you gave them permisson to view in Forum Manager. Remember, they do not see what you see. |
#14
|
|||
|
|||
I can not find it.
|
#15
|
||||
|
||||
What version of vbulletin are you using?
|
#16
|
|||
|
|||
|
#17
|
|||
|
|||
New?
|
#18
|
||||
|
||||
Ok, do this.
In your footer template, Find: Code:
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if> Code:
<if condition="is_member_of($bbuserinfo, 1,2,3,4,5,6,7)"><!-- Remove or add Usergroup ID's here --> <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if> </if> Click save. |
#19
|
|||
|
|||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|