vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Archief button (https://vborg.vbsupport.ru/showthread.php?t=309089)

Menno11 03-02-2014 07:42 PM

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

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
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>



Menno11 03-03-2014 06:33 AM

Thx tbworld

i lookt over it.

Thx again:up:


Quote:

Originally Posted by tbworld (Post 2484615)
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>





All times are GMT. The time now is 03:13 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00992 seconds
  • Memory Usage 1,721KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete