vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Use vBulletin Archive as Sitemap for the Forum (https://vborg.vbsupport.ru/showthread.php?t=198920)

shabbirbhimani 12-17-2008 02:01 AM

You would need to edit the replaceArray

Code:

'<a href="' . $vbulletin->options['homeurl'] . 'sitemap/">' . $vbulletin->options['bbtitle'] . ' Sitemap</a>',
$vbulletin->options['homeurl'] . 'sitemap',

to
Code:

'<a href="' . $vbulletin->options['homeurl'] . '/sitemap/">' . $vbulletin->options['bbtitle'] . ' Sitemap</a>',
$vbulletin->options['homeurl'] . '/sitemap',

In the future version I would check if homeurl ends with / and then add accordingly.

Stefanus 12-17-2008 12:19 PM

Quote:

Originally Posted by shabbirbhimani (Post 1687104)
You would need to edit the replaceArray

Without the Complete Idiot's Guide to being a VB coder, the "replaceArray" does sound very strange to me and at this moment I don't have the foggiest idea of any "replaceArray".
Any help in directing me to this "replaceArray" would be appreciated :o

After some time trying to find the "archive_complete plugin " I have to admit that this bugger has eluded me completely and is still at large on my forum, any idea where this fella could be hiding?

Thanks.

shabbirbhimani 12-17-2008 12:24 PM

AdminCP > Products > plugins

Or if you want I can give you a seperate XML file or let me know your forum url and can edit it for you.

shabbirbhimani 12-17-2008 01:34 PM

Here is the updated product with the support of / in home url

Stefanus 12-24-2008 08:14 AM

Hello shabbirbhimani,

Thanks for the help but the best I could get out of this was a working sitemap with the following error:

Code:

Parse error: syntax error, unexpected ',' in /usr/www/users/wendag/forum/archive/index.php(475) : eval()'d code on line 12

shabbirbhimani 12-24-2008 10:44 AM

I downloaded the XML and imported once again and could not get that error.

Check if your archive works without the plugin?

Keesa 12-30-2008 03:25 AM

MEH! This does not work.

The requested URL /forum/forums/archive/index.php/ was not found on this server.

Why is it forcing in the subdirectory /forums/. Not all of us use that.

shabbirbhimani 12-30-2008 04:23 AM

You would need to change the .htaccess url to match your url

Code:

RewriteRule ^sitemap(.*)$ forums/archive/index.php$1 [QSA,L]

Businesss 04-10-2009 01:31 AM

I got the sitemap up at http://www.businesss-forum.com/archive/index.php but none of the links are valid.

How can I fix this so bots can read valid info?

shabbirbhimani 04-10-2009 03:19 AM

You already have a blank sitemap folder under your home directory,

http://www.businesss-forum.com/sitemap/

Remove that first and then get the .htaccess correctly setup. Remember to remove the "forums/"


All times are GMT. The time now is 11:55 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.01080 seconds
  • Memory Usage 1,731KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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