|
MyBB SEO 1.0 Beta!
|
Posts: 3
Group: Registered
Joined: Jul 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
Hello folks I have a problem at the url's , because the plugin includes the character " in the url's and Google doesn't accept my sitemap with that character 
How do I replace " with another character, for example - .
What line must I add in .htaccess ?
07-11-2008 09:31 AM
|
|
|
 |
Posts: 214
Group: Administrators
Joined: May 2006
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
SEO mod does remove double quotes in the url. What are you exactly referring to? Please elaborate.
07-11-2008 10:19 AM
|
|
|
 |
Posts: 3
Group: Registered
Joined: Jul 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
For example if someone makes a thread with the title :
"Spiderman 4" is now at Cinema
The Seo Mod will keep the " in title and in the sitemap .
Google doesn't accept a url like this :
www.domain.com/"spiderman-4"-is-now-at-cinema-1.html
How can I remove the " from url ?
07-11-2008 11:37 AM
|
|
|
 |
Posts: 214
Group: Administrators
Joined: May 2006
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
Well, I think it should not be the normal ascii double quote. It might be the word special characters “ and ” .. Open seo.php using NotePad2 (google it) and find:
array(":", "?", ".", "!", "$", "^", "*", ",", ";", '"', "%", "~", "@", "#", "[", "]", "<", ">", "\\", "/", "=", "+", "(", ")"),
Replace with:
array(":", "?", ".", "!", "$", "^", "*", ",", ";", '"', "%", "~", "@", "#", "[", "]", "<", ">", "\\", "/", "=", "+", "(", ")", '“', '”'),
If pasting that results in weird characters, go to Encoding and change it to "unicode utf-8"
07-11-2008 12:19 PM
This post was last modified: 07-11-2008 03:51 PM by Pacifier.
|
|
|
 |
Posts: 3
Group: Registered
Joined: Jul 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
Thanks a lot Pacifier , it worked!
07-11-2008 02:32 PM
|
|
|
 |
Posts: 1
Group: Registered
Joined: Jul 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
Will this be made for MyBB 1.4
07-19-2008 06:35 PM
|
|
|
 |
Posts: 4
Group: Registered
Joined: Jun 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
.....
Sure thing. If not with new features, I will at least make a same-feature upgrade for 1.4 in coming weeks.
Will this be made for MyBB 1.4 
Pacifier said there will be a 1.4 version.
Any idea on when though?
08-03-2008 04:26 AM
This post was last modified: 08-03-2008 04:26 AM by quacktacular.
|
|
|
 |
Posts: 3
Group: Registered
Joined: May 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
Pacifier said there will be a 1.4 version.
Any idea on when though?
I hope so, I don't really like 1.4's built in version of SEO url's.
Also an SEF link mod would be nice as well and a good addition if anyone will ever take up such a project.
08-03-2008 10:50 AM
|
|
|
 |
Posts: 214
Group: Administrators
Joined: May 2006
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
I'm working on to make it compatible for 1.4 ..
08-03-2008 03:14 PM
|
|
|
 |
Posts: 1
Group: Registered
Joined: Aug 2008
Status:
Offline
Reputation: 0
|
RE: MyBB SEO 1.0 Beta!
don't work when activating on 1.4 get error
Fatal error: Call to undefined function cpmessage() in /home/neutrals/public_html/community/inc/plugins/seo.php on line 122
08-03-2008 10:56 PM
|
|
|
 |
|
|