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

Reply
 
Thread Tools
Zoints SEO 2.3.2 Details »»
Zoints SEO 2.3.2
Version: 2.3.2, by dxlwebs dxlwebs is offline
Developer Last Online: Dec 2012 Show Printable Version Email this Page

Category: Board Optimization - Version: 3.8.x Rating:
Released: 01-21-2009 Last Update: 04-04-2009 Installs: 209
Uses Plugins Auto-Templates
Code Changes Additional Files  
No support by the author.

Zoints SEO 2.3.2!

First i would like to say sorry that its taken so long to get a new version out work has been hectick

now to the update!
mainly this update is only a faster version i have cleaned the coding a bit and made a few changes here and there for better performance.

i know there is still a few bugs in the system and i will now start on a complete rewrite of a seo system as zoints is reaching its limits with the fixes you can add in so this will be my last zoints update, the next release will be a new and more complete system!

it is recommended to update just for easier life and i would recomend using mod-rewrite as its the most stable area of the zoints SEO

I hope you look forward to my next Full Release and not just an update!

this version contains Most of the updates and bug fixes from this thread also others from the zoints forum as well! it contains 1 core file from the tags file please note you MUST read the read me file before you upload anything!

this is a pretty straight forward install it will edit all the templates automatically even on a custom template (tested my self) and even if not you have the files needed to make the changes!

"THIS IS ONLY TO BE USED WITH VBULLETIN 3.8.x"

********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. (should be fixed now)

Zoints Explained = Click Here

if you like it click install
and if you really love it click nominate lol

Download Now

File Type: zip zoints seo 2.3.2.zip (51.6 KB, 2198 views)

Show Your Support

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

Comments
  #112  
Old 02-17-2009, 12:18 PM
mc0676 mc0676 is offline
 
Join Date: Nov 2007
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dxlwebs View Post
are you sure you installed it and configured it properly ?
Sure ! It work all perfect, except archive !
Reply With Quote
  #113  
Old 02-17-2009, 12:35 PM
A.Chakery's Avatar
A.Chakery A.Chakery is offline
 
Join Date: Jul 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dxlwebs View Post
hey try turning it off and double check that all configurations are correct and that the templates edits were made correctly as yours is a custom template there is no reall telling if it made the edits or not!

ifs that doesnt help then ill look closer into it for you
hi bro
really thnx for your reply, (Who says that this thread is not supported ???? )

I double-Checked configurations Every thing is ok, But I have to say that I didnt find some codes in forumhome_lastpostby and threadbit exactly like U had explained in read-me file.
any way , plz help.

really thnx in advanced bro
Reply With Quote
  #114  
Old 02-17-2009, 08:43 PM
A.Chakery's Avatar
A.Chakery A.Chakery is offline
 
Join Date: Jul 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OH , I have solved my old problem but I have a new one

When I edit showthread_similarthreadbit , This error appears:
PHP Code:
Parse errorsyntax errorunexpected '"'expecting ']' in /home/salamate/public_html/includes/adminfunctions_template.php(3929) : eval()'d code on line 2 
---
I have to say that this mod works perfect but 3 more Questions :
1.What I have to do for Arabic/Persian Characters ?
2. I want that Member names be re-written , What should I do about that ?
3.Is there any site map like VBseo's site map for this gr8 mod ?


Sorry If I ask too much.

really thnx bro.
Good luck
Reply With Quote
  #115  
Old 02-18-2009, 12:16 PM
mykes mykes is offline
 
Join Date: Feb 2005
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Phaedrus View Post
Okay, if you are using the Blog, even the newest version, there is one comments link that breaks when using this, as well as 2.2.2...

To fix it:

In "blog_show_entry" template find:

Code:
<span class="shade"><a href="#comments" class="shade">$vbphrase[comments]</a></span> <span id="commentcount1">$bloginfo[comments_visible]</span>
Replace with:

Code:
<span class="shade"><a href="blog.php?b=$blog[blogid]#comments" class="shade">$vbphrase[comments]</a></span> <span id="commentcount1">$bloginfo[comments_visible]</span>
Installed and mostly working. I am finding numerous links all over the site that are broken in a similar manner. All with the #arg type URL.

For example, in showthread.php, this snippet of template is used:

