The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Zoints SEO Details »» | |||||||||||||||||||||||||
********Please do not use this modification unless you are VERY well educated on SEO and forum modification********
Zoints is a company that believes that forums are the killer application of the internet. We want to empower forum owners to take their community to the next level. Therefore, Zoints has been developing an extremely powerful vBulletin forum SEO and revenue enhancing solution for more than two years now. However, because we are focusing on our Forum Network and Thread Tagging System, we have decided to release this SEO solution to the vBulletin community under the lgpl license. Zoints SEO is now open source and NOT supported by us. We hope that the vBulletin dev community comes together to take this already powerful solution and make it even better. Empower yourselves Zoints SEO can be discussed here or http://network.zoints.com (again, we will not be providing official support). Known bugs 1. If a user disables cookies, infinite redirect loop. 2. index2, index3 pagination breaks some things. Standard p2, p3 works fine. Zoints SEO is currently incompatible with: POSSIBLE FIX. PLEASE TRY THIS AND REPORT BACK. THANK YOU! 1. Incompatibility with vBA Gallery link. 2. Incompatibility with vBA Links 3. Improper linking from vBA CMPS Recent threads 4. Google Maps [s]5. Non english characters[/s] - Character replacement is now available. Without further ado: Show Your Support
|
Comments |
#602
|
||||
|
||||
Is there something that i need to enable / do to have the SEO changed URLs wrapped in vbAdvanced also ?
http://dramaloot.com/forum.php works fine Clicking on a link takes me to http://dramaloot.com/news-f31.html?f=31 (note the ?f=31 ) http://dramaloot.com/illidian-down-t2071.html Neither are wrapped in vbAdvanced (Note that the forums above do not have SEO Enabled until this matter is fixed). Thanks |
#603
|
|||
|
|||
Does zoints disrupt google and yahoo spiders?
|
#604
|
|||
|
|||
this is default links
/tek-hatam-demirorene-inanmak-t23706.html I want make this /t23706-tek-hatam-demirorene-inanmak.html can you help me? |
#605
|
|||
|
|||
Quote:
Create a file named "redirector.php" in the new directory with the following code: Code:
<? $url=$_SERVER[’REQUEST_URI’]); $old_forum_url="http://www.oldurl.com/forums/"; $new_forum_url="http://www.newurl.com/forums/"; $url=str_replace ( $old_forum_url, $new_forum_url, $url ); header( "HTTP/1.1 301 Moved Permanently" ); header( "Location: $url" ); ?> Code:
ErrorDocument 404 redirector.php Not at all! |
#606
|
|||
|
|||
Uploaded, looks good but
when I click on the sitemap, it only display the top forum, when I click on this I get a 404 error. This may be down to regeneration so I will check back later. Also, the sitemap shows private hidden forums... Not always the best idea |
#607
|
|||
|
|||
If you are not logged in you will not see this forums
|
#608
|
|||
|
|||
That was the first thing I checked. Even logged out it was showing my private forums.
I have hidden them until I can work out the problem. I still cant get the site map to work properly though, generates a 404 whenever your click on a link. my sitemap is here if you want to have a look. I am wondering whether I have a bad install. |
#609
|
|||
|
|||
*Installed* Best free seo product ever and can compete with vbseo. Thanks!
|
#610
|
|||
|
|||
I have a problem!
My site: Unmoderated Forums As you can see if you click the sitemap URL (/sitemap/ - it generates a 404 page. If you visit /sitemap/index.php though, the page appears! What's wrong? Thanks And this is my htaccess: Code:
Options +FollowSymlinks RewriteEngine on RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L] RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L] RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC] RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L] |
#611
|
|||
|
|||
okay I load the page now
I use this Htaccess. Code:
Options +FollowSymlinks RewriteEngine on RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L] RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L] RewriteRule ^(archive|sitemap)/(.*)$ /sitemap/index.php/$2 [L] They are reqritten like so: /sitemap/staff-section-f13.html This generates a 404. I don't see any rewrites for the sitemap/archive in the zoints htaccess! Will I have to write my own? Please help! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|