|
MyBB SEO 1.0 Beta!
|
Posts: 1
Group: Registered
Joined: Oct 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
Hi everyone!
A little (maybe stupid) question:
Is this: http://spicefuse.com/mybb_mods/seo_plugin_11_b1.zip
The last version of the SEO Plugin download?
And another question for the administrator: Do you use GZIP compression on this page, if yes, what compression level?
Regards!
10-11-2008 02:10 AM
|
|
|
 |
Posts: 1
Group: Registered
Joined: Oct 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
The zip file was updated again later. Please try the newer one.
And yes, it has been updated for 1.4.
is the latest version will work on 1.2.x too? or just for 1.4
10-11-2008 04:27 PM
|
|
|
 |
Posts: 13
Group: Registered
Joined: Nov 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
its working only on 1 domain as i have 3 domain names pointed to the same forum ... before you could come in from any domain ,
now only 1 domain works with seo and the 2 other domains i get a white page ?
is there away around this ?
11-19-2008 05:27 AM
This post was last modified: 11-19-2008 05:29 AM by technoman.
|
|
|
 |
Posts: 2
Group: Registered
Joined: Nov 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
So from what I am gathering.....this version 595-1217873059-seo_plugin_11_b1
Downloaded from the my BB site mods and plugins section IS compatible with 1.4?
Thank you for the confirmation as well as the mod if it works well, because I have noticed lack of "attention" from Google webmaster tools, stats, as compared to my other site!
Where nowhere near as many pages are indexed nor does the site show back links by google, when I know there are numerous ones.
Thanks,
TSG!
Custodial Grandparents-A forum for Grandparents with custody!
GardeningSphere- For gardening information and product resources!
11-29-2008 03:00 PM
|
|
|
 |
Posts: 13
Group: Registered
Joined: Nov 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
also when you download it from MYBB mod section dont forget to download the auto-cookie thingy cause he mentiones it there on mybb, good luck and have fun !
I find it works best when you start from scratch for your board
11-29-2008 03:57 PM
|
|
|
 |
Posts: 2
Group: Registered
Joined: Nov 2008
Status:
Offline
Reputation: 0
|
|
|
|
 |
Posts: 13
Group: Registered
Joined: Nov 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
ok let me go threw MYBB Mod section and find it for you.
11-29-2008 05:29 PM
|
|
|
 |
Posts: 13
Group: Registered
Joined: Nov 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
11-29-2008 05:35 PM
|
|
|
 |
Posts: 1
Group: Registered
Joined: Jan 2009
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
Thanks for this great mod, but I'm having a small problem. All links work correctly except the user profile links.
My site: http://mech.me/forum
example link of a profile: http://mech.me/forum/webmaster-u-1.html
my .htaccess file:
# //seo_mod_start
RewriteEngine On
# Uncomment the following and add your forum path if rewrites arent working properly
RewriteBase /forum/
RewriteRule ^index.html$ index.php [L,NE]
RewriteRule ^(.*)-t-([0-9]+).html(.*)$ showthread.php?tid=$2$3 [QSA,L]
RewriteRule ^(.*)-t-([0-9]+)-([0-9]+).html$ showthread.php?tid=$2&page=$3 [QSA,L]
RewriteRule ^(.*)-f-([0-9]+).html(.*)$ forumdisplay.php?fid=$2$3 [QSA,L]
RewriteRule ^(.*)-f-([0-9]+)-([a-z]+)(-|-[a-z]+)-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&sortby=$3&order=$4&datecut=$5&page=$6$7 [L]
RewriteRule ^(.*)-a-([0-9]+).html$ announcements.php?aid=$2 [L]
# //seo_mod_end
Thanks
Edit:
Nvm!
I fixed it by adding the following line to the end of my .htaccess file.
RewriteRule ^(.*)-u-([0-9]+).html$ member.php?action=profile&uid=$2 [L]
Today 05:26 AM
This post was last modified: Today 05:33 AM by mechme.
|
|
|
 |
|
|