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 |
#312
|
|||
|
|||
Hi,
Not sure if anyone is still having the problem of a redirect to the site index when clicking on forums. I had the same problem and got it working by (duhhh) making sure htaccess was enabled on my server. Hope that helps Curt |
#313
|
|||
|
|||
Oh alomost forgot.
Dave, thanks VERY much for this. |
#314
|
|||
|
|||
TEMPLATE: threadbit:
Code:
Find: ================================================== <if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if> ================================================== Replace With: ================================================== <if condition="$show['gotonewpost']"><a href="<if condition="$show['zointsurl']">$thread[zointsurl]?goto=newpost<else />showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]</if>"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if> ================================================== the result is a link to www.forum.com/forum/#postXXX |
#315
|
|||
|
|||
First of all, thank you so much for releasing this mod. It is amazing!
After I got everything installed I noticed that I cannot follow links within my archive/sitemap directory. Everything else seems to work fine. Here is the link to my archive/sitemap post install: http://www.chaosforums.com/sitemap/ You will notice as you click on the links it will not take you any deeper into the archive. I think its the .htaccess file messing things up, but cant tell. im running 3.6.3 |
#316
|
|||
|
|||
There's another problem: If you guess the ID of a thread in a private forum you can see the title, because you will be redirected to the rewritten url (with the keywords from the title) before you see an error mesage.
|
#317
|
|||
|
|||
Jet another one: If you go to http://www.chaosforums.com/forumdisplay.php?f=1 you will be redirected to http://www.chaosforums.com/managemen...er-f1.html?f=1 so the parameter f=1 is suffixed, tough we don't need it.
|
#318
|
|||
|
|||
if fount a bunch of bugs more:
template threadbit line 65: Quote:
http://www.yourforum.com/forum/your-title-t123.html?&highlight=keyword?goto=lastpost while it should be http://www.yourforum.com/forum/your-title-t123.html?highlight=keyword&goto=lastpost template search_results_postbit line 25: Code:
$post[typeprefix] <a href="<if condition="$show['zointsurl']">$post[threadurl]<else />showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]</if>"><strong>$post[threadtitle]</strong></a> modification of thempate forumhome_lastpostby is useless, because there will be a redirection anyway. If you do this you just have a rewritten url redirecting to another rewritten (both having parameters). I don't see an advantage doing the modification that is sugested for this template. if you use "go to the last posting" you will be redirected to a url like this http://www.yourforum.com/forum/your-title-t123.html?p=470529#post470529 though the last posting might not be on page 1 the url looks like it was page one. If the last posting was on page 3 the url should be http://www.yourforum.com/forum/your-title-t123p3.html#post470529 on online.php - if a user is currently seeing a thread in the archive, the url has no keywords and two slashes, like http://www.yourforum.com/forum/archive//t-15828.html "Use Zoints Archive Navigation?" -> when i use this feature, no navigation shows up at all. |
#319
|
||||
|
||||
Quote:
Example - forum/index.php is not longer active in navbar if you use vBa at forum/cmps_index.php and if you use a DirectoryIndex to forum/cmps_index.php. It rewrits to forum/ and you still go to Portal and not to the Forum. |
#320
|
|||
|
|||
You can turn this off... Set "correct links to index.php" on off (I'm not sure about the title, in german it's "Links zu index.php korrigieren" - solltest du also finden redlabour )
|
#321
|
|||
|
|||
poop, Im a bit stck in the mud. after installing i get:
Quote:
anyone know, or seen similar? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|