Code:
			<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
$firstunread is some string like #10141, and mouse over the link shows:

http://sportstwo.com/#10141

instead of http://sportstwo.com/showthread.php?...tle.html#10141

I'm not using the mod_rewrite means of rewriting.

Any <a href=#something> is rewritten wrong! Even on vbAdvanced custom pages.

Please advise.
Reply With Quote
  #116  
Old 02-18-2009, 06:50 PM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mykes View Post
Installed and mostly working. I am finding numerous links all over the site that are broken in a similar manner. All with the #arg type URL.

For example, in showthread.php, this snippet of template is used:

Code:
			<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
$firstunread is some string like #10141, and mouse over the link shows:

http://sportstwo.com/#10141

instead of http://sportstwo.com/showthread.php?...tle.html#10141

I'm not using the mod_rewrite means of rewriting.

Any <a href=#something> is rewritten wrong! Even on vbAdvanced custom pages.

Please advise.
Here the working fix:

AdminCP -> Plugins & Products -> Add New Plugin

Product: Zoints SEO
Hook Location: showthread_complete
Title: Zoints SEO firstunread fix by IrPr

PHP Plugin Code:
PHP Code:
if(strstr($firstunread"showthread.php"))
  
$firstunread zseo_url_thread($threadinfo1"goto=newpost");
else
  
$firstunread $url.$firstunread
Reply With Quote
  #117  
Old 02-18-2009, 11:51 PM
mykes mykes is offline
 
Join Date: Feb 2005
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IrPr View Post
Here the working fix:

AdminCP -> Plugins & Products -> Add New Plugin

Product: Zoints SEO
Hook Location: showthread_complete
Title: Zoints SEO firstunread fix by IrPr

PHP Plugin Code:
PHP Code:
if(strstr($firstunread"showthread.php"))
  
$firstunread zseo_url_thread($threadinfo1"goto=newpost");
else
  
$firstunread $url.$firstunread
I'm sorry, but I think this is a pretty serious problem. The fix above only fixes ONE of dozens of broken links. I'd love to see an update to the mod that I can install that fixes them all in one swoop, and prevents people from having the same issue in the future.

As I posted, it's rewriting URLs in the vbadvanced pages I have, broken along the same lines. It's broken the menu links on the vbadvanced home page (e.g. forums, new posts...).

When I copy and paste the list of members viewing from the forums home page to a thread/post, all the links to the members' member pages are broken.

I'm prepared to go debug the mod myself, but any updates you do would overwrite my changes, which is something of a bind. I'd really like to consider this my contribution to making the mod better (reporting the issue).

All the zoints mods I see on this site look quite impressive.
Reply With Quote
  #118  
Old 02-19-2009, 02:30 AM
mykes mykes is offline
 
Join Date: Feb 2005
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To add to my previous post...

Moderators complained they couldn't merge threads.

I turned off the module and they could merge threads again.
Reply With Quote
  #119  
Old 02-19-2009, 08:18 AM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mykes View Post
To add to my previous post...

Moderators complained they couldn't merge threads.

I turned off the module and they could merge threads again.
Whats your Rewrite type?

I think you are using another method than my and it seems showthread.php appears in your SEOed thread links
In my case showthread.php just appears in some cases, but it seems all of your SEOed thread links contains showhtread.php and thats why this plugin doesnt work for you

Whats your exact SEO method? give me some link to your SEOed threads
Reply With Quote
  #120  
Old 02-19-2009, 12:22 PM
mykes mykes is offline
 
Join Date: Feb 2005
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The SEO module is turned off because it caused too many problems.

There are 3 radio buttons on the settings page:
1) Do not rewrite URLs
2) Rewrite URLs
3) Rewrite URLs using MOD_REWRITE

Rewrite type was #2

Visitor messages turned off. No other setting changed from the defaults.
Reply With Quote
  #121  
Old 02-20-2009, 01:24 AM
Phaedrus Phaedrus is offline
 
Join Date: Jul 2006
Location: Colorado
Posts: 617
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anybody tried to figure out how to get this to work with the blogs to show the blog name instead of the blog number?
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 01:17 AM.


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.06242 seconds
  • Memory Usage 2,360KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_code
  • (3)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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
  • (1)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete