Jump to content

batarjal

Members
  • Posts

    164
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by batarjal

  1. The new version is now available:

    Quote
    • Fixed an issue while updating patreon pledges
    • Fixed ACP access rights
    • More verbose status report on patreon member ACP page
    • Added new version indicator on application page for future updates

     

  2. Hello!

    @Kim Werker, @Kitty Davis

    If you send me a link to your forum and a test account I’ll check what’s going wrong.

    The access should be granted right after the account is linked, the task that runs every couple of minutes is only used for updating changed pledges.

  3. You could assign 'extra groups' instead of main groups, that would be for all users and not just for moderators though. Do you think an "Always use 'extra' groups for the following groups'" setting would resolve your issue? There you could add Moderators and any other group and it would use extra groups instead of the main group for those.

    The nameless tier issue will be resolved in the next version.

  4. If you send me a link to your forum and a test account I can have a look.

    Do you get all the campaign information and current goal in the ACP?

    The message looks like the user has no active pledge on Patreon, as soon as he adds one the access rights should be assigned.

  5. The patreon redirect URL is the one shown in the ACP that has been used to create the client. It is strange that it works for some users but not for others.

    If your forum is accessible from different domains you have to add the 'Connect Patreon Account' URLs for all domains (http://{SITE}/index.php?app=patreonintegration&module=system&controller=patreonconnect) comma separated in the client settings from Patreon. Same with any URL rewrites.

    You could ask any user with issues what his URL shows on the Connect Patreon Account page and double check if that's the one configured in the Patreon client settings and add it if needed.

    The client settings are here:
    https://www.patreon.com/portal/registration/register-clients
    And Client > Edit Client

  6. ThreadStarter: Games allows users to easily create topics about games and fill them with content automatically.

    overview.thumb.png.d767c4b6a95287649947578bd08343e7.png

    Features

    • Users can add games to topics. After attaching a game, which can be done easily using a search with auto complete, the thread will show various information about it above the post.
    • Works for PC, Xbox, PS4, switch or any other console game.
    • The topic will display logo, screenshots, description text and various other information about the game.
    • Discussed games can be shown in adjustable widgets which allow random, recently posted, most discussed and much more...
    • Posting games can be restricted to certain forums.
    • Game forums can show game content with the game logo above the topic list.
    • Access rights to edit and post games.

    How to Install

    • Go to ACP > applications and upload the downloaded tar file.
    • After installation a free Giant Bomb API key has to be added in the settings. The API key can be obtained here.
    • It is recommended to enable 'Serve images from local server?' in the IPB settings to improve performance.
    • Note: Only available in english. For multi language support have a look at ThreadStarter: Steam
    • Note: The API has a rate limit, it is usually enough to attach at least 50 games per hour.

    Demo

    noexcept.de

     

    Buy it now

  7. Glad to hear that everything worked.

    The design has changed a little since I uploaded the Screenshots.
    You can make the button more visible by going to

    ACP > Themes > </> (Edit HTML and CSS) > Search for 'ThreadStarterTruncate' and edit and replace everything with:

    <div class="threadStarterMoreContainer">
        <div class="threadStarterMore threadStarterMoreLarge">
           {$html|raw}
        </div>
        <a class="jsThreadStarterMore threadStarterHidden"><span class="ipsButton">{lang="noexcept_threadstartersteam_more"}</span></a>
    </div>

    Only the 'ipsButton' has been added compared to the original.  

×
×
  • Create New...