I make WordPress and MyBB plugins on request! Check my Plugin Development page.

WordBB Research and Feature Suggestions

WordBB 12 October 2009 | 22 Comments

I’m just wondering how many people out there are actually using WordBB on live websites and enjoying it. If you are one of those, please comment this post.
I noticed most of you have some problems with theme editing, which is okay since it requires some PHP/HTML skills. If this is your case, please give a look at the documentation and let me know if there’s something you still don’t get or are in trouble with. I can’t offer much support (too busy with work and other stuff) but I’d be glad to improve documentation and tutorials if there’s the need.

Also, if you’re looking for new features on WordBB, now it’s a good time to ask.

Tagged in

22 Responses on “WordBB Research and Feature Suggestions”

  1. Leo says:

    thanks dude , I am using it happily

  2. Matt says:

    I am using it, but really really trying to find out what/how to edit, the doc isn’t really clear. I want to implement all of the template functions, could you give an example that works? Like, can run on a live server?

  3. Hangman says:

    In order to keep things generic, the only thing I can show is just a few snippets since those modifications are based on how your theme is structured.
    Anyway, the template function are easy to use, just call them in your theme (as for thread functions, be sure to call them in the WordPress Loop) and echo out return values.

  4. Matt says:

    First of all, i advise everyone to read the readme file :’)
    it clears out ALOT , like all of the functions.
    Second, the quick edit mode @ my site isn’t working anymore, since when i click it, wordpress shows up in mybb with a search error or something lol

  5. Matt says:

    Could i get support on that please ^^
    just want to know if this is through wordBB and can be edited :)

  6. Hangman says:

    You mean support on the Quick Edit thing? I’ll look into it as soon as I have some spare time.

  7. Matt says:

    Ok thanks alot !

  8. Hangman says:

    @Matt: Quick edit works fine here. Are you having trouble with the link under the “WordBB Posts” section maybe? And what’s the exact error you are getting?

  9. Victor says:

    I am trying this out but it is showing that

    error

    MyBB root folder does not exist

    which isn’t true. Any suggestions?

    Thanks

    Vic

  10. Hangman says:

    @Victor: in order to be sure you’ve set the right path, put a PHP file in your MyBB directory containing the following code:

    < ?php echo getcwd() ?>

    then run that script. You’ll get the right absolute path which you can match with the one you entered in your WordBB settings.

  11. Mathias says:

    No :s weird, maybe it’s just my theme. Guess i’ll look into it. By the way, nice informing blog you got here ^^

  12. Mathias says:

    tested, doesn’t matter which theme :’( i think i’ve just got to disable quickedit in mybb

  13. Victor says:

    OK now I get it so I get absolute path right put it in there and than now it is saying something about global can’t be found. Ugghh

    I am wondering is this going to be like if they register either at blog or forum than they are members of both?

  14. Mathias says:

    No victor :) this is just a cross posting / comment system that outperforms wp-united (buggiest addon on earth) .
    Actually bridgin both will be a process that will fark up your database (i think).

  15. Yifat says:

    I just installed MyBB [http://www.mlmmillionaireclub.com/MyBB] and I’m trying to configure your plugin when I get these 2 error messages:

    * MyBB root folder does not exist
    * Default post author username does not exist on MyBB

    As you can see from my URL error #1 is untrue.
    The post author username that I’m using is admin, so I shouldn’t be getting error #2.

    Can you assist with that and let me know what I’m doing wrong?

  16. Hangman says:

    @Yifat: to retrieve your MyBB root path, just put a PHP file in your forum directory containing the following code:

    < ?php echo getcwd() ?>

    As for the other error: do your WP and MyBB installs share the same database? If not, you may need to enter the database data first. To confirm that you can also check if the plugins finds the forum sections near “Default post forum”.

  17. Hangman says:

    @Victor: Mathias is right. And duplicating all that data is just pointless (see my point in this post: http://valadilene.org/2009/08/04/wordbb-0-1-beta-released/ )

  18. elena says:

    ehm when you integrate the user? like jfusion for joomla.
    now i’m installing wordbb.

  19. Motarion says:

    Good work !

    Just a word about features, I think it should be really cool if we can use a specific caterogry in the WordPress side and each new post in this category will be posted on the MyBB forum ?

  20. Hangman says:

    @Montarion: actually it is already there. See “WordBB Categories” in your wp-admin.

  21. ekrem says:

    Mybb based on sub-domains. i am plesk panel useing
    /var/www/vhosts/user_name/subdomains/forum/httpdocs

    “” I have written has given way to but I’m getting this error “MyBB root folder does not exist”

Leave a Reply