
03-03-2014, 06:33 AM
|
 |
|
|
Join Date: Feb 2011
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Thx tbworld
i lookt over it.
Thx again:up:
Quote:
Originally Posted by tbworld
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>
Replace
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>
|
|