The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Archief button
Hi,
how to disable the archief button on forum in right corner in bottum. the see all hidden context on my site when the puse that button. Thx |
#2
|
|||
|
|||
If you have your forum permissions configured properly, no one should be seeing anything they do not have permission to view, whether on the main board or in the archive. Most of my board is members only and guests cannot see it. Members can only see the sections of the board that their usergroup is allowed to see.
|
#3
|
|||
|
|||
If you disable the archive system in the ACP. as it is really not needed anymore, the button is removed in the template.
ACP --> settings --> options --> Search Engine Friendly Archive --> Forum Archive Enabled: NO You can also alter the footer template and comment out the HTML for the button. Search Code:
<vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if> Code:
<vb:comment> <vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if> </vb:comment> |
#4
|
||||
|
||||
Thx tbworld
i lookt over it. Thx again:up: Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|