vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vbArchive - Search Engine Indexer for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=47667)

eva2000 01-19-2003 05:57 PM

what's the best way to turn off certain private forums from being viewed altogether regardless of usergroup permissions ?

Dean C 01-19-2003 06:00 PM

Wow fancty seeing you here eva :)

- miSt

TECK 01-19-2003 06:04 PM

George, you have 2 choices. Either add your forum info onto the robots.txt file (easiest way):
[high]Disallow: /forum/forumdisplay/f-32.html[/high]
Or change this onto your forumdisplay.txt (or archive.txt) file:
Code:

      if ( $forumperms['canview'] )
      {

To:
Code:

      if ( $forumperms['canview'] and !in_array( $forum['forumid'] , array( 15 , 23 , 48 ) ) )
      {

EDIT: what's the archive URL? so I add it in the first post...

eva2000 01-19-2003 06:18 PM

awesome works great http://animeboards.com/archive/?styleid=18 :)

TECK 01-19-2003 06:22 PM

There is something wrong there with your style, you are supposed to have an arrow in front of each forum...
Right click on the little arrow, on my archive to see the location...
What is your $bburl set at? It looks like it doesn't see the {imagesfolder} replacement variable.
Let me know please.

Also, remove the link to the forums front page, it was done in purpose this way (quote from first post):
Quote:

Important
Do NOT get "creative" and start adding crazy stuff and links to the actual templates. The script was optimized to perform at it's best the way it is now, so crawlers gravitate only onto the archives files, not outside, to the actual forums.
You can edit the archive_homekeytag to enter your web site key words.

eva2000 01-19-2003 06:28 PM

Quote:

Originally posted by TECK
There is something wrong there with your style, you are supposed to have an arrow in front of each forum...
Right click on the little arrow, on my archive to see the location...
What is your $bburl set at? It looks like it doesn't see the {imagesfolder} replacement variable.
Let me know please.

Also, remove the link to the forums front page, it was done in purpose this way (quote from first post):

all i had to do was upload arrow.gif to each styles image directories :)

TECK 01-19-2003 06:30 PM

Ok, now remove the link to the forums home page in the header. :p

eva2000 01-19-2003 06:31 PM

Quote:

Originally posted by TECK


Also, remove the link to the forums front page, it was done in purpose this way (quote from first post):

from what i understand, some search engines if they don't find a link back to the main site, might think it was spammed

but either way my whole forum is spider friendly via mod_rewrite, so doesn't matter which way they spider :D

TECK 01-19-2003 06:36 PM

Hmm really? That's interesting, where did you read this George?
Let me know please...

I added your link to the first post. :)

eva2000 01-19-2003 07:07 PM

Quote:

Originally posted by TECK
Hmm really? That's interesting, where did you read this George?
Let me know please...

I added your link to the first post. :)

i read it at http://searchengineforums.com/ - use to be a frequent member there :D


All times are GMT. The time now is 06:32 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.01795 seconds
  • Memory Usage 1,736KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete