View Full Version : Archief button
Menno11
03-02-2014, 07:42 PM
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
Barcham
03-02-2014, 08:08 PM
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.
tbworld
03-02-2014, 08:09 PM
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
<vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if>
Replace
<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>
Menno11
03-03-2014, 06:33 AM
Thx tbworld
i lookt over it.
Thx again:up:
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
<vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if>
Replace
<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>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.