MyBB Community Forums

Full Version: Problem with Seo URL Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I install Seo Url Plugin this images doesn't appear :


New Posts
Hot Thread (New)
Hot Thread (No New)

No New Posts
Contains Posts
Locked Thread

Screenshot:
[attachment=14577]

Link: http://www.urbannsports.com

Thanks !
Now I tried to post a topic and gives me this error :
Quote:Not Found

The requested URL /skateboarding/newthread.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.
That's because whatever plugin you're using works with a virtual directory structure - which breaks relative links (which are used by MyBB for practically everything).

You can work around some of these issues with a <base> tag. It also seems like you've tried to do this but messed up horribly, as this shows up in the middle of your forum jump menu of all things:

<!-- end: forumjump_bit --><!-- start: forumjump_bit -->
<option value="9" ><title></title>
<base href='http://urbannsports.com/' /></option>
<!-- end: forumjump_bit --><!-- start: forumjump_bit -->

Neither the title nor the base tag belong there... they should go to the top into the headerinclude template (between <head> and </head>).

Have you looked at my Google SEO plugin? It does not support such a virtual directory structure - but it also doesn't break half of your board.
I uninstall Seo Url and I install Google Seo Url .. In my Admin Cp on Plugins Show me :
Quote:Modifications to inc/functions.php are required for URL support. Please see the documentation for details.
How do I fix that ?


I see the documentation and I see to modify functions.php .. Other metod exist(a patch or something) ? Or I do that manually ?
You could read the documentation that's so conveniently linked there. It tells you that inc/functions.php has to be modified for URL to work. Ready to use modified files are included in the plugin archive...

Also, see this thread:

http://community.mybboard.net/thread-46423.html

and post your questions there, if they aren't answered in the docs.
I rename 'functions.php.patch-googleseo' to function.php and I upload to inc/ ?
In the docs I can find where tell me how to patch ..
The patch is a file you can apply with the patch utility, if you don't want to make the changes manually. But there also ready to use files included, for each MyBB version. In the thread I linked you to there's an attachment with the functions.php for 1.4.8, but you can just as well use the 1.4.7 one.
Thanks .. I resolved the problem.
Plise, help me. How to delete "?" from url ?