MyBB Community Forums

Full Version: Google SEO Legacy 1.4.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2011-07-28, 03:08 PM)faviouz Wrote: [ -> ]
(2011-07-28, 07:40 AM)kokoko Wrote: [ -> ]i uploaded all files but forum url not rewrite

http://www.pakbestgamers.com/forums/index.php
Looks like you didn't even enable the plugin (or the separate URL rewrite option).


can you help me out please ??
Well, did you enable the Google SEO plugin?

Is the SEO URL setting enabled?
(2011-07-28, 06:53 PM)faviouz Wrote: [ -> ]Well, did you enable the Google SEO plugin?

Is the SEO URL setting enabled?

yes it is, what should i change in the settings ??



Enable Google SEO URLs : YES
Punctuation characters : !"#$%&'( )*+,-./:;<=>?@[\]^_`{|}~
URL separator : -
URL uniquifier : {url}{separator}{separator}{id}
URL uniquifier enforcer : NO
Character Translation : NO
lowercase words : NO
URL length soft limit : 0
URL length hard limit : 0
Forum URL scheme : Forum-{url}
Thread URL scheme : Thread-{url}
Announcement URL scheme : Announcement-{url}
User URL scheme : User-{url}
Calendar URL scheme : Calendar-{url}
Event URL scheme : Event-{url}





no one for help ?
i enable from admincp but still not works
What does the plugin status show on the plugins page? For URL to work you need modified inc/functions.php and rewrites working. Some hosts also require RewriteBase, see the htaccess.txt that comes with Google SEO for an example.
after set funcations site show me erro

Parse error: syntax error, unexpected T_STRING in /home/xxx/public_html/pakbestgamers.com/forums/inc/functions.php on line 840

and below lin is not in funcations.php

function multipage($count, $perpage, $page, $url)

After remove above my thread not works

http://www.pakbestgamers.com/forums/Thre...n=lastpost
You probably messed up the file. Download the functions-googleseo-1.6.4.php file from the first post, rename it to functions.php and upload that to ./inc/.
Which MyBB version are you using? For 1.6.2/1.6.3 there's a ready to use functions.php in the package and for 1.6.4 there's one in the first post of this thread. You can also use the Patches plugin and the patches-googleseo.xml in the first post.

When you edit yourself, you leave the "function multipage" line alone, just add the new code underneath the {.
i uploaded that but this line is missing in new file as well

function multipage($count, $perpage, $page, $url)
Which MyBB version are you running?

Did you rename the file to functions.php?