![]() |
Use vBulletin Archive as Sitemap for the Forum
What does this product do?
It uses the existing vBulletin Archive feature to be used for Sitemap for the forum like in vbSEO / TfSEO product. How to install?
How to uninstall?
Samples See the working example on my forum http://www.go4expert.com/ Note: I changed some bburl to homeurls and if you find something wrong in it do let me know and I would be more than happy to help. |
Something is wrong: It redirects to http://www.mysite.com/index.phpsitemap/
Note that I do have vbSEO sitemap installed. i.e. htaccess does already have these rewrites: PHP Code:
|
If you have vbSEO it already have this feature for you and so you don't need to use this Hack.
|
I dont have the vbSEO product. I only have the vbSEO Google sitemap mod(submits an xml sitemap to sitemaps.org), that is available here on vb.org.
$vboptions[homeurl] gives mysite.com/index.php When I hardcode this so that my footer shows mysite.com/sitemap/ or to mysite.com/sitemap/index.php then I still get a blank page. |
in this bburl's are replaced by homeurls and so do let me know your bburls/homeurls.
if you would like that to be changed Edit the archive_complete plugin With the following Code:
$searchArray=array( |
is this better or vbseo sitemap generator?
|
Quote:
|
Server not found
Firefox can't find the server at 100fm6.comsitemap. |
Quote:
|
Quote:
Place a "/" between: $vboptions[homeurl] and sitemap/ Code:
<if condition="$vboptions['archiveenabled']"><a href="$vboptions[homeurl]/sitemap/">$vbphrase[archive]</a> -</if> Code:
RewriteRule ^sitemap(.*)$ "My Forum"/archive/index.php$1 [QSA,L] http://www.mysite.comsitemap/f-21.html http://www.mysite.comsitemap/f-23.html Any help on this? Thanks |
You would need to edit the replaceArray
Code:
'<a href="' . $vbulletin->options['homeurl'] . 'sitemap/">' . $vbulletin->options['bbtitle'] . ' Sitemap</a>', Code:
'<a href="' . $vbulletin->options['homeurl'] . '/sitemap/">' . $vbulletin->options['bbtitle'] . ' Sitemap</a>', |
Quote:
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. |
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. |
Here is the updated product with the support of / in home url
|
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 |
I downloaded the XML and imported once again and could not get that error.
Check if your archive works without the plugin? |
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. |
You would need to change the .htaccess url to match your url
Code:
RewriteRule ^sitemap(.*)$ forums/archive/index.php$1 [QSA,L] |
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? |
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 04:52 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|