MyBB Community Forums

Full Version: Wordbb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I have installed the plugin "Wordbb" but does not work, I have the blog directory, and forum in /foro

What should I write in MyBB URL?

What should I write in MyBB absolute path on server?


Sorry for my poor english
For the MyBB URL you have to enter the web adres to your MyBB installation, e.g. http://mysite.com/foro/

And for the absolute path, there is a nifty thingy inside the MyBB admin pages that shows you the path:
  • Go to your "Admin CP"
  • Go to "Tools & Maintenance"
  • At the left you'll find a menu link called "View PHP Info"
  • On the PHP Info page search for "DOCUMENT_ROOT"
The Document Root is the absolute path to your website. But as the name suggests, it's the root of your website.

In the example above I've set the MyBB URL to "http://example.com/foro/" (without quotes), so you're absolute path is:

"$DOCUMENT_ROOT"/foro/

Where Document Root is the path that you got from the PHP Info page.

Hope this helps Smile
thank you for this, it fixed my problems, another one I am having is the default post author field, it says that the user does not exist on mybb database, but I use it to log in, it's simply "admin" yet it says it does not exist?