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

Everything posted by batarjal

  1. The new version is now available:
  2. @Kim Werker, @Kitty Davis Patreon made some changes that require an update in the plugin. I'll upload a new version tomorrow, maybe that also fixes your issues.
  3. 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.
  4. Try to remove the google books API key, it should work without. You can also check the error log in the ACP for thread starter errors, if you find any please send them to me via PM.
  5. The access token/client id is not valid anymore. It changes whenever you change anything in the API client settings at patreon, so you might need to update it.
  6. Can you check if there are any issues on the log page? What happens if you run the Patron update tasks manually in the ACP under 'Tasks'.
  7. All external links should open in a new tab, I missed that one. I quickly added that to todays update. If you already installed it earlier you can just download version 1.0.2 again and install it again.
  8. The latest version has an option to disable the plugin on forums (or clubs) completely.
  9. 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.
  10. 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.
  11. I just double checked - The current version should already work for club topics if you do not restrict it to forums in the ACP.
  12. I didn't have time to look into it yet, I'll post an update here as soon as I know more.
  13. Clubs aren't supported yet. I'm looking into getting it into a future version though.
  14. I uploaded a new version which should help with the problems you mentioned:
  15. I'll have a look into both issues today. I wasn't able to reproduce the first issue yet though and it would help a lot if you could send me an link to your forum + test account via PM.
  16. I think this is caused by the cronjob being run by a guest, I'll fix that in the next update.
  17. Can you check your logs for errors? Most likely the refresh token does not match anymore.
  18. 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
  19. I'll have a look for the next version. You can always just use the AppID from the steamurl to add the game (812140 for that game)
  20. Hello - Thanks for the feedback. I Just uploaded a new version:
  21. This issue will be fixed with the version I'll add later today 🙂 [EDIT] The new version is available in the marketplace now
  22. ThreadStarter: Games allows users to easily create topics about games and fill them with content automatically. 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
  23. That will be fixed with the next update.
  24. I updated the code in my previous post, it will now hide the button when expanded.
  25. 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...