vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB Easy Archive - Search Engine Spiderable Hack! (https://vborg.vbsupport.ru/showthread.php?t=65703)

Xenon 10-03-2004 04:01 PM

in archive_functions.php that part:

PHP Code:

    // Build Page Title
    
$pagetitle $archive_options['title'];
    if (
$threadinfo['title'] != '')
    {
        
$pagetitle .= ' - ' $threadinfo['title'];
    }
    else if (
$foruminfo['title'] != '')
    {
        
$pagetitle .= ' - ' $foruminfo['title'];
    } 


joeychgo 10-04-2004 02:47 AM

and what do I do with it????

Xenon 10-05-2004 04:22 PM

well you see the order of the constructing variables there, just change em as you like it :)

joeychgo 10-06-2004 12:50 AM

ive played wth it - and cant figure out what to do with that snippet.......

joeychgo 10-11-2004 09:47 AM

we also havent got the title, desc and keyword tags in yet - important to search engines.

To complete the seo part of things we need these and the change I jsut talked about with the title of very page. DOing these things will help with SEO

Xenon 10-11-2004 05:16 PM

Change it into.

PHP Code:

// Build Page Title
    
$pagetitle '';
    if (
$threadinfo['title'] != '')
    {
        
$pagetitle .= $threadinfo['title'] . ' - ';
    }
    else if (
$foruminfo['title'] != '')
    {
        
$pagetitle .= $foruminfo['title'] . ' - ';
    }
    
$pagetitle .= $archive_options['title']; 


jd-inflames 10-25-2004 01:34 PM

I'm beginning to get rather frustrated with archives...

The integrated one doesn't work, it just redirects me to the forum index.

I tried installing this one, and I was getting error-500 messeges until I changed my .htaccess to what was suggested in this thread about the forcetypes, now I'm getting 404's.

I know that I have mod_mime installed and that it is working, but I'm really not very "informed" when it comes to that...I sent a messege to my host and he said that it is installed and active, that I just need to set the directives in ControlPanel for the extension...Like I said, I'm rather uninformed when it comes to mod_mime and mime types, so can anyone tell me how to fix this?

I haven't installed it without using mod_mime yet just because I want to get it working while using it.

RWDF1 11-28-2004 05:34 PM

Will this work with VB 3.0.3??

Rick Sample 11-28-2004 06:07 PM

Quote:

Originally Posted by RWDF1
Will this work with VB 3.0.3??

Yes it will :)

RWDF1 11-28-2004 06:21 PM

Ok, I installed it, the index page works, but when I click 1 of the links, I get this- Internal Server Error, this is an error with your script, check your error log for more information.


All times are GMT. The time now is 12:24 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.01552 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (1)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