[ADMN/WEB] OKB3 - Bulletin Board Bridge - Now on BukkitDev! [1337]

Discussion in 'Inactive/Unsupported Plugins' started by Kalman Olah, Jun 2, 2011.

  1. Offline

    Kalman Olah

  2. Offline

    Kalman Olah

    When multiworld groups are disabled, the world needs to be called "default" in the config.yml.
    Like this:
    Code:
    world-groups:
    #Set this to true if you are using multiworld groups(one forum rank mapping to different
    #permissions groups based on the world a player is in
        enable-multiworld-groups: 'false'
    #fill this in if multiworld-groups is not turned on
        default:
            groups:
                '5': Admin
                '2': Builder
                '4': Moderator
     
  3. Offline

    Daniel Heppner

    Does this support SuperPerms?
     
  4. Offline

    sethgandy

    So is there something I'm missing here?
    I created a new column in my phpbb database called user_game
    In there, I have unique 6 character long passcodes (instead of using forum passwords).
    I changed the config file from user_password to user_game

    But everytime I try and sync, it says the combo is wrong?
    Seems to do it with other "odd" columns like user_yim and text only stuff :'(
     
  5. Offline

    Kalman Olah

    I answer this question twice on every page.
    Forum passwords aren't stored in plain text, they're stored in hashes. For your setup, you'll need some knowledge of php, and you should edit the passgen.php to reflect your new database structure. If you pm me your config.yml and your exact type of storage in the new user_game field, I could help you with this.
     
  6. Offline

    Daniel Heppner

    Not yet on this page. Don't expect me to go back through 44 pages looking for an answer.
     
  7. Offline

    Siriuo

    Got a current issue just updated to a new server and using old-school mode however okb is not connecting to the database although the new server has been given permissions to do so
     
  8. Offline

    Kalman Olah

    It's an issue on your end. Double check the permissions.

    Oh but I am expecting you to go back to find an answer.
    http://forums.bukkit.org/threads/ad...-bridge-plugin-1060.19617/page-43#post-629190

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  9. Offline

    Siriuo

    I have double and tripple checked the permission however this has not been solved
     
  10. Offline

    Kalman Olah

    If you are using the same version of OKB3 on a different host, then by definition the problem lies with you if it used to work, and now doesn't work.
     
  11. Offline

    Siriuo

    I have just fixed this issue thanks for the time
     
  12. Offline

    cyberjacob

    does bukkit/you have an ETA on the group-changing APIs?
     
  13. Offline

    Daniel Heppner

  14. Offline

    Kalman Olah

    I made the assumption that you're not a retard. Clearly I was wrong. I'm too busy to answer the exact same question multiple times per page due to real life obligations.

    I was told I'd get PM'd when bPermissions added a group changing API. It's been over a month, I think. :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  15. Offline

    Daniel Heppner

    You understand that we could have real life obligations too preventing us from looking through 44 pages for one little bit of text. If it takes 5 minutes for each page, that 220 minutes which is about 3.6 hours. Now compare that to the 2 seconds it takes to write yes or no.
     
  16. Offline

    cyberjacob

    just use the 'search this thread' feature. took me all of ten seconds to ask a more relevant question, and restore Kalman's faith in humanity.
     
  17. Offline

    Daniel Heppner

    :O
    I've had bad luck with XenForo's search function in the past. I'm a little worried that I'll get really frustrated when I use it, and I've kind of forgotten about it. Anyway, that'll do. Sorry.
     
  18. Offline

    forceserver

    if rank table and user table don't same table, what do i do?
     
  19. Offline

    Kalman Olah

    You use custom mode if you have knowledge of php/mysql. What forum are you running?
     
  20. Offline

    forceserver

    my forum is runing with XpressEngine.....
    i don't have knowledge php and mysql .....
     
  21. Offline

    austech360

    How do I set it up with Pex?
     
  22. Offline

    Kalman Olah

    The same way you set it up with anything else? No special configuration required just for PEX.
     
  23. Offline

    austech360

    I dont get an error. it just says Usage: /fsyncall
     
  24. Offline

    Kalman Olah

    That means OKB3 isn't running. It got an error when it was trying to enable itself. Check your server startup log.
     
  25. Offline

    Nazerb

    Does this work with bukkit perms?
     
  26. Offline

    Kalman Olah

    Nope.
     
  27. Offline

    Nazerb

    Will it?
     
  28. Offline

    darkcloud784

    He's already said he thinks permissionex, permissions 3.x, etc are superior to bukkit permissions/superperms. Most likely he wont add support for it but it would be awesome if he did considering most newer plugins are made with native support for bukkit perms/superperms and dont have support for 3.x, permissionsex, etc.
     
  29. Offline

    Nazerb

    Thanks for clearing this up
     
  30. Offline

    darkcloud784


    I asked the same question about a week ago and thats the response I got =(
     
  31. Offline

    Kalman Olah

    Thing is, I can't add support for BukkitPerms. I need to add support for a bukkitperms bridge, like permisionsBukkit or bPermissions. And even then, those need to have group changing APIs. I've heard that bPermissions has an API now though, expect support soon :).
     

Share This Page