Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Zoints SEO Details »»
Zoints SEO
Version: 2.2.2, by Zoints Zoints is offline
Developer Last Online: Apr 2009 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.1 Rating:
Released: 09-22-2006 Last Update: 10-02-2006 Installs: 647
DB Changes Uses Plugins Template Edits
Code Changes Additional Files  
No support by the author.

********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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #312  
Old 11-15-2006, 02:51 PM
curt5446 curt5446 is offline
 
Join Date: May 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #313  
Old 11-15-2006, 02:53 PM
curt5446 curt5446 is offline
 
Join Date: May 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh alomost forgot.

Dave, thanks VERY much for this.
Reply With Quote
  #314  
Old 11-15-2006, 10:43 PM
nocte nocte is offline
 
Join Date: Jan 2006
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

TEMPLATE: threadbit:
Code:
Find:
==================================================
			<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;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&amp;t=$thread[threadid]</if>"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>
==================================================
this does not work in vB 3.6.3
the result is a link to www.forum.com/forum/#postXXX
Reply With Quote
  #315  
Old 11-16-2006, 08:18 AM
citricguy citricguy is offline
 
Join Date: Jun 2005
Location: Maui, Hawaii
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #316  
Old 11-16-2006, 10:35 PM
nocte nocte is offline
 
Join Date: Jan 2006
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #317  
Old 11-16-2006, 10:39 PM
nocte nocte is offline
 
Join Date: Jan 2006
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #318  
Old 11-17-2006, 12:35 AM
nocte nocte is offline
 
Join Date: Jan 2006
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if fount a bunch of bugs more:


template threadbit line 65:
Quote:
<phrase 1="member.php?find=lastposter&amp;t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase> <a href="<if condition="$show['zointsurl']">$thread[zointsurl]?goto=lastpost<else />showthread.php?$session[sessionurl]p=$thread[lastpostid]$thread[highlight]#post$thread[lastpostid]</if>"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
-> this does not work with the searchengine. the serach sesult pages will link to:
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>
does not work. it will show a link to the forum in witch the thread is located, not the thread itself.


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.
Reply With Quote
  #319  
Old 11-17-2006, 06:18 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phlogiston View Post
I'm pretty certain I've figured out why I haven't experienced problems with vBGallery (and other addons) while using Zoints SEO - I have vBa CMPS wrapped around everything and forums in root dir = not standard.


So I worked out a possible fix.
If anyone wants to try this (without guarantee!) to get Zoints SEO working on sites with photopost's vBGallery (may also solve the incompatibility with vBadvanced Links Directory) I'm fairly/quite confident it may work. (I apologise for the vagueness but I don't have good test installs at present )

in the "Zoints SEO" plugin at parse_templates (on line #1),
originally (Zoints SEO v 2.2.2) it should be
PHP Code:
if ($vbulletin->options['zointsseo_on'] AND $vbulletin->options['zointsseo_rewrite_urls'] AND VB_AREA == 'Forum' AND !defined('VBA_PORTAL')) 
change VBA_PORTAL to VBA_SCRIPT,
ie REPLACE line#1 with
PHP Code:
if ($vbulletin->options['zointsseo_on'] AND $vbulletin->options['zointsseo_rewrite_urls'] AND VB_AREA == 'Forum' AND !defined('VBA_SCRIPT')) 
this should prevent the <base href=""> tag being added to the header which I think was the problem.


Again, apologies for the lack of testing of this before offering it as a possible solution.
Seems to work fine. But there are to much other Bugs in this Hack. It is still absolutely unusable and brings more Problems than it is worth.

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.
Reply With Quote
  #320  
Old 11-17-2006, 05:36 PM
M0rGu3 M0rGu3 is offline
 
Join Date: Jun 2006
Location: Germany
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redlabour View Post
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.
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 )
Reply With Quote
  #321  
Old 11-17-2006, 09:47 PM
mpage mpage is offline
 
Join Date: Aug 2006
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

poop, Im a bit stck in the mud. after installing i get:

Quote:
Database error in vBulletin 3.5.4:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'Zoints SEO', 'archive_complete', 'if ($vbulletin->options[\'zointsseo_on\'])\r\n{\r\n $output .= zseo_archive_ad(\'g_foot1\');\r\n $output .= \"
$vbphrase[vbulletin_copyright]
\";\r\n $output .= zseo_archive_ad(\'g_foot2\');\r\n $output .= \"\";\r\n if (defined(\'NOSHUTDOWNFUNC\'))\r\n {\r\n exec_shut_down();\r\n }\r\n echo $output;\r\n exit;\r\n}', 'zointsseo');

MySQL Error : Unknown column 'executionorder' in 'field list'
could this be due to a non compatible MySQL version, i think my servers use quite an out of date MySQL

anyone know, or seen similar?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:47 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04988 seconds
  • Memory Usage 2,330KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete