The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
YABBSEO[vB] Lite - Another Better SEO Module for vB 3.8.x Details »» | ||||||||||||||||||||||||||||||||||
YABBSEO[vB] Lite - Another Better SEO Module for vB 3.8.x
Developer Last Online: Jan 2014
The FULL version is available here.
YABBSEO[vB] Lite YABBSEO[vB] is a well-developed easy-to-use lighty module for vBulletin aiming at optimizing your forum for Search Engines. This is a lite version and a full version will come with GUI for controling lots of options of YABBSEO. Main Features: 1. Customised Forumdisplay, Showthread, Member profile url, etc... Edit yabbseo/data/config.php: PHP Code:
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. Lots of other improments... 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:
YABBSEO[vB] Lite v1.1.0 At 01 Nov 2009 YABBSEO[vB] Lite v1.0.1 At 15 Feb 2009 YABBSEO[vB] Lite v1.0.0 At 05 Feb 2009 Updates of YABBSEO v1.1: Latest version! Please see the following post with detailed directions and explanations of yabbseo/data/config.php. Updates of YABBSEO v1.0.1: 1. Now YABBSEO supports mysqli connection. 2. Fix a serious bug that cause script not to parse the external url correctly. 3. Adding a miss hook in v1.0.0 for search members to redirect to the correct profile url. 4. Adding some HTML tags parsing to correct some images not showing. 5. Fixing some redirecting error reported by members here. 6. Fix a bug for parsing the birthday members profile url in the front page of forum. How to update your installation of YABBSEO v1.0.1: Untill now, you only need redownload the attachment to update the php scripts files and then reimporting the product XML file. BUT you must be careful if you have modified the file yabbseo/data/config.php. When you upload new scripts, please don't overwrite your customised config.php. And a backup of old installation is recommended when you make any updates on current installation. Some previous installation may not include such TAG parsings in yabbseo/data/config.php, if yes, you need add them manually(suppose you don't want to overwrite config.php directly) PHP Code:
Plugins & Products>Add New Plugin Product: Code:
YABBSEO[vB] Code:
member_start Code:
Search members PHP Code:
Support We provide tech support for the lite version via vB.org forum. If you have any questions, just reply this thread or PM me. Click INSTALL if you like this plug-in. Download Now
Supporters / CoAuthors Show Your Support
|
Comments |
#82
|
|||
|
|||
Quote:
Code:
Options +FollowSymLinks RewriteEngine On #### vBulletin RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images|w|wiki)/ RewriteRule ^(.*)$ $1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ yabbseo.php?bbseourl=$1&%{QUERY_STRING} [L] #### MediaWiki RewriteRule ^wiki/index.php/(.*)$ /wiki/$1 [R,L] RewriteRule ^wiki/(.*)$ /w/index.php?title=$1 [PT,L,QSA] RewriteRule ^wiki/*$ /w/index.php [L,QSA] #### Charset AddDefaultCharset Off #### Gzip <IfModule mod_rewrite.c> RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^(.*)(js|css)$ redirect.php?file=$1$2&type=$2 [L] </IfModule> #### ETags FileETag None #### Expires <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif A2592000 ExpiresByType image/jpeg A2592000 ExpiresByType image/png A2592000 ExpiresByType application/x-shockwave-flash A2592000 ExpiresByType text/css A2592000 ExpiresByType application/x-javascript A2592000 </IfModule> https://vborg.vbsupport.ru/showthread.php?t=191186 |
#83
|
|||
|
|||
It's quite easy to install as long as you're comfortable with editing your .htaccess . The rest is just simple uploading and importing product from your vbulletin control panel.
|
#84
|
|||
|
|||
Quote:
Check out this link: http://www.forexnirvana.com/memberlists/*.html?pp=30 Click on the "^eagle^".....for an example. UPDATE: Ok, found another problem, now the new posts links won't work...it badly mangles the link..ie "http://www.forexnirvana.com/f-/--p1262.html#post1262" oddly enough it doesn't do it for all posts. AGAIN UPDATE: on my ok it works again now..I'm confused, that the heck is going on..lol |
#85
|
|||
|
|||
Quote:
Code:
#### vBulletin RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images|w|wiki)/ RewriteRule ^(.*)$ $1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ yabbseo.php?bbseourl=$1&%{QUERY_STRING} [L] #### MediaWiki RewriteRule ^wiki/index.php/(.*)$ /wiki/$1 [R,L] RewriteRule ^wiki/(.*)$ /w/index.php?title=$1 [PT,L,QSA] RewriteRule ^wiki/*$ /w/index.php [L,QSA] Code:
#### MediaWiki RewriteRule ^wiki/index.php/(.*)$ /wiki/$1 [R,L] RewriteRule ^wiki/(.*)$ /w/index.php?title=$1 [PT,L,QSA] RewriteRule ^wiki/*$ /w/index.php [L,QSA] #### vBulletin RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images|w|wiki)/ RewriteRule ^(.*)$ $1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ yabbseo.php?bbseourl=$1&%{QUERY_STRING} [L] |
#86
|
|||
|
|||
Quote:
About the new post url, I before came across such behaver also, but it disappear soon and I could not track the issue. But I am trying to modify the code to stop this happen again. This may cost an extra sql query to make the url redirect correct. By the way, anyone installed my module experiences any higher server loading? |
#87
|
|||
|
|||
Does this work along side vbSEO ? or will it interfere with it ?
|
#88
|
|||
|
|||
Quote:
i cant remove that... 'forumtitleonly' => '1', i try but cant run i romove f{forum_id cant run cant find adress:S Invalid Forum specified. If you followed a valid link, please notify the administrator |
#89
|
|||
|
|||
Quote:
Where is the hook "Search members" enabled under YABBSEO module at vB AdminCP? i cant find that... in vbulletin options i cant find any yabbseo options... |
#90
|
|||
|
|||
Quote:
Plugins & Products>Add New Plugin Product: YABBSEO[vB] Hook Location: member_start Title: Search members Plugin PHP Code: PHP Code:
|
#91
|
|||
|
|||
I don't think it will work with VBSEO. Two products both aim to reswrite forum urls to the static one. So we don't have any reason to install them at the same time.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|