Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author andsten

    (@andsten)

    That means that it couldn’t communicate properly or that the phpBB side of things is confused, or that the credentials are mismatching. You need the file and you need to create two tables in the database – you also need to fill them with the Proper(tm) details.

    Note that the table names should be prefixed with whatever your other phpbb table names are prefixed with – the ones in the sql dump match those of a default install. It sounds like you got the hang of this already, but just in case)

    “CommunityAPI Settings as follows:
    API url: http://<yourforum>/api.php
    API secret: same as the site_key column in the phpbb_api_trusts table. Think of this as the system password.
    API site: same as the site_name column in the phpbb_api_trusts table. Think of this as the system username.
    Groups: Whatever phpbb group you want to have the specified access.”

    Plugin Author andsten

    (@andsten)

    That’s what I get for not checking through this place a bit more often 🙂

    You’ll find the phpBB portion at https://github.com/kandsten/phpBB3-API/

    I’ll make sure to update the docs on the main download page as well..

Viewing 2 replies - 1 through 2 (of 2 total)