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
YABBSEO[vB] Full version - Another Better SEO Module for vB 3.8.x Details »»
YABBSEO[vB] Full version - Another Better SEO Module for vB 3.8.x
Version: 1.1, by yabsoft yabsoft is offline
Developer Last Online: Jan 2014 Show Printable Version Email this Page

Category: Board Optimization - Version: 3.8.x Rating:
Released: 05-09-2013 Last Update: 05-09-2013 Installs: 13
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.

YABBSEO[vB] Full version

YABBSEO[vB] is a well-developed easy-to-use lighty module for vBulletin aiming at optimizing your forum for Search Engines. The lite version was posted here. We now decide offer you the full version with GUI for controling lots of options of YABBSEO.

Main Features:
1. Three Customised SEO Urls setting for Forumdisplay, Showthread, Member profile url, etc...
It is easy to use advanced Admin panel to create own custom urls.

2. Built-in Multiple languages supported. You don't need manually list the special chars to convert. Tested with Deutsch, Espa?ol, Fran?ais, T?rk?e.

3. 301 safe redirecting dynamical url to the above static url.

4. Add "no=follows" for all external site url.

5. Lots of options in yabbseo/data/config.php. For example, removing comman words in static url, customised keyword separator. Ability to create your customised url for other content.

6. Parse archive pages and redirect thread links to the static one.

7. Improve meta keywords for thread pages.

8. Canonicalization Url Support.

9. Redirect external urls by a custom script.

10. Site map generator for the SEO urls.


Live Demo(vB3.7.1):
http://yabsoft.info/demo/vbforum

Live Site(vB 3.8.4):
https://yabsoft.com/forum

YABBSEO[vB] Installation Requirements


1. Mod-rewrite Module for Apache server.
2. Entered Forum URL at vBulletin Admin CP > vBulletin Options > Site Name / URL / Contact Details.

Installing YABBSEO[vB]

Quote:
1. Extracting the installation package

Download and extract the installation package into a directory in your local computer.

2. Uploading YABBSEO[vB] to the Server.

You only need upload all files in /upload to your vBulletin installation.

3. Go into vBulletin's Admin CP > Plugins & Products > Manage Products.

a). Click on 'Import Product' and select 'overwrite'.
b). Click on the 'Browse' button, and browse to the location where YABBSEO[vB]'s installation package was extracted.
c). Find a file named Product-YABBSEOLite-1.0.xml in the root directory YABBSEO[vB].
d). Click on 'Import'.

4. Uploading the .htaccess file

If your server does not have a .htaccess file in its root, then upload the .htaccess file found in the YABBSEO[vB]'s installation package.

If your server already has a .htaccess file in its root of vBulletin installation, then the content of YABBSEO[vB]'s .htaccess will have to be merged into the main .htaccess file.

Download Now

File Type: (88.1 KB, 0 views)
File Type: (99.6 KB, 0 views)
File Type: (37.5 KB, 0 views)
File Type: (66.2 KB, 0 views)
File Type: zip YABBSEO-v1.1.zip (229.0 KB, 200 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
ChiNa, dev/null, muhakeme, muratcan25, ugorur

Comments
  #12  
Old 07-13-2013, 03:58 AM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Agreed, I would like to see yabseo compete with vbseo for vbulletin 4. Atm, vbseo is dead as far as development & support are concerned.
Reply With Quote
  #13  
Old 07-16-2013, 05:00 AM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you post the exact error I may be able to help you with it.
Quote:
Originally Posted by ellenthompson View Post
I am facing error "

YABBSEO Disabled! If you are keeping redirecting to this page, please disable .htaccess file!
Reply With Quote
  #14  
Old 07-16-2013, 02:59 PM
Kwikms Kwikms is offline
 
Join Date: Jul 2004
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything works (all default values). But when I create a new topic I get a blank page. The topic will be created, but it wont take me there (stuck in /forum/newthread.php?do=postthread&f=43 ). How can I solve this?
Reply With Quote
  #15  
Old 08-13-2013, 01:56 AM
PinkMilk PinkMilk is offline
 
Join Date: May 2010
Location: Earth
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting a warning:
Code:
Warning: get_class() called without object from outside a class in /home/xxxx/public_html/yabbseo/seo.init.php on line 36
Reply With Quote
  #16  
Old 08-17-2013, 02:02 PM
PsychoModz PsychoModz is offline
 
Join Date: Dec 2011
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PinkMilk View Post
I'm getting a warning:
Code:
Warning: get_class() called without object from outside a class in /home/xxxx/public_html/yabbseo/seo.init.php on line 36
Are you using PHP 5.3.x or PHP 5.2.x? Because the behavior of get_class() changed with 5.3.0.
Reply With Quote
  #17  
Old 08-18-2013, 10:01 AM
PinkMilk PinkMilk is offline
 
Join Date: May 2010
Location: Earth
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PsychoModz View Post
Are you using PHP 5.3.x or PHP 5.2.x? Because the behavior of get_class() changed with 5.3.0.
5.3.20
Reply With Quote
  #18  
Old 09-11-2013, 10:21 AM
Goomzee Goomzee is offline
 
Join Date: Apr 2008
Location: Philippines
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks it's works for me but my gallery page redirect home page
http://www.mknexusonline.com/forums/gallery/index.php
Reply With Quote
  #19  
Old 10-26-2013, 11:12 AM
imported_silkroad imported_silkroad is offline
 
Join Date: Dec 2003
Posts: 563
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We are testing YABBSEO[vB] Full version on our vB 3.8 board, and somethings are not working properly.

For example (not working):

Code:
/showthread.php?p=302868147#post302868147
(got to blank page)

Post icons do not work, attachments thumbnails do not work... etc. (maybe a conflict with our RR's, we use a CDN for images)

.. and other problems.

Is this product supported?
Reply With Quote
  #20  
Old 11-01-2013, 10:17 PM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Liked...! Thanks a lot YabSoft for this Product!

I am not using it for now, but I just wanted to add a few words. I am just glad that we have developers who keeps creating and updating their products for vB3.8 and I am glad that you are one of them! I am also running a vB3.8 forum and I dont think I will be changing to vB4! So hopefully you guys will keep creating great addons and plugins for vb3.8 because we need it! When I am done with my Work and School, and I after getting my degrees in PHP and MYSQL, I will then start developing again...

Thanks for a great mod!
Reply With Quote
  #21  
Old 10-22-2019, 03:01 AM
Goomzee Goomzee is offline
 
Join Date: Apr 2008
Location: Philippines
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

getting below error
YABBSEO Disabled! If you are keeping redirecting to this page, please disable .htaccess file!
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 09:36 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.04987 seconds
  • Memory Usage 2,345KB
  • Queries Executed 27 (?)
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
  • (3)bbcode_code
  • (4)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
  • (1)pagenav_pagelink
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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