View Full Version : Major Additions - YABBSEO[vB] Lite - Another Better SEO Module for vB 3.8.x
yabsoft
01-31-2009, 10:00 PM
The FULL version is available (https://vborg.vbsupport.ru/showthread.php?t=297990) 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:
'template' =>
array (
'showthreadpage' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-page{thread_page}.html',
'showthread' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}.html',
'showthreadnew' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-newpost.html',
'showthreadpost' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-p{post_id}.html#post{post_id}',
'forumdisplaypage' => 'f{forum_id}-{forum_title}/index{forum_page}.html',
'forumindex' => 'forumindex.html',
'forumdisplay' => 'f{forum_id}-{forum_title}',
'member' => 'members/{username}.html',
'memberlistpage' => 'memberlists/{member_page}.html',
'memberlistltr' => 'memberlists/{letter}.html',
'memberlistltrpage' => 'memberlists/{letter}-{member_page}.html',
'memberlist' => 'memberlists',
),
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.
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]
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.
Versions:
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 (https://vborg.vbsupport.ru/showthread.php?t=203849#post1731132)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)
'import' =>
array (
0 => '\\@',
1 => 'url',
2 => '\\(',
3 => '\\"',
4 => '1',
),
'image:' =>
array (
0 => 'background\\-',
1 => 'url',
2 => '\\(',
3 => '\\>',
4 => '1',
),
The previous installation miss a hook called "Search members" at Plugins & Products>Plugin Manager, if you don't want to reimport the product XML file, you can add this hook as follows:
Plugins & Products>Add New Plugin
Product: YABBSEO[vB]
Hook Location: member_start
Title: Search members
Plugin PHP Code:
include 'yabbseo/forumhook/match_member.php';
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.
yabsoft
02-01-2009, 05:56 PM
Upgrade guide for YABBSEO Lite v1.1:
BACKUP OLD INSTLLATIONS ARE ABSOLUTELTLY NECCESSARY!
Before you upgrade, you need know we have changed the product id of YABBSEO Lite to be "yabbseo" in v1.1(in v1.0 and v1.0.1, it was yabbseolite). So a product import from vBulletin CP will create a new product, not upgrading your YABBSEO lite v1.0 or 1.0.1.
So for upgrading YABBSEO v1.0 or v1.0.1 to v1.1, you can follow the following steps:
1. Disable the YABBSEO v1.0 or v1.0.1
2. Upload all scripts in YABBSEO v1.1 to your server to overwrite all of your old files.
3. Import the product-YABBSEO-Lite.xml from vBulltein > Plugins.
4. If you have modified yabbseo/data/config.php, you donot need upload the new config.php in the downloaded YABBSEO Lite v1.1 to overwite your modified config.php in the step 2.
5. Check if YABBSEO v1.1 is working fine with your forum. If it is OK, you can delete YABBSEO v1.0 or 1.0.1 which is already disabled in step 1.
Explanation of some sections of config.php:
GLOBAL Configuration in yabbseo/data/config.php:
absolutebburl: 1 or 0
1: your domain will be automatically added in all forum urls:
forum/f_id/t_id.html -> http://yourdomain.com/forum/f_id/t_id.html.
0: YABBSEO will detect the relative urls to be absolute one:
images/buttons/xxx.gif -> /forum/images/buttons/xxx.gif
301_redirect: 1 or 0
1: Redirect dynamically urls to the static ones:
showthread.php?t=x to http://yourdomain.com/forum/f_id/t_id.html
redirect_showthreadpost: 1 or 0
1: redirect showthread.php?p=id to http://yourdomain.com/forum/f_id/t_id.html#postid
or http://yourdomain.com/forum/f_id/t_id-page_x.html#postid if the post is not on the first page.
nofollowurls:
array (
'script' => '',
'fragment' => 'goto_threadtools',
'query' =>
array (
'nojs' => '1',
),
),
The above options are the criterons to detect which urls to add "nofollow" attribute:
script: the php script name or html file name
fragment: the parts after #
query: an array which holds the parameters in the forum urls.
The above example will match the urls like this:
.*.*?nojs=1#goto_threadtools
specialchars_convert
array (
'"' => '',
'\'' => '',
),
The array holds the special chars and their correpondences in english to convert.
keyword_separator: - or _ or other symbol
The separator will be used to separator the keywords in static forum urls
seourl_stopwords:
array (
0 => 'an',
1 => 'a',
2 => 'on',
3 => 'to',
),
This is an array to hold the common words you want to remove from the static forum urls.
redirect_externalurl: 1 or 0
Convert the external urls on your forum to something like this:
http://externalsite.com to http://yoursite.com/bbredir.php?url=http://externalsite.com
exclusive_externalurls
array (
0 => 'yabsoft.com',
1 => 'www.yabsoft.com',
2 => '127.0.0.1',
),
This is an array to hold the urls which are not to be converted as above if redirect_externalurl is enabled, for example your friend sites.
post_parseurl: 0 or 1
If this option is enabled(=1), YABBSEO will try to parse all forum links by even query the database to get the information. By default, this is turned off: since YABBSEO can parse every normal forum links. Some links could not be parsed in rare cases: you use cite another dynamically thread url in your current thread, the cited dynamically url could not be parsed by default. But this will redirect to the static one after users click it.
Url Template Setting in yabbseo/data/config.php 'template' =>
array (
'showthreadpage' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-page{thread_page}.html',
'showthread' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}.html',
'showthreadnew' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-newpost.html',
'showthreadpost' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-p{post_id}.html#post{post_id}',
'forumdisplaypage' => 'f{forum_id}-{forum_title}/index{forum_page}.html',
'forumindex' => 'forumindex.html',
'forumdisplay' => 'f{forum_id}-{forum_title}',
'member' => 'members/{username}.html',
'memberlistpage' => 'memberlists/{member_page}.html',
'memberlistltr' => 'memberlists/{letter}.html',
'memberlistltrpage' => 'memberlists/{letter}-{member_page}.html',
'memberlist' => 'memberlists',
),The array holds the static url templates which be automatically loaded for the dynamical url according to its key: for example, the template
'forumdisplay' => 'f{forum_id}-{forum_title}',
will be used for all dynamically urls of forumdiaplay.php.
You can modify the above templates to get your cutomised template, but you must be care about the order of templates. The order of templates in the array is just the order to match each static url: for example, a static forum url "f1-main-forum.html" is passed, YABBSEO will try to follow the order of templates in array to match the the url "f1-main-forum.html". Once one template(for example,f{forum_id}-{forum_title}) matches the url, the corresponding {forum_id} and {forum_title} will be extracted. But it is important to note that different orders may give the chances that the incorrect template matches the url before YABBSEO tries to use "f{forum_id}-{forum_title}" to match it.
jujubins
02-01-2009, 06:06 PM
Great!
Installed...
yabsoft
02-01-2009, 06:08 PM
Thanks:) This is my first released addon for vB!
Hasann
02-01-2009, 06:15 PM
Does it support turkish character?
jujubins
02-01-2009, 06:28 PM
Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, string given in [path]/includes/class_core.php on line 717
Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, string given in [path]/includes/class_core.php on line 717
Warning: mysqli_query() expects parameter 1 to be mysqli, string given in [path]/yabbseo/forumhook/301.php(46) : eval()'d code on line 7
Warning: mysqli_query() expects parameter 1 to be mysqli, string given in [path]/yabbseo/forumhook/301.php(46) : eval()'d code on line 7
How it works with subdomain?
rizelim
02-01-2009, 06:28 PM
thanks @yabsoft my forum problem.My forum root .htaccess file How to edit file..
yabsoft
02-01-2009, 06:37 PM
How it works with subdomain?
I only tested my addon with mysql server. But your vB is using mysqli. Maybe that is the reason of your errors. Now maybe you should disable the mod and I will try to make it work with mysqli. When it is done, I will update here. Sorry for the issues.
yabsoft
02-01-2009, 06:44 PM
thanks @yabsoft my forum problem.My forum root .htaccess file How to edit file..
Could you PM your link to check your issue?
rizelim
02-01-2009, 06:52 PM
Could you PM your link to check your issue?
http://ahsenforum.com/f194-forum-kurallary/forum-kurallary-7.html
turkish character problem!
sheppardzwc
02-01-2009, 06:57 PM
I'm getting style issues when I try to use this.
https://vborg.vbsupport.ru/
Any clue why it would do this?
yabsoft
02-01-2009, 07:18 PM
http://ahsenforum.com/f194-forum-kurallary/forum-kurallary-7.html
turkish character problem!
You can temporarily disable the option "Store CSS Stylesheets as Files?" at vBulletin Options > Style & Language Settings. Thst should fix your display issue. I will give a fix soon.
oPPoSiTe
02-01-2009, 07:26 PM
Great.
Turkish Character Problem :(
yabsoft
02-01-2009, 07:40 PM
I'm getting style issues when I try to use this.
http://forums.toontownhall.com/support/tth.jpg
Any clue why it would do this?
You mean the logo is disappearing? Could you let me know how you link to your logo? via CSS property?
AWMGolfer
02-01-2009, 07:42 PM
I'm usually a pretty aware guy but I can't find the .htaccess file anywhere in the zip file? Is it missing it or am I just getting old? :) Thanks!!
yabsoft
02-01-2009, 07:51 PM
I'm usually a pretty aware guy but I can't find the .htaccess file anywhere in the zip file? Is it missing it or am I just getting old? :) Thanks!!
I just updated teh attachment with some fix with css display issue. For .htaccess, maybe your PC can not show the file since it has not a name only an extension.
I attached the content of .htaccess file for your convenience:
Options +FollowSymLinks
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
RewriteEngine On
# Please note: RewriteBase is the path of your forum
# to your root vB installation (i.e. / or /forums without ending slash / if it is a subdirectory)
RewriteBase /forum
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ yabbseo.php?bbseourl=$1&%{QUERY_STRING} [L]
rizelim
02-01-2009, 07:53 PM
thanks @yabsoft but forum root http://ahsenforum.com/forumindex.html
change http://ahsenforum.com/index.html and Turkish Character Problem?
universosymbian
02-01-2009, 08:03 PM
I am working with VBSEO.COM, THIS PRODUCT IS NECESSARY ?????????
yabsoft
02-01-2009, 08:16 PM
thanks @yabsoft but forum root http://ahsenforum.com/forumindex.html
change http://ahsenforum.com/index.html and Turkish Character Problem?
Edit config.php, search the following line:
'forumindex' => 'forumindex.html',
change to
'forumindex' => '',
About your Turkish Character Problem, I am not sure what you mean exactly. I don't know Turkish. Buy as I see, your forum url has been converted to english chars.
yabsoft
02-01-2009, 08:49 PM
How it works with subdomain?
Now YABBSEO supports mysqli.
mark370
02-01-2009, 09:20 PM
Thanks guna try this :)
Phaedrus
02-01-2009, 09:33 PM
Does it work with the blogs?
Hasann
02-02-2009, 07:44 AM
I am repeating my question Sir
Does it support Turkish Character to the SEO Links?
projectego
02-02-2009, 09:06 AM
Looks interesting. Me thinks I'll be taking this hack for a spin... Cheers!
/me clicks install
yabsoft
02-02-2009, 11:03 AM
I am repeating my question Sir
Does it support Turkish Character to the SEO Links?
Yes, it supports Turkish Character to be converted to the corresponding english chars. YABBSEO also supports you to enter your special chars to convert in the yabbseo/data/config.php:
'specialchars_convert' =>
array (
'"' => '',
'\'' => '',
),
yabsoft
02-02-2009, 11:07 AM
I am working with VBSEO.COM, THIS PRODUCT IS NECESSARY ?????????
Some features of YABBSEO are similar to vBSEO. Just another choice for vB users. And we also use a totally different methods to do the rewrite things and do lots of performence optimization.
yabsoft
02-02-2009, 11:07 AM
Does it work with the blogs?
Sorry, blogs is not supported currently. We will add this soon.
Hasann
02-02-2009, 11:16 AM
Yes, it supports Turkish Character to be converted to the corresponding english chars. YABBSEO also supports you to enter your special chars to convert in the yabbseo/data/config.php:
'specialchars_convert' =>
array (
'"' => '',
'\'' => '',
),
Okei thanks
http://yabsoft.com/forum/memberlists/*.html?pp=0
you have there a problem.
yabsoft
02-02-2009, 12:00 PM
Okei thanks
http://yabsoft.com/forum/memberlists/*.html?pp=0
you have there a problem.
Thanks for your report. It has been fixed also.
Hasann
02-02-2009, 12:36 PM
Thanks for your report. It has been fixed also.
http://yabsoft.com/forum/memberlists/y-2.html
you have got one problem too
is this beta version?
yabsoft
02-02-2009, 12:51 PM
http://yabsoft.com/forum/memberlists/y-2.html
you have got one problem too
is this beta version?
Thanks for your report. I have fixed it. Since on my site, I used another URL format which is not tested fully.
gsmlover4u
02-02-2009, 05:24 PM
latest post link in the forum stats not working ?
any solution ?
yabsoft
02-02-2009, 06:00 PM
You mean your forum or our forum not working with last url?
Adam21
02-03-2009, 09:30 AM
Edit: Its there a way to remove the forum id from the rewrite url?
i.e: http://www.myforum.com/forum/forumid-forum description/thread title.html
elmati
02-03-2009, 01:17 PM
I installed it and so far it works perfect!
Thanks for this great mod :)
yabsoft
02-04-2009, 10:41 AM
Edit: Its there a way to remove the forum id from the rewrite url?
i.e: http://www.myforum.com/forum/forumid-forum description/thread title.html
Yes, it is supported:
edit yabbseo/data/config.php,
change
'forumtitleonly' => '0',
to
'forumtitleonly' => '1',
And then you remove the f{forum_id}_ from
'template' =>
array (
'showthreadpage' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-page{thread_page}.html',
'showthread' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}.html',
'showthreadnew' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-newpost.html',
'showthreadpost' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-p{post_id}.html#post{post_id}',
'forumdisplaypage' => 'f{forum_id}-{forum_title}/index{forum_page}.html',
'forumindex' => 'forumindex.html',
'forumdisplay' => 'f{forum_id}-{forum_title}',
'member' => 'members/{username}.html',
'memberlistpage' => 'memberlists/{member_page}.html',
'memberlistltr' => 'memberlists/{letter}.html',
'memberlistltrpage' => 'memberlists/{letter}-{member_page}.html',
'memberlist' => 'memberlists',
),
You need note that you have to make your forum titles are different. And this lite version doesn't support customise your forum title without actually changing the forum title. Our full version will support customise the forum title.
yabsoft
02-04-2009, 10:43 AM
I installed it and so far it works perfect!
Thanks for this great mod :)
Thanks for your report:)
Adam21
02-04-2009, 11:52 AM
For some unknown reason,all images posted using the [img] tags cant be displayed in all posts.It's just a blank instead of images.
yabsoft
02-04-2009, 12:09 PM
For some unknown reason,all images posted using the [img] tags cant be displayed in all posts.It's just a blank instead of images.
Make sure you have the following code in config.php:
'img' =>
array (
0 => '<',
1 => 'src',
2 => '=',
3 => '>',
4 => '1',
),
Becareful NOT
4 => '0',
gsmlover4u
02-04-2009, 12:22 PM
You mean your forum or our forum not working with last url?
sir i mean in the top 10 or 5 forum stats all link not working
I am getting this Invalid Forum specified. If you followed a valid link. The installation was easy, but the actual forum can not be reached.
yabsoft
02-04-2009, 04:41 PM
sir i mean in the top 10 or 5 forum stats all link not working top 10 or 5 forum stats? Could you pint me the url which is not working?
yabsoft
02-04-2009, 04:50 PM
I am getting this Invalid Forum specified. If you followed a valid link. The installation was easy, but the actual forum can not be reached.
Do you remove the forum_id from forum url?
elmati
02-04-2009, 04:52 PM
i find a bug
the system dont rewrite the today birthdays users profile link :)
that's all for now
gsmlover4u
02-04-2009, 05:18 PM
sir chek this link not work here
https://vborg.vbsupport.ru/
Do you remove the forum_id from forum url?
Yes I did, is that an issue? So how do you remove the forum ID from the specific forum.
yabsoft
02-04-2009, 07:13 PM
sir chek this link not work here
http://img132.imageshack.us/img132/2126/linknotworkingbb3.jpg
Fixed on your forum. This was caused by the externalurls option in config.php:
'exclusive_externalurls' =>
array (
0 => 'yabsoft.com',
1 => 'www.yabsoft.com',
2 => '127.0.0.1',
),
Adding your domain to the list fixed the issue.
gsmlover4u
02-04-2009, 07:23 PM
Fixed on your forum. This was caused by the externalurls option in config.php:
'exclusive_externalurls' =>
array (
0 => 'yabsoft.com',
1 => 'www.yabsoft.com',
2 => '127.0.0.1',
),
Adding your domain to the list fixed the issue.
dear sir thanks alot now its working fine :D :D :D:)
elmati
02-05-2009, 12:18 AM
Ok, another bug...
the rewrite replace characters and now the link dont work...
see attachment...
94129
the: "***" are replaced by "-" so link dont work
vbulletin says: "This user has not registered and therefore does not have a profile to view."
false: this person is registered...
as i see nicks without special characters works fine but nicks with: "*,.~{^ etc, dont...
any solution?
thanx in advance!
gsmlover4u
02-05-2009, 01:40 AM
Ok, another bug...
the rewrite replace characters and now the link dont work...
see attachment...
94129
the: "***" are replaced by "-" so link dont work
vbulletin says: "This user has not registered and therefore does not have a profile to view."
false: this person is registered...
as i see nicks without special characters works fine but nicks with: "*,.~{^ etc, dont...
any solution?
thanx in advance!
yes you are right same with me :D :p :p
allinvain
02-05-2009, 04:25 AM
Hmmm, great plugin and thanks for your work. However I don't think this is ready for prime time yet. I've noticed some really odd issues that I can't explain. For example. When viewing specific threads or forums all my adsense ads disappear. Also some images from my header from example do not show up (yes I did check the IMG array as you recommended and it's not set to 1)
I'll be glad to reinstall it once most of the bugs have been squished...good luck with the development.
Jaxel
02-05-2009, 08:47 AM
This looks like an interesting mod...
However... I already have a redir.php for a different mod. So I cant use this.
gsmlover4u
02-05-2009, 12:53 PM
sir check it plz now these posted link (red marked) not working also image link posted not work picture not showing
http://img19.imageshack.us/img19/2159/notworkthislinkzo7.jpg
drumbum
02-05-2009, 01:43 PM
Installed this mod and working great except that it made my goodle ads disappear. When I diabled the mod, they reappeared. Any reason for this?
Using mod "Google Adsense Postbit Integration" for this feature.
drumbum
02-05-2009, 02:29 PM
Ok so I removed this code from the config file
'script' =>
array (
0 => '<',
1 => 'src',
2 => '=',
3 => '>',
4 => '1',
),
and the google ads returned. does this affect anything else? or should I be okay with doing that. So far I haven't detected any additional issues.
EDIT: Actually upon further review by doing this I'm getting an "error" message at the bottom of the page cause it loaded but with errors. So looks like i still need a solution to this issue. thanks!
yabsoft
02-05-2009, 06:52 PM
Hmmm, great plugin and thanks for your work. However I don't think this is ready for prime time yet. I've noticed some really odd issues that I can't explain. For example. When viewing specific threads or forums all my adsense ads disappear. Also some images from my header from example do not show up (yes I did check the IMG array as you recommended and it's not set to 1)
I'll be glad to reinstall it once most of the bugs have been squished...good luck with the development.
Installed this mod and working great except that it made my goodle ads disappear. When I diabled the mod, they reappeared. Any reason for this?
Using mod "Google Adsense Postbit Integration" for this feature.
Ok so I removed this code from the config file
'script' =>
array (
0 => '<',
1 => 'src',
2 => '=',
3 => '>',
4 => '1',
),
and the google ads returned. does this affect anything else? or should I be okay with doing that. So far I haven't detected any additional issues.
EDIT: Actually upon further review by doing this I'm getting an "error" message at the bottom of the page cause it loaded but with errors. So looks like i still need a solution to this issue. thanks!
The bug should be fixed. Try to redownload the attachment to update the php scripts files without reimporting the product. 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.
By the way, if you remove 'script' =>
array (
0 => '<',
1 => 'src',
2 => '=',
3 => '>',
4 => '1',
),, your forum may not function properly, since YABBSEO could not parse some javascript correctly.
yabsoft
02-05-2009, 06:53 PM
Ok so I removed this code from the config file
'script' =>
array (
0 => '<',
1 => 'src',
2 => '=',
3 => '>',
4 => '1',
),
and the google ads returned. does this affect anything else? or should I be okay with doing that. So far I haven't detected any additional issues.
EDIT: Actually upon further review by doing this I'm getting an "error" message at the bottom of the page cause it loaded but with errors. So looks like i still need a solution to this issue. thanks!
Yes, you have to re-enable this. The error means some javascript are not runing properly.
yabsoft
02-05-2009, 06:56 PM
This looks like an interesting mod...
However... I already have a redir.php for a different mod. So I cant use this.
You need not upload redir.php if you don't want to redirect external url by like this: redir.php?url=xxx
To disbale the redirecting, edit yabbseo/data/config.php,
'redirect_externalurl' => '1',
change to
'redirect_externalurl' => '0',
Hope this helps.
yabsoft
02-05-2009, 06:57 PM
Ok, another bug...
the rewrite replace characters and now the link dont work...
see attachment...
94129
the: "***" are replaced by "-" so link dont work
vbulletin says: "This user has not registered and therefore does not have a profile to view."
false: this person is registered...
as i see nicks without special characters works fine but nicks with: "*,.~{^ etc, dont...
any solution?
thanx in advance!
Werid, the converted username should be working. Could you PM your site url to check?
drumbum
02-05-2009, 07:24 PM
thanks looks like its working perfect now!
yabsoft
02-05-2009, 08:19 PM
thanks looks like its working perfect now!
Glad to know:)
gsmlover4u
02-06-2009, 01:32 AM
thanks sir now working perfect :) :D :) :p
Jaxel
02-06-2009, 03:11 AM
Okay... I installed this mod and I am getting a few small errors with USERNAMES...
-Manta- turns into http://www.8wayrun.com/members/_manta_/
D.I.N.O turns into http://www.8wayrun.com/members/d_i_n_o/
ai-uchi turns into http://www.8wayrun.com/members/ai_uchi/
These are legal URL characters... so this should be easy enough to fix.
I have a VERY restrictive and arcane registration RegEx in place to avoid this type of issue; but it appears that three characters are still giving issues: . - @
^[A-Za-z0-9]((\w)|[\-\.\@])+[A-Za-z0-9]$
Also...
'showthreadnew' => 'f{forum_id}/{thread_title}-t{thread_id}/newposts/',
Doesnt seem to work for me.
Jaxel
02-06-2009, 03:24 AM
new issues...
my forums... http://www.8wayrun.com/
my wiki... http://www.8wayrun.com/wiki
This mod has broken my Wiki.
forum logo and header images have disappeared with this activated.
dothanhtrung
02-06-2009, 04:47 AM
oh nice mod, but is it user for vietnamese?
digif
02-06-2009, 04:55 AM
how to change the footer link, it's in black color so it's very ugly
yabsoft
02-06-2009, 08:28 PM
new issues...
my forums... http://www.8wayrun.com/
my wiki... http://www.8wayrun.com/wiki
This mod has broken my Wiki.
Try to edit .htaccess:
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
change to
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images|wiki)/
That will make YABBSEO work with your wiki.
yabsoft
02-06-2009, 08:32 PM
how to change the footer link, it's in black color so it's very ugly
You can choose other our copyright link:
'powered_by_yabbseo' => '2',
you can assign value 1-8 to show different copyright. Just give a try to look what you want.
yabsoft
02-06-2009, 08:33 PM
forum logo and header images have disappeared with this activated.
Do you have installed latest version?
Do you have installed latest version?
yes
allinvain
02-07-2009, 02:17 PM
I'm having the same issue as Jaxel. Some username characters do not work (ie "^"). Also header images do not work on thread display. See example:
http://www.forexnirvana.com/f4-admin-notices/how-change-forum-theme-20.html
When I try to view the header image I get the following error:
Page Not Found!f2-introduce-yourself/curves/c1_03.jpg
I did modify config.php to include the "curves" theme directory but no go..
I disabled it btw as this is a production forum and I can't have any bugs popping up.
yes, please fix the images issues.
allinvain
02-07-2009, 04:01 PM
So far I think only two bugs remain...1) a workaround for odd username characters 2) the images issue for *some* themes.
I noticed that it happens only when your vbulletin theme folder is outside the images folder..ie forum root. I suppose I can modify the theme to look for the images in a different location and move it the images folder...but any way to fix the username issue?
giorgioarmani
02-07-2009, 05:19 PM
Does this work on latest 3.8.1
allinvain
02-07-2009, 05:40 PM
It should..it works on my 3.8.0 install....
giorgioarmani
02-07-2009, 08:16 PM
Thanks allinvain...
How easy is it to install?
yabsoft
02-07-2009, 08:48 PM
I'm having the same issue as Jaxel. Some username characters do not work (ie "^"). Also header images do not work on thread display. See example:
http://www.forexnirvana.com/f4-admin-notices/how-change-forum-theme-20.html
When I try to view the header image I get the following error:
Page Not Found!f2-introduce-yourself/curves/c1_03.jpg
I did modify config.php to include the "curves" theme directory but no go..
I disabled it btw as this is a production forum and I can't have any bugs popping up.
Add the following code into your yabbseo/data/config.php:
'image:' =>
array (
0 => 'background\\-',
1 => 'url',
2 => '\\(',
3 => '\\>',
4 => '1',
),
after
'import' =>
array (
0 => '\\@',
1 => 'url',
2 => '\\(',
3 => '\\"',
4 => '1',
),
Images are not showing......... when viewing the properties of my images they show like this:
http://www.xxxxx.com/forum/http://www.xxxx.com/forum/images/misc/banner_black.jpg
or
http://www.xxxxx.com/forum//forum/cyb_banners/NSM.jpg
it seems to be doubling parts of the address.
yabsoft
02-07-2009, 10:05 PM
Images are not showing......... when viewing the properties of my images they show like this:
http://www.xxxxx.com/forum/http://www.xxxx.com/forum/images/misc/banner_black.jpg
or
http://www.xxxxx.com/forum//forum/cyb_banners/NSM.jpg
it seems to be doubling parts of the address.
Are you sure? Could you send me your forum url with the YABBSEO enabled to check?
Jaxel
02-08-2009, 01:11 AM
Try to edit .htaccess:
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
change to
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images|wiki)/
That will make YABBSEO work with your wiki.
I actually tried that... but it didn't fix anything, so I had to uninstall this mod.
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>
The problem is that I am using this bridge: and while your mod works fine searching for the "forum/yabbseo" folder, it cant find "forum/wiki/yabbseo" folder... since it doesnt exist. The URL to the yabbseo folder should be absolute, not relative.
https://vborg.vbsupport.ru/showthread.php?t=191186
allinvain
02-09-2009, 05:12 AM
Thanks allinvain...
How easy is it to install?
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.
allinvain
02-09-2009, 05:28 AM
Add the following code into your yabbseo/data/config.php:
'image:' =>
array (
0 => 'background\\-',
1 => 'url',
2 => '\\(',
3 => '\\>',
4 => '1',
),
after
'import' =>
array (
0 => '\\@',
1 => 'url',
2 => '\\(',
3 => '\\"',
4 => '1',
),
Excellent! That did the trick! :) Thanks. Now the only other issue that I believe needs to be fixed is some sort of workaround for the odd character names..if possible.
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
yabsoft
02-09-2009, 11:28 AM
I actually tried that... but it didn't fix anything, so I had to uninstall this mod.
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>
The problem is that I am using this bridge: and while your mod works fine searching for the "forum/yabbseo" folder, it cant find "forum/wiki/yabbseo" folder... since it doesnt exist. The URL to the yabbseo folder should be absolute, not relative.
https://vborg.vbsupport.ru/showthread.php?t=191186
Try to arrange your 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]
like this
#### 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]
yabsoft
02-09-2009, 11:51 AM
Excellent! That did the trick! :) Thanks. Now the only other issue that I believe needs to be fixed is some sort of workaround for the odd character names..if possible.
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
Do you have the hook "Search members" enabled under YABBSEO module at vB AdminCP? I have tested the same username at my test forum, and it is working fine.
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?
trickfly
02-09-2009, 01:45 PM
Does this work along side vbSEO ? or will it interfere with it ?
Ekremxx
02-09-2009, 02:03 PM
Edit: Its there a way to remove the forum id from the rewrite url?
i.e: http://www.myforum.com/forum/forumid-forum description/thread title.html
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
elmati
02-09-2009, 03:27 PM
Do you have the hook "Search members" enabled under YABBSEO module at vB AdminCP? I have tested the same username at my test forum, and it is working fine.
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?
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...
yabsoft
02-09-2009, 04:29 PM
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...
Oh la la, the hook was missing in my attachment. Now you can add it manually:
Plugins & Products>Add New Plugin
Product: YABBSEO[vB]
Hook Location: member_start
Title: Search members
Plugin PHP Code: include 'yabbseo/forumhook/match_member.php';
Or we will update the our module soon and so you can upgrade it directly.
yabsoft
02-09-2009, 04:31 PM
Does this work along side vbSEO ? or will it interfere with it ?
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.
yabsoft
02-09-2009, 04:36 PM
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
From my side, I tested it on my PC and it is working fine. But it is better to keep the froum id added. You need many testings for customising forum urls. I understand how to do well, but it is not easy for me to explain it.
elmati
02-09-2009, 04:47 PM
hey Yabsoft, thanx i addes the search members plugin and now works great, but dont rewrite the today birthday users...
any clue about this?
Ekremxx
02-09-2009, 07:41 PM
i dont have any idea i try alot that:(( any body give
Yes, it is supported:
edit yabbseo/data/config.php,
change
PHP Code:
'forumtitleonly' => '0',
to
PHP Code:
'forumtitleonly' => '1',
And then you remove the f{forum_id}_ from
PHP Code:
'template' =>
array (
'showthreadpage' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-page{thread_page}.html',
'showthread' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}.html',
'showthreadnew' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-newpost.html',
'showthreadpost' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-p{post_id}.html#post{post_id}',
'forumdisplaypage' => 'f{forum_id}-{forum_title}/index{forum_page}.html',
'forumindex' => 'forumindex.html',
'forumdisplay' => 'f{forum_id}-{forum_title}',
'member' => 'members/{username}.html',
'memberlistpage' => 'memberlists/{member_page}.html',
'memberlistltr' => 'memberlists/{letter}.html',
'memberlistltrpage' => 'memberlists/{letter}-{member_page}.html',
'memberlist' => 'memberlists',
),
drumbum
02-10-2009, 12:23 PM
Working good except having an issue when trying to view new posts from the forum home.
The link looks like this
http://www.xxxxxx.com/tips/f11-miscellaneous-tips/facebook-tips-137-newpost.html
but when you click on it to read the new posts from forum home you get directed to this:
http://www.xxxxxx.com/tips/f-/--p1409.html#post1409
SuSpect
02-11-2009, 10:31 AM
Can you put here http://yabsoft.com/forum/yabbseo/data/config.php ?
yabsoft
02-15-2009, 09:49 AM
Working good except having an issue when trying to view new posts from the forum home.
The link looks like this
http://www.xxxxxx.com/tips/f11-miscellaneous-tips/facebook-tips-137-newpost.html
but when you click on it to read the new posts from forum home you get directed to this:
http://www.xxxxxx.com/tips/f-/--p1409.html#post1409
This issue should be corrected in new version v1.0.1 and the birthday members can now be parsed correctly.
gsmlover4u
02-15-2009, 02:03 PM
thanks for update now every thing working fine :D
Jaxel
02-15-2009, 03:30 PM
Okay... I installed this mod and I am getting a few small errors with USERNAMES...
-Manta- turns into http://www.8wayrun.com/members/_manta_/
D.I.N.O turns into http://www.8wayrun.com/members/d_i_n_o/
ai-uchi turns into http://www.8wayrun.com/members/ai_uchi/
These are legal URL characters... so this should be easy enough to fix.
I have a VERY restrictive and arcane registration RegEx in place to avoid this type of issue; but it appears that three characters are still giving issues: . - @
^[A-Za-z0-9]((\w)|[\-\.\@])+[A-Za-z0-9]$
Also...
'showthreadnew' => 'f{forum_id}/{thread_title}-t{thread_id}/newposts/',
Doesnt seem to work for me.
did today's update fix this problems?
yabsoft
02-16-2009, 11:16 AM
did today's update fix this problems?
It is working fine with the SEOURL Rule provided by us. For your customised one, I don't give a test.
SuSpect
02-16-2009, 12:36 PM
Can you put here http://yabsoft.com/forum/yabbseo/data/config.php ?
im waiting this and can i rewrite tag urls?
ex: tags.php?tag=sample
to: tags/sample/
yabsoft
02-16-2009, 12:42 PM
Sorry, I could not provide my Rule for you. Now tags is not supported to be rewrote.
bigtime
02-16-2009, 05:53 PM
The code added to my .htaccess makes my vbseo sitemap files give a 404 error. When I remove the .htaccess code, my sitemap files are found. Any changes I can make to make both addons work?
Thanks.
FIXED
I moved
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
so that it was right below
RewriteEngine On
yabsoft
02-16-2009, 08:09 PM
The code added to my .htaccess makes my vbseo sitemap files give a 404 error. When I remove the .htaccess code, my sitemap files are found. Any changes I can make to make both addons work?
Thanks.
FIXED
I moved
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
so that it was right below
RewriteEngine On
Hmm, but vBSEO Sitemap could not generate static url for your forum, I think.
Jaxel
02-17-2009, 11:39 AM
It is working fine with the SEOURL Rule provided by us. For your customised one, I don't give a test.
What about the username issues?
yabsoft
02-19-2009, 09:25 PM
What about the username issues?
It is fixed in the latest version v1.0.1.
Jaxel
02-20-2009, 03:48 AM
I tried installing this mod again...
It just cant be done. It interferes with the Wiki.
Sayid
02-22-2009, 03:43 PM
Does it support arabic language ?
shervin_dvb
02-25-2009, 10:39 AM
I Have A Persian Forum
I Use This ... Not Good work On The My Site
show ie. this my link
http://www.====.net/f20-ooosu-osop-u-omu-oposu-ucu-u-u-omu-op-u-u-u-o-sup3-osu-oo/umo-sup2-osopoa-o-sup1-u-u-ucopom-opu-o-sup2-osu-u-u-omu-opu-oo-o-sup3-osu-oo-99-p328.html#post328
Plz Help Me For change this problem
Very Thanks
shervin_dvb
02-26-2009, 06:04 PM
Can I Help Me ?
I Click The Install!
You Not Support Me!!!!!!!!!!!!!!!!!!
allinvain
02-27-2009, 12:47 AM
Can I Help Me ?
I Click The Install!
You Not Support Me!!!!!!!!!!!!!!!!!!
Shervin, relax! You're not going to get any help by throwing a hissy fit.
yabsoft
02-28-2009, 02:01 PM
I Have A Persian Forum
I Use This ... Not Good work On The My Site
show ie. this my link
http://www.====.net/f20-ooosu-osop-u-omu-oposu-ucu-u-u-omu-op-u-u-u-o-sup3-osu-oo/umo-sup2-osopoa-o-sup1-u-u-ucopom-opu-o-sup2-osu-u-u-omu-opu-oo-o-sup3-osu-oo-99-p328.html#post328
Plz Help Me For change this problem
Very Thanks
You mean the forum url is too long? your lang characters are not converted fine?
Shinji Ikari
02-28-2009, 03:22 PM
i have one big problem well all work fine but i have only one problem and is with the users for example:
the user is Shinji Ikari
www.myforum.com/foro/profile/shinji_ikari.html
but the problem is no link my account...... if i put on the browser bar
www.myforum.com/foro/profile/Shinji Ikari.html
work but the links on the forums no work....... and if the users use CAPS no work too.....
ooo its true >< only my User use link the other users on who is online only say :
www.myforum.com/foro/profile/.html
sorry my english is bad ;_;
its true my forum work on spanish default but english too.
durbah
02-28-2009, 04:54 PM
I have a problem when the subject of several pages of G Afh other pages of the topic and the selection of any page at the back of the main theme? What is the solution to this?
Forum version 3.8.1 and licensed
Thank you
shervin_dvb
02-28-2009, 05:43 PM
You mean the forum url is too long? your lang characters are not converted fine?
Thanks For Answer To Me .
No long Url And lang characters .
http://www.dvb5.net/
Problem For conver Persian characters To link *.html
If possible Romove (forum_title & thread_title) From config.php For DISPEL this problem
shervin_dvb
03-06-2009, 11:26 AM
Is No Work My forum
yabsoft
03-06-2009, 10:11 PM
i have one big problem well all work fine but i have only one problem and is with the users for example:
the user is Shinji Ikari
www.myforum.com/foro/profile/shinji_ikari.html
but the problem is no link my account...... if i put on the browser bar
www.myforum.com/foro/profile/Shinji Ikari.html
work but the links on the forums no work....... and if the users use CAPS no work too.....
ooo its true >< only my User use link the other users on who is online only say :
www.myforum.com/foro/profile/.html
sorry my english is bad ;_;
its true my forum work on spanish default but english too.
I am not sure what you mean.Could you let me know which url is working and which is not?
yabsoft
03-06-2009, 10:15 PM
I have a problem when the subject of several pages of G Afh other pages of the topic and the selection of any page at the back of the main theme? What is the solution to this?
Forum version 3.8.1 and licensed
Thank you
Sorry, I cannot get what you mean.
Keyser S?ze
03-09-2009, 12:30 AM
sorry im not like super technical, can anyone tell me the difference between this and vbseo?
"4. Add "no=follows" for all external site url." sorry but what does that mean?
thanks
Keyser S?ze
03-10-2009, 01:56 AM
<a href="http://www.vbseo.com/f2/whats-difference-do-i-need-31868/#post201098" target="_blank">http://www.vbseo.com/f2/whats-differ...68/#post201098</a>
i asked over there as well, with no response from this side things are looking grim id say
blackberry
03-10-2009, 10:05 AM
i am getting this error any idea??
Not Found
The requested URL /forum/yabbseo.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Keyser S?ze
03-10-2009, 11:49 AM
its saying u dont have that file uploaded, is it uploaded?
xcesivvs
03-12-2009, 01:53 AM
Got an issue trying to install this sorry
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@xcesiv.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I dont have a .htaccess file until this file was installed. Im not sure where im wrong here.
thanks
rob01
03-13-2009, 06:54 AM
some images dont show up :S
yabsoft
03-17-2009, 09:49 PM
some images dont show up :S
The images is outside your site or the backgroud images?
yabsoft
03-17-2009, 09:52 PM
Got an issue trying to install this sorry
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@xcesiv.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I dont have a .htaccess file until this file was installed. Im not sure where im wrong here.
thanks
Try to edit the .htaccess file:
remove the line:
Options +FollowSymLinks
or
update if your forum is installed on the root.
RewriteBase /forum
yabsoft
03-17-2009, 09:56 PM
sorry im not like super technical, can anyone tell me the difference between this and vbseo?
sorry but what does that mean?
thanks
The "nofollow" option is used to tell search engine not to continue to analysis the link. This will be helpful to stop search engine to index external links posted by spamers.
TSHNOFX
03-19-2009, 04:43 AM
Weird problem, probably simple, I have no clue.
Before I go on an explanation - is it apache only? My(ugh) host uses litespeed.
durbah
03-21-2009, 04:50 PM
When the problems Balhak version 3.8 and the problems are
At which the topic has multiple pages, it does not allow movement of the other pages of the topic and at the same pressure on any page of the topic is up to the first page of the topic
The second problem is the characteristics of rapid transition when we choose to enter the home page or search, or who gives us this far, it registered
(We have identified the wrong forum. If done correctly, please write to link the administration.)
These are the problems now and please help to resolve them and thank you
leonidas31
03-21-2009, 10:49 PM
thnx man for the hack but i can"t active it ............my question is haw to active yabbseo !!!
designv
03-24-2009, 12:05 AM
Hey my forum stopped working after i tried to install the mod, the only mod i have installed is the vbcredits mod. Whenever you go to the index page, this happens-
Warning: require_once(yabbseo/forumhook/301.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/init.php(298) : eval()'d code on line 2
Fatal error: require_once() [function.require]: Failed opening required 'yabbseo/forumhook/301.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/genietal/public_html/study/includes/init.php(298) : eval()'d code on line 2
Cant goto any other pages either
DarkGizmo
03-25-2009, 12:55 AM
Installed, after some minor adjustments, seems to be working fine! :D great SEO! :D
TSHNOFX
03-25-2009, 01:22 AM
Hey my forum stopped working after i tried to install the mod, the only mod i have installed is the vbcredits mod. Whenever you go to the index page, this happens-
Warning: require_once(yabbseo/forumhook/301.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/init.php(298) : eval()'d code on line 2
Fatal error: require_once() [function.require]: Failed opening required 'yabbseo/forumhook/301.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/genietal/public_html/study/includes/init.php(298) : eval()'d code on line 2
Cant goto any other pages either
Means you need to copy the files over.
ChatZ
04-01-2009, 05:33 PM
Yes, tis minor problem but bugs me lol.
http://chatz.me/members/joe.html
When your viewing someone elses profile it shows the users profile (on the current activity bit) as viewing whoever you are viewing, exept the persons username does not have capital letters in, which it did before.
??
how can i add to the hungarien character?
this is working fine with the hungarien charachter.
so i have 1 another question: how can i remove the forum id?
e.g: i would like remove this "f35"
******************/forum/f35-admin-zona/tarhely-bovites-71.html
parsigold
04-15-2009, 06:17 AM
hi
Thanks for your Support.
Does it support pesian or arabic Character to the SEO Links?
djXpire2
05-05-2009, 03:47 AM
This Mod looks promising.
When will the full version be launched & are you still providing the full version for free?
Also, will you include a sitemap generator to run under Task?
Thanks...
lifetube
05-11-2009, 10:25 PM
Great plugin thanks, however in some cases we're having problems with posts on the front forum home - sometimes they dont get changed and end up being /thread-title-here-2378-newpost.html (for example, with the newpost.html) which of course just shows a blank page rather than a thread.
Any ideas?
Andyucs
05-14-2009, 09:11 AM
This Mod looks promising.
When will the full version be launched & are you still providing the full version for free?
Also, will you include a sitemap generator to run under Task?
Thanks...
Great plugin thanks, however in some cases we're having problems with posts on the front forum home - sometimes they dont get changed and end up being /thread-title-here-2378-newpost.html (for example, with the newpost.html) which of course just shows a blank page rather than a thread.
Any ideas?
same here but if you click the last post icon its fine wierd
Andyucs
05-14-2009, 05:09 PM
Coder Has Not been Online Here For Nearly 2 Months Now
Shame
al404
07-15-2009, 09:11 AM
hi
- i upload your files in upload directory to my forum directory
- i upload .htaccess as default since my vBulletin dir is /forum
after running installation process link was modified but i always see a blank page
ONeFoSToRiy
09-04-2009, 01:35 PM
Hey yabsoft I installed but My vb advanced does not work now.
Warning: require_once(yabbseo/forumhook/301.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/init.php(293) : eval()'d code on line 7
Fatal error: require_once() [function.require]: Failed opening required 'yabbseo/forumhook/301.php' (include_path='.:/usr/local/lib/php') in /home/wrznet/domains/wrzcity.net/public_html/forum/includes/init.php(293) : eval()'d code on line 7 ?????
-----------------------------------------
Turkish characters replace
'specialchars_convert' =>
array (
'ı' => 'i',
'¥' => 'Y',
'µ' => 'u',
'À' => 'A',
'Á' => 'A',
'Â' => 'A',
'Ã' => 'A',
'Ä' => 'A',
'Å' => 'A',
'Æ' => 'A',
'Ç' => 'C',
'È' => 'E',
'É' => 'E',
'Ê' => 'E',
'Ë' => 'E',
'Ì' => 'i',
'Í' => 'i',
'Î' => 'i',
'Ï' => 'i',
'Ğ' => 'G',
'Ñ' => 'N',
'Ò' => 'O',
'Ó' => 'O',
'Ô' => 'O',
'Õ' => 'O',
'Ö' => 'O',
'Ø' => 'O',
'Ù' => 'U',
'Ú' => 'U',
'Û' => 'U',
'Ü' => 'U',
'İ' => 'i',
'ß' => 'B',
'å' => 'a',
'æ' => 'a',
'à' => 'a',
'á' => 'a',
'â' => 'a',
'ã' => 'a',
'ä' => 'a',
'ç' => 'c',
'ë' => 'e',
'ì' => 'i',
'í' => 'i',
'î' => 'i',
'ï' => 'i',
'ğ' => 'g',
'ñ' => 'n',
'ò' => 'o',
'ó' => 'o',
'ô' => 'o',
'õ' => 'o',
'ö' => 'o',
'ø' => 'o',
'ù' => 'u',
'ú' => 'u',
'û' => 'u',
'ü' => 'u',
'ÿ' => 'y',
'@' => 'a',
'Ş' => 'S',
'ş' => 's',
'"' => '',
'\'' => '',
aapkae
09-07-2009, 07:34 AM
i have installed VBSEO .. can i install this also ? .. they will not conflick ? with each other ? ..
allinvain
09-07-2009, 12:14 PM
i have installed VBSEO .. can i install this also ? .. they will not conflick ? with each other ? ..
DO NOT install this mod. Seriously though, if you have vbSEO then there is no need for this mod as well. Yes they will conflict.
allinvain
09-07-2009, 12:16 PM
I think this mod should be moved to the Graveyard....
i had Internal Server Error error :S
mortezax
09-18-2009, 05:44 AM
this mod With utf 8 has no problem?
Mark Fortune
09-20-2009, 10:17 AM
Can I remove the file extension (.html) from http;//www.mydomain.com/forums/members/markfortune.html ?
I want to do this for members only.
I don't mind the .html anywhere else on the site so the member url will be allowed to be typed in
http://www.mydomain.com/forums/members/markfortune.html
or
http://www.mydomain.com/forums/members/markfortune
kruzzen
09-25-2009, 04:47 PM
When I click into threads, I get a blank page. Any idea?
urfaliy
09-27-2009, 04:31 PM
I set up this system, but after I installed in my links twice began Erder you please help urgent
final kaoss
10-19-2009, 01:36 AM
Search for posts by {username} is not seo'd as seen here
http://vgchat.info/forum/search.php?do=finduser&u=73
after clicking stats page & hovering over to find posts for them
fix please?
I installed the script and now all i get is
Script written by Stephen Yabziz | > Date started: 1th March 2007 +-------------------------------------------------------------------------- */ # yabbseo cp redirecting if(VB_AREA=='AdminCP'&&$_GET['yabbseo']==1) { $vbulletin->scriptpath='yabbseocp.php'; } # only parsing forum area! if(VB_AREA!='Forum') return ''; require_once( 'yabbseo/seo.init.php' ); # YABBSEO is disabled by itself if(defined('YABBSEOACTIVE')&&YABBSEOACTIVE==0) return ; # using the one at vB admin panel if(!$vbulletin->options['bburl']) { die("YABBSEO need [Forum URL] setup at [AdminCP > vBulletin Options > Site Name / URL / Contact Details]"); } $urlparts = parse_url($vbulletin->options['bburl']); $YABBCONFIG['GLOBAL']['bbscript_url'] = $YABBCONFIG['GLOBAL']['absolutebburl']? $vbulletin->options['bburl']:$urlparts['path']; $YABBCONFIG['GLOBAL']['bbscript_path'] = $urlparts['path'].'/'; $YABBCONFIG['GLOBAL']['localhost'] = str_replace('www.','',$urlparts['host']); # adding localhost to the exclusive lists $YABBCONFIG['GLOBAL']['exclusive_externalurls'][]=$YABBCONFIG['GLOBAL']['localhost']; $YABBCONFIG['GLOBAL']['exclusive_externalurls'][]='www.'.$YABBCONFIG['GLOBAL']['localhost']; ############################# # begin extending Database ############################# if (!function_exists('spl_object_hash')) { /** * Returns the hash of the unique identifier for the object. * * @param object $object Object * @author Rafael M. Salvioni * @return string */ function spl_object_hash($object) { if (is_object($object)) { ob_start(); var_dump($object); $dump = ob_get_contents(); ob_end_clean(); //if (preg_match('/^object\(([a-z0-9_]+)\)\#(\d)+/i', $dump, $match)) { // return md5($match[1] . $match[2]); //} return md5($dump); } return null; } } $dbtype = strtolower($vbulletin->config['Database']['dbtype']); if($dbtype=='mysql'||$dbtype=='') $dbclass = 'vB_Database'; if($dbtype=='mysql_slave') $dbclass = 'vB_Database_Slave'; if($dbtype=='mysqli') $dbclass = 'vB_Database_MySQLi'; if($dbtype=='mysqli_slave') $dbclass = 'vB_Database_MySQLi_Slave'; if($dbtype=='mysqli'||$dbtype=='mysqli_slave') $newcode = @file_get_contents('yabbseo/forumhook/db_extend2.php'); else $newcode = @file_get_contents('yabbseo/forumhook/db_extend.php'); eval("class YABBDB extends $dbclass{ " . $newcode . " } "); $mydb = new YABBDB($vbulletin); $arrVars = get_class_vars($dbclass); foreach ($arrVars as $key=>$value) { $mydb->$key =& $db->$key; } unset($arrVars); $db = $mydb; unset($mydb); ############################# # end extending Database ############################# # 301 redirect is disabled if($YABBCONFIG['GLOBAL']['301_redirect']==0||$_POST) { return ; } /** * Processing forum_id: * 1. recover it from forum titles? * 2. checking if the forum titles are changed */ # get forum id from unique forum title #if($YABBCONFIG['GLOBAL']['forumtitleonly']==1&&'forumdisplay.php'==YABBSEO_THIS_SCRIPT) if('forumdisplay.php'==YABBSEO_THIS_SCRIPT&&$bbvalues['f']==0) { global $vbulletin,$bbvalues; # use custom forum titles? $forumcache = BuildForumTitles(); # compare the forum title with the one in db # and check if the title is changed foreach($forumcache as $forumid=>$forumrow) { if($bbvalues['forum_title']==MakeUrls($forumrow['title_clean'])) { $vbulletin->GPC['forumid']=$forumid; break; } } } # checking if the forum titles are changed: avoid the title changes, # the below code for the script forumdisplay.php called from yabbseo.php $redirect_301 = 0; if('forumdisplay.php'==YABBSEO_THIS_SCRIPT #&&$YABBCONFIG['GLOBAL']['forumtitleonly']==0 &&$bbvalues['f'] &&( in_array('forum_title',$YABBCONFIG['URL']['seovars']['forumdisplay']) ||strlen($bbvalues['forum_title']) ) ) { global $vbulletin,$bbvalues; # use custom forum titles? $forumcache = BuildForumTitles(); $org_forumrow = $forumcache[$bbvalues['f']]; if($bbvalues['forum_title']!=MakeUrls($org_forumrow['title_clean'])) { $redirect_301 = true; unset($_GET['bbseourl']); unset($_GET['forum_title']); } } # get query $bbquery = defined('IN_YABBSEO') ? $bbvalues : $_GET; # redirecting showthread.php?p=x to showthread.php?t=x&page=x # redirecting forum_title/thread_title_postid.html to forum_title/thread_title/index_page.html if ($YABBCONFIG['GLOBAL']['redirect_showthreadpost']==1&&THIS_SCRIPT=='showthread'&&!empty($bbquery['p'])) { $postinfo = verify_id('post', $bbquery['p'], 0, 1); $postid =& $postinfo['postid']; $threadedmode = 0; if ($vbulletin->options['allowthreadedmode'] AND !$show['search_engine']) { if (!isset($threadedmode)) { // Set threaded mode from user options if it doesn't exist in cookie or url passed form $threadedmode = $vbulletin->userinfo['threadedmode'] == 3 ? 0 : $vbulletin->userinfo['threadedmode']; } } $postorder = $vbulletin->userinfo['postorder'] ? 'DESC': ''; $postinfo = verify_id('post', $postid, 1, 1); $threadid = $postinfo['threadid']; // assign to the bbvalues $bbvalues['t'] = $threadid; $getpagenum = $db->query_first(" SELECT COUNT(*) AS posts FROM " . TABLE_PREFIX . "post AS post WHERE threadid = $threadid AND visible = 1 AND dateline " . iif(!$postorder, '<=', '>=') . " $postinfo[dateline] "); $vbulletin->GPC['pagenumber'] = ceil($getpagenum['posts'] / 10); $bbquery['page']=$vbulletin->GPC['pagenumber']; $redirect_301 = true; } # if direct access to dynamical url, redirect to static url # or the forum titles are changed, 301 redirect to new forum title page if(defined('IN_YABBSEO')&&!$redirect_301) return ''; /** * Get forum vars: */ $shortvars = array( 'f' => 'forumid', 't' => 'threadid', 'p' => 'postid', 'u' => 'userid', 'a' => 'announcementid', 'c' => 'calendarid', 'e' => 'eventid', 'q' => 'query', 'pp' => 'perpage', 'page' => 'pagenumber', 'sort' => 'sortfield', 'order' => 'sortorder', '0' => 'forum_title', '1' => 'thread_title', ); foreach($shortvars as $longvar) { unset($bbquery[$longvar]); } $bbscript = THIS_SCRIPT.'.php'; $bbinput = $bbquery; /** * Redirecting forum index page */ if(THIS_SCRIPT=='index') { //$new_url = BBUrlConverter('forumindex'); } /** * Redirecting forum display page */ if(THIS_SCRIPT=='forumdisplay') { $forumid = intval($bbinput['f']); $new_url = sitemap_forumdisplay($forumid,$bbinput,$bbscript); } /** * Redirecting thread page */ if(THIS_SCRIPT=='showthread') { if($bbquery['t']) { $threadid = intval($bbquery['t']); unset($bbinput['f']); $new_url = sitemap_showthread($threadid,$bbinput,$bbscript); } elseif($bbquery['p']) { $postid = intval($bbquery['p']); unset($bbinput['f']); unset($bbinput['t']); $new_url = sitemap_showthreadpost($postid,$bbinput,$bbscript) ; } } /** * Redirecting showpost page */ if(THIS_SCRIPT=='showpost') { $postid = intval($bbquery['p']); $new_url = sitemap_showpost($postid,$bbinput,$bbscript); } /** * Redirecting announcement page */ if(THIS_SCRIPT=='announcement') { $announcementid = intval($bbquery['f']); $new_url = sitemap_announcement($announcementid,$bbinput,$bbs cript); } /** * Redirecting member list page */ if(THIS_SCRIPT=='memberlist') { $url_data = array( '{ltr}'=>strtolower($bbquery['ltr']), '{memberlist_page}'=>$bbquery['page'], '{bbscript}'=>$bbscript, '{bbquery}'=>$p['query'], '{bbinput}'=>$bbinput, ); $new_url = sitemap_memberlist($bbinput,$bbscript); } /** * Redirecting member page */ if(THIS_SCRIPT=='member') { $userid = intval($bbquery['u']); $new_url = sitemap_member($userid,$bbinput,$bbscript); } /** * 301 redirect dynamical url */ if(strlen($new_url)) { $new_url = @str_replace('&','&',$new_url); header("HTTP/1.1 301 Moved Permanently"); header("location:$new_url"); exit; } ?>
the rest is blank, see at www.monkeydesk.at
i have mod_rewrite aktive. i think the installation killed my database is that possible?
edit:
ok i worked around the bug. i deleted all the code in the files and then i could deinstall it. thanks
Pikeypete
10-22-2009, 01:03 PM
Mistake, please delete moderator.
yabsoft
10-24-2009, 11:31 AM
Search for posts by {username} is not seo'd as seen here
http://vgchat.info/forum/search.php?do=finduser&u=73
after clicking stats page & hovering over to find posts for them
fix please?
I donot know your issue, but http://vgchat.info/forum/search.php?do=finduser&u=73 shows fine, I think.
yabsoft
11-02-2009, 08:11 PM
A new version of YABBSEO is available with lots of improved features. A detailed upgrade guide and explanation of yabbseo/data/config.php are created in this post:
https://vborg.vbsupport.ru/showthread.php?t=203849#post1731132
Is it fully utf-8 compatible?
Gene Steinberg
11-03-2009, 02:23 PM
Do you have a way of converting URLs altered by other URL rewrite mods, such as TfSEO or C-Logic SEO?
Also, when vBulletin 4.0 comes out with its own expanded SEO capabilities, would that render this mod moot?
Peace,
Gene
this mod is the best vb seo system
i was try it by my self the 301 redirect is the best its work if i uninstall vbseo and recover my old links loooooooooooool
i love that mod sooooooooooo much
thanks allot yabsoft you have great maind ;) i hate to work with vbseo after this mod
Lautaro
11-03-2009, 06:32 PM
Looks great, I'll try it !
yabsoft
11-03-2009, 08:17 PM
Is it fully utf-8 compatible?
Yes, you can choose the charset for your forum. And YABBSEO is working with any charset.
yabsoft
11-03-2009, 08:41 PM
Do you have a way of converting URLs altered by other URL rewrite mods, such as TfSEO or C-Logic SEO?
Yes, we have just finished a feature to redirect urls generated by a different rewrite rule(like TfSEO or C-Logic SEO or any others) to the your currrent url structure. If anyone interested, please contact me. I will do it for a small fee ($10-$30 depending on how many types of url to be redirect).
Also, when vBulletin 4.0 comes out with its own expanded SEO capabilities, would that render this mod moot?
Peace,
Gene
Yea, vBulletin 4.0 is supporting the Friendly Url Structure for thread, member and forum. But the feature is additional and not be optimized as ours. Anyway, vBulletin is a forum software, putting more focus on forum features, not a single SEO function. For example, vB4(at least beta version on their site) is not
rewriting member list page, faq page, calendar page and showpost page!
rewriting Blog pages, tags page and album pages (as in YABBSEO full version)
converting non-english languages in urls
stripping common words in url, like a, an, and ...
adding nofollows for some type of url as you want in YABBSEO or other similar SEO software
supporting customised SEO url(they provide three types url: showthread.php?tid-title, showthread.php/tid-title and threads/tid-title)
...
GodMaster
11-07-2009, 02:41 PM
hi
thanks for your product, but!
1/ problem with albums!
2/ problem with admincp link in forum's index
3/ problem with ....
for persian language:
salam doostan
aghayoon in hack ro man nasb kardam va moshkeli ke dare vaghean site ro daghoon mikone!
link album error mide, link admincp error mide, sheklak haye pasokhe sari error mide load nemishe va ...
agar mikhain google ro be joone khodetoon be khatere Not found bendazin, in hacko nasb konin!
yabsoft
11-08-2009, 09:29 PM
hi
thanks for your product, but!
1/ problem with albums!
2/ problem with admincp link in forum's index
3/ problem with ....
for persian language:
salam doostan
aghayoon in hack ro man nasb kardam va moshkeli ke dare vaghean site ro daghoon mikone!
link album error mide, link admincp error mide, sheklak haye pasokhe sari error mide load nemishe va ...
agar mikhain google ro be joone khodetoon be khatere Not found bendazin, in hacko nasb konin!
1. albums is not supported in thie lite version, you may checkout thefull version (http://yabsoft.com/yabbseo-feature.php)(NOT FREE) which supports more features ...
2. admincp link should be working fine
GodMaster
11-09-2009, 06:06 AM
Thanks!
I resolved this problem with replace two php code in version 1.0 (album error)
but :(
i protected my admincp folder! and this error :(( "www.example.com/the401.shtml", can you help me?
yabsoft
11-09-2009, 07:59 AM
Thanks!
I resolved this problem with replace two php code in version 1.0 (album error)
but :(
i protected my admincp folder! and this error :(( "www.example.com/the401.shtml", can you help me?
You mean you use a custom admincp directory? If yes, you can edit .htaccess file to find
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
and then replace admincp with your custom admincp directory.
GodMaster
11-09-2009, 08:24 AM
Oh, No!
I said "protected my admincp folder" no rename or new folder!
for this protect, i have this problem, and i don't know what's the problem :(
please help me... :x
yabsoft
11-09-2009, 07:02 PM
Oh, No!
I said "protected my admincp folder" no rename or new folder!
for this protect, i have this problem, and i don't know what's the problem :(
please help me... :x
Sorry, I could not understand what you mean. Maybe it would be helpful to show me your forum.
GodMaster
11-10-2009, 05:29 AM
ok
http://www.forum.parsiland.com/admincp/index.php
I protect my admincp directory!
.htaccess:
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
euantor
11-10-2009, 02:18 PM
Thanks for this :D I installed it yesterday and it works a charm ;) I mucked up the config.php file a few times in trying to make the URLs look nice haha but other than that, it's perfect ^^
yabsoft
11-10-2009, 04:09 PM
ok
http://www.forum.parsiland.com/admincp/index.php
I protect my admincp directory!
.htaccess:
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
It is weird. Are you sure /admincp does exist on your server? What do you mean "I protect my admincp directory!"?
Another suggestion is if you want to rewrite the findlastposter link on forum index page: member.php?find=lastposter&f=134
You can do some configuration in config.php: change post_parseurl (https://vborg.vbsupport.ru/showpost.php?p=1731132&postcount=2) to 1.
This means YABBSEO script will query database to get the corresponding userid(or post id,thread id) for the "nonparsed" links by default. BUT you should have in maind this will use additional mysql queries. If your forum is overloading, it is better to disable this option.
P.S. with YABBSEO lite edition, you could not remove our copyright information from the footer.
yabsoft
11-10-2009, 04:10 PM
Thanks for this :D I installed it yesterday and it works a charm ;) I mucked up the config.php file a few times in trying to make the URLs look nice haha but other than that, it's perfect ^^
Thanks, you are welcome:)
GodMaster
11-11-2009, 06:13 AM
Another suggestion is if you want to rewrite the findlastposter link on forum index page:
Code:
member.php?find=lastposter&f=134
You can do some configuration in config.php: change post_parseurl to 1.
Thanks for this, very nice! :x
But, your copyright, this plugin is not free?
in our country, free software or programming, Can not include copyrighted :d
A question:
in my forum index, in last post that show in left of forum, i can not go to last page :(
for example: http://www.forum.parsiland.com/thread-15412.html
i changed this address to :
thread_id-newpost.html ==> thread_id.html, but already, "thread_id-newpost.html" will not work!
last problem, There are folders on the server admincp, but is protected!
Thanks a lot!
rizelim
11-17-2009, 07:48 PM
Turkish characters in error Forums (I) there are letters.
http://www.akbilge.com/forum/f184-el-sanatlary-ve-tasarymlar/duvar-raflary-29567-p68850.html#post68850
rizelim
11-18-2009, 01:52 PM
upload the files do not appear in the forum
http://www.akbilge.com/forum/f103-orgu-dantel-dunyasi/kendi-el-yapimlarimdan-29658-p68898.html#post68898
Goomzee
11-19-2009, 05:38 AM
it's not working i can;t access my admincp after uploading files so i removed all files and still my admincp not works fine
final kaoss
11-29-2009, 12:32 AM
then apparently it's not yabbseo doing it.
shabbir4it
12-11-2009, 05:39 AM
Hi,
There is an sql syntax error in your plugin in yabbseo/sitemap.func.php, You can notice the extra comma the query.
Line:288
$albums = $db->query_read("
SELECT album.userid,,album.title,album.albumid
FROM " . TABLE_PREFIX . "album AS album
WHERE album.albumid in ($albumids)
");
Regards,
Syed
Gear-Monkey
12-12-2009, 09:52 AM
it's not working i can;t access my admincp after uploading files so i removed all files and still my admincp not works fine
Same thing happen to me when I added the product-YABBSEO-lite-xml file.
Here's the fix: https://vborg.vbsupport.ru/showpost.php?p=1906469&postcount=2
I don't understand the authors instructions. What is this?
You only need upload all files in /upload to your vBulletin installation.
I can't find the /upload folder in vbulletin so I just uploaded the files in the root. Still can't figure it out.
Switch3130
12-12-2009, 10:00 AM
I can't afford vBseo atm, is this the next best thing to download in its place?
euantor
12-12-2009, 10:27 AM
Hi,
There is an sql syntax error in your plugin in yabbseo/sitemap.func.php, You can notice the extra comma the query.
Line:288
$albums = $db->query_read("
SELECT album.userid,,album.title,album.albumid
FROM " . TABLE_PREFIX . "album AS album
WHERE album.albumid in ($albumids)
");
Regards,
Syed
I was getting the same error too. I fixed that one, but now I'm getting this one:
Invalid SQL:
SELECT pl.attachmentid
FROM picturelegacy AS pl
INNER JOIN attachment AS a ON (pl.attachmentid = a.attachmentid)
WHERE pl.pictureid = 2
AND pl.type = 'album' AND pl.primaryid = 1;
MySQL Error : Unknown column 'pl.attachmentid' in 'field list'
Error Number : 1054
Request Date : Saturday, December 12th 2009 @ 03:15:47 PM
Error Date : Saturday, December 12th 2009 @ 03:15:47 PM
Classname : YABBDB
conankid
12-25-2009, 02:48 AM
Database error when access /album.php?albumid=xxxxx Can you help me?
Leica.Robbiani
12-27-2009, 11:29 PM
Hey man, thanks a lot for your help :up: :) :up:
Hi,
There is an sql syntax error in your plugin in yabbseo/sitemap.func.php, You can notice the extra comma the query.
Line:288
$albums = $db->query_read("
SELECT album.userid,,album.title,album.albumid
FROM " . TABLE_PREFIX . "album AS album
WHERE album.albumid in ($albumids)
");
Regards,
Syed
final kaoss
12-31-2009, 03:39 PM
that worked, thanks. And for the lazy just upload this file to forum/yabbseo directory.
ConsoleShark
01-03-2010, 05:10 AM
Error: Messes up copyright , Jelsoft Enterprises Ltd. becomes Content Relevant URLs by YABBSEO v1.1. Also Yep, album.php creating an abulm give you a database error.
final kaoss
01-03-2010, 05:41 PM
nothing like that happened to me and the album error is gone.
ConsoleShark
01-12-2010, 09:59 PM
extreme-gaming the file you uploading fixed the error in the albums, however it still messes up the copyright Jelsoft Enterprises Ltd. becomes Content Relevant URLs by YABBSEO v1.1
final kaoss
01-14-2010, 06:53 PM
????????? Not on my end... All I did to that file was remove the extra comma (which was the recommended fix a few posts ago) and upload it for the lazy here. I don't see how that can affect the copyright that you mention, it certainly hasn't done that to me, you should check your plugins to make sure one of those aren't doing it.
Also I have a request for the addon author. I notice that when I highlight a thread & view souce in firefox the "id" has no seo... is there anyway you can make the id say the actual name of the thread instead of "thread_title_139"
<a href="http://vgchat.info/forum/f38-super-nintendo-game-genie-codes-and-pro-action-replay-codes/aaahh-real-monsters-game-genie-codes-139.html" id="thread_title_139">AAAHH! Real Monsters Game Genie Codes</a>
christon26
01-14-2010, 11:04 PM
extreme-gaming the file you uploading fixed the error in the albums, however it still messes up the copyright Jelsoft Enterprises Ltd. becomes Content Relevant URLs by YABBSEO v1.1
Line 465 in yabbseo/forumhook/parse_output.php makes those changes, basically it 'tells' the script to replace Jelsoft Enterprises Ltd with the yabbseo copyright:
$output = str_replace(strpos($output,'<!--YABBSEO_COPYRIGHT-->')===false ? "Jelsoft Enterprises Ltd" : "<!--YABBSEO_COPYRIGHT-->",
Simply replace the following lines:
# copyright information
$copyrights = array(
1=>'<a href="http://yabsoft.com" target="blank">Search Engine Friendly URLs by YABBSEO '.YABBSEO_VER.'</a>',
2=>'<a href="http://yabsoft.com" target="blank">Content Relevant URLs by YABBSEO '.YABBSEO_VER.'</a>',
3=>'<a href="http://yabsoft.com" target="blank">Search Engine Optimization by YABBSEO '.YABBSEO_VER.'</a>',
4=>'<a href="http://yabsoft.com" target="blank">SEO by YABBSEO '.YABBSEO_VER.'</a>',
5=>'Search Engine Friendly URLs by YABBSEO '.YABBSEO_VER.' ?2005, YABSoft.com',
6=>'Content Relevant URLs by YABBSEO '.YABBSEO_VER.' ?2005, YABSoft.com',
7=>'Search Engine Optimization by YABBSEO '.YABBSEO_VER.' ?2005, YABSoft.com',
8=>'SEO by YABBSEO '.YABBSEO_VER.' ?2005, YABSoft.com',
);
With:
# copyright information
$copyrights = array(
1=>'Jelsoft Enterprises Ltd<br /><a href="http://yabsoft.com" target="blank">Search Engine Friendly URLs by YABBSEO '.YABBSEO_VER.'</a>',
2=>'Jelsoft Enterprises Ltd<br /><a href="http://yabsoft.com" target="blank">Content Relevant URLs by YABBSEO '.YABBSEO_VER.'</a>',
3=>'Jelsoft Enterprises Ltd<br /><a href="http://yabsoft.com" target="blank">Search Engine Optimization by YABBSEO '.YABBSEO_VER.'</a>',
4=>'Jelsoft Enterprises Ltd<br /><a href="http://yabsoft.com" target="blank">SEO by YABBSEO '.YABBSEO_VER.'</a>',
5=>'Jelsoft Enterprises Ltd<br />Search Engine Friendly URLs by YABBSEO '.YABBSEO_VER.' ?2005, YABSoft.com',
6=>'Jelsoft Enterprises Ltd<br />Content Relevant URLs by YABBSEO '.YABBSEO_VER.' ?2005, YABSoft.com',
7=>'Jelsoft Enterprises Ltd<br />Search Engine Optimization by YABBSEO '.YABBSEO_VER.' ?2005, YABSoft.com',
8=>'Jelsoft Enterprises Ltd<br />SEO by YABBSEO '.YABBSEO_VER.' ?2005, YABSoft.com',
);
And that will fix it plus put the seo copyright down on the next line :)
final kaoss
01-16-2010, 11:07 PM
What I meant by this was the search result could show like
http://vgchat.info/forum/search.php?do=finduser&u=tautvys92
instead of
http://vgchat.info/forum/search.php?do=finduser&u=73
I donot know your issue, but http://vgchat.info/forum/search.php?do=finduser&u=73 shows fine, I think.
Deadsy
02-17-2010, 07:29 AM
We installed it on our testforum, but let me get this straight. If I want to do some changes, I've to edit the config.php or is there any controlpanel?
cozmin
02-21-2010, 10:49 AM
Hello, i have a problem with this mod, i uploaded all the files to my root , added the xml product but when i am trying to access a forum section i get a 404 error.
What i done wrong ? Thanks.
final kaoss
03-30-2010, 02:33 PM
Theres no control panel for it.
Halfhidden
03-31-2010, 10:49 PM
Hi I installed this and saw the results immediately.
However, I've noticed that members are complaining that in Photopost if they click on their messages they get redirected to the forum and recieve this message despite they are logged in.
This user has not registered and therefore does not have a profile to view.
This happens to all administrators, moderators and regular users.
Can you help?
suiyuan
04-03-2010, 04:53 AM
Thanks a lot. mark installed.
Halfhidden
04-05-2010, 01:43 PM
It looks as if this mod is no longer being supported. Looking back several months and no questions are being answered.
It's a great mod but without the support I've since un installed it.
**Un-installed**
Instead purchased vBSEO
final kaoss
05-03-2010, 09:31 PM
Also I noticed that the access.log file grows over time (look in forumroot/yabbseo/data/access.log) Mine apparently grew to 68.95MB until I finally noticed & removed error log.
Theres no control panel for it.
same problem ,no control panel :S
pompaunpo
04-08-2011, 11:18 AM
Hi, in my site i have vbadvanced and vb 3.8.7
www.mysite.com/community/forum (http://www.mysite.com/community/forum)
this module works perfectly inside the forum,
but in the root directory are changed all the links are not working.
in www.mysite.com/community/ (http://www.mysite.com/community/) there is vbadvanced and all pages links
are www.mysite.com/community/index.php?pageid=MYPAGE (http://www.mysite.com/community/index.php?pageid=MYPAGE)
after activating the module are now so:
www.mysite.com/community/forum/?pageid=MYPAGE (http://www.mysite.com/community/forum/?pageid=MYPAGE)
in .htaccess I modified:
RewriteBase /community/forum
==================
solved by myself !!!!
I changed this line in config.php
'forumindex' => '0',
abumohamed
04-11-2011, 01:50 PM
i will try it.
thanks
Goomzee
01-12-2012, 05:06 AM
it's works now
Goomzee
01-12-2012, 10:14 AM
sorry for double post but after install this module my vba pages not works
this is correct link
http://www.mknexusonline.com/index.php?page=mk9
after install this mod my url changed automatic see belink
http://www.mknexusonline.com/forums/?page=mk9
sodasusu
02-21-2012, 09:36 PM
can u make it in vbulletin ver 4.XX
saini1987
03-14-2013, 04:44 PM
How to remove that link redirect feature...?
saini1987
03-16-2013, 12:06 PM
i am getting following errors on top while opening any section or thread:
Notice: Undefined index: matchtpl in /var/www/vhosts/worldofdth.com/whangout/yabbseo/yabbseo.func.php on line 367
Deprecated: Function split() is deprecated in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 28
Notice: Undefined variable: debug in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 120
Notice: Undefined index: username in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 133
Notice: Undefined index: ltr in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 138
Notice: Undefined index: t in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 154
Notice: Undefined index: u in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 161
how to fix these...?
yabsoft
05-07-2013, 01:25 PM
This usually happens after upgrading to PHP 5.3. You should edit php.ini to change the "error_reporting ":
error_reporting = E_ALL & ~E_NOTICE
i am getting following errors on top while opening any section or thread:
Notice: Undefined index: matchtpl in /var/www/vhosts/worldofdth.com/whangout/yabbseo/yabbseo.func.php on line 367
Deprecated: Function split() is deprecated in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 28
Notice: Undefined variable: debug in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 120
Notice: Undefined index: username in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 133
Notice: Undefined index: ltr in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 138
Notice: Undefined index: t in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 154
Notice: Undefined index: u in /var/www/vhosts/worldofdth.com/whangout/yabbseo.php on line 161
how to fix these...?
yabsoft
05-07-2013, 01:27 PM
can u make it in vbulletin ver 4.XX
Yes, we will develop a version for v4.
Nirjonadda
05-07-2013, 03:16 PM
Please Any new for AIHS v2.4 , Can you release Features Version?
saini1987
05-16-2013, 07:27 AM
ok, what about link redirect feature....how can i remove that link redirect to all external links...?
ellenthompson
06-07-2013, 10:04 AM
Please provide us for vb4.2.0 and vb5
ellenthompson
06-08-2013, 08:09 AM
I am getting this error
YABBSEO Disabled! If you are keeping redirecting to this page, please disable .htaccess file!
Goomzee
10-10-2013, 05:31 AM
i uninstall this mod but my website is not working
[<a href='function.require'>function.require</a>]: Failed opening required 'yabbseo/forumhook/301.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mknex0/public_html/forums/includes/init.php(298) : eval()'d code on line 106
tutorials.de
04-27-2014, 06:50 AM
When I click on the link "Mark forums read (http://www.dacianer.de/forum/forumdisplay.php?do=markread&markreadhash=1398584299-b55e4d90ec627586e19680f470b47c122f4e512d)" on forum home (index.php), it redirects to this URL (http://www.dacianer.de/forum/?do=markread&markreadhash=1398584299-b55e4d90ec627586e19680f470b47c122f4e512d) but no forums are marked as read afterwards.
With YABBSEO deactivated, it redirects to http://www.dacianer.de/forum/index.php and the forums are successfully marked as read.
Any help appreciated :eek:
Thanks in advance & kind regards,
Dominik
Ghostt
06-02-2014, 02:14 PM
most important: how is performance on bigger boards?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.