PDA

View Full Version : Major Additions - YABBSEO[vB] Lite - Another Better SEO Module for vB 3.7.x


yabsoft
02-15-2009, 10:00 PM
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.

Live Demo:
http://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.0.1 At 15 Feb 2009
YABBSEO[vB] Lite v1.0.0 At 05 Feb 2009

Updates:
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.

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.

OcR Envy
02-17-2009, 09:56 AM
Sooooo what makes it better?

CILGINKRAL_
02-17-2009, 10:47 AM
Thanks, really nice,I will use on my site

Sooooo what makes it better?

I guess to be free.

ragtek
02-17-2009, 12:43 PM
Will this only change the url's or are also templatechanges included?

CILGINKRAL_
02-17-2009, 02:19 PM
Will this only change the url's or are also templatechanges included?

I think the only change is the url

ragtek
02-17-2009, 02:39 PM
http://googlewebmastercentral.blogspot.com/2008/09/dynamic-urls-vs-static-urls.html ;)

the.code
02-19-2009, 05:02 PM
this is something wich i was looking for its working like charm as it wont create any additional Querys on my home page like TFSEO the other SEo hack does which almost kills my SQL server,

Their is one problem tho m facing in this whenever their is a new post in a thread and i visit the static link few times it jus shows blank page and sometime only shows first post of the forum so i guess u can look into this ?

Oyabun
02-19-2009, 05:16 PM
I get the "500 Internal Server Error" when i try to read a thread or view a profile :/

the.code
02-19-2009, 08:12 PM
I get the "500 Internal Server Error" when i try to read a thread or view a profile :/

make sure ur host supports htaccess if u already have htaccess file ob root then edit it or replace it with original htaccess of hack once and see if u still get the error

Oyabun
02-19-2009, 08:15 PM
Ah i got it to work, thanks. The mistake was in the .htaccess file, cause
I didn't see that i had to edit the path :)

Nice Mod :)

jlew24asu
02-19-2009, 08:18 PM
very cool, will have to check this out.

yabsoft
02-19-2009, 09:30 PM
Sooooo what makes it better?
I use totally diffferent methods to do the URL rewriting which may have better performence. And they are lots of options to control url rewriting. For example, you are able to create your onw customised url structure. WHen the full version is available, you will see its more powerful feature:)

yabsoft
02-19-2009, 09:33 PM
this is something wich i was looking for its working like charm as it wont create any additional Querys on my home page like TFSEO the other SEo hack does which almost kills my SQL server,

Their is one problem tho m facing in this whenever their is a new post in a thread and i visit the static link few times it jus shows blank page and sometime only shows first post of the forum so i guess u can look into this ?
Yes, in 99% cases, YABBSEO doesn't need any mysql query on your server. This is our innovative point: vB has done all required queries and thus we only need reuse them.

For new post issue, it seems very strange and I recieved such report before. I will look into it. If you can provide more details on how to reproduce the issue, that would be helpful.

yabsoft
02-19-2009, 09:35 PM
Ah i got it to work, thanks. The mistake was in the .htaccess file, cause
I didn't see that i had to edit the path :)

Nice Mod :)
Yes, .htaccess must be enabled and you need edit if you are runing your forum at subdirectory!

Oyabun
02-19-2009, 11:45 PM
Their is one problem tho m facing in this whenever their is a new post in a thread and i visit the static link few times it jus shows blank page and sometime only shows first post of the forum so i guess u can look into this ?
Same prob here, also links of users with special characters in their names are shown like
21214-3242342-r-24234.html <- for example.
That doesn't look good, because the title changes also in the "User is viewing werioz30237409 profile"

yaku
02-20-2009, 12:25 AM
I'm considering getting vbSEO...is YabSEO going to do similar things (full version or lite)?

yabsoft
02-20-2009, 11:27 AM
I'm considering getting vbSEO...is YabSEO going to do similar things (full version or lite)?
YABBSEO basically does the same rewrite and sitemap(in full version) things, but as I know, YABBSEO doesn't support pingback for threads and some related features.

lucky51
02-21-2009, 01:15 PM
i have already file redir.php on root drictory
what can i do ?
can i upload upload_lite folder on root as it is ?
sorry for bad english

yabsoft
02-21-2009, 09:50 PM
You can edit yabbseo/data/config.php to change
'redirect_externalurl' => '1',
to
'redirect_externalurl' => '0',

Then the redir.php need not be uploaded.

lucky51
02-22-2009, 12:37 PM
all done but when i m open the thread i face 500 internal server eroor
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, ********** 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.

the.code
03-12-2009, 02:53 AM
kindly do an update for username with special chars and look into tht newpost blank page error this is best SEO available :d

blackberry
03-12-2009, 05:08 PM
yeah i am having same problem of newpost blank page

forum jump is also not working getting this eerror message

"Invalid Forum specified. If you followed a valid link, please notify the administrator"

erotikforum
03-13-2009, 05:21 PM
thank you for that one, its the only url rewrite plugin that works in my board!

but it does not work with the vb Google Search Cloud (https://vborg.vbsupport.ru/showthread.php?t=178714)

Heath
06-04-2009, 10:26 PM
Is there a way to get this working with ibproarcade as well?

I have already installed it, got it working. Took a sec, but the error was on my part. I am looking at the php files now to see how to add galleries and ibproarcade. Any help would be appreciated.

dgparent
06-10-2009, 06:32 PM
what is the differnce between this free lite edition and the one for 99 on your site ??

dgparent
06-10-2009, 07:45 PM
What do you need to edit if you are running it in a sub directory called /forum ??

Yes, .htaccess must be enabled and you need edit if you are runing your forum at subdirectory!

dosadno
07-31-2009, 03:09 PM
This mode i s nice and simple, but when I click on the header, or link for homepage of the forum, it redirects me to my homepage site instead of the forum homepage.

I also get url look like this; /forum/f13-serija-3, but i would like that it looks like this /forum/serija-3.

So how do I fix this?

DR_GIGGULS
09-02-2009, 12:13 AM
Does it support cyrillic titles?

inder123
09-02-2009, 02:19 PM
Can u please tell me how can i remove this thing from footer of my website ?

http://www.abcdex.com/redir.php?url=http%3A%2F%2Fwww.abcd.com

i have put some links on my footer , its comes like this i want them direct like they were before . how can i do it ?

i can see ur footer link and my own forum link is direct link..please tell me.

inder123
09-02-2009, 02:21 PM
This mode i s nice and simple, but when I click on the header, or link for homepage of the forum, it redirects me to my homepage site instead of the forum homepage.

I also get url look like this; /forum/f13-serija-3, but i would like that it looks like this /forum/serija-3.

So how do I fix this?

Edit config file...i just edited it and its fixed for me

'showthreadpage' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-page{thread_page}.html',

remove f forum id

BrotherX
04-29-2010, 07:47 AM
This mod is BS with special caracters. It just replace special character with this "-", what is not at all SEO, because it breaks words in two peaces. Also I don't like when someone add theirs links in the footer without warning about that. Who do you think you are? Uninstaled and deleted.