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. Hello @Kitty Davis

    Sorry for the late response.
    Did you have the patreon account who owns the campaign also linked using the 'Connect Patreon Account' menu? There has been an issue that would invalidate the campaign connection.
    This will be fixed in the next version.
    I also added a 'remove all' option in the ACP which will remove all members without pledges from the patreon user groups - This should help for your second issue.

    Full change list:

    • added carousel to show multiple goals in goal box
    • added patreon status and options to "account settings" tab to integrate better with other linked accounts
    • showing connected patron user name on patreon connect page
    • showing notification in the ACP when the patreon campaign connection is invalid
    • added settings to remove members with no active pledge from group, even if they have not been added by the patreon plugin
    • fixed some issues with renewing access tokens
    • fixed renew issue when linking the same patreon account in the ACP and in the user settings
    • added plugin update notifications

    I'll upload the new version later this week.

  2. You can either just hide the box title in the box settings or edit it the ACP under
    Customization > Themes > Edit HTML and CSS

    Search for 'threadstartertmdbbox' and replace

    {lang="block_threadstartertmdb"}: {lang="{$settings['order']}"}

    with whatever text you like

  3. I uploaded a new version:

    • Mobile view now shows trailer
    • Better behaviour of widgets on very big and very small screens
    • Added API to search, add and remove content programmatically
    • Seasons can now be attached. Type 'Series Name -' to get a list of seasons

    A demo for an attached Season can be seen here

     

    Extra CSS you added for the widgets should be removed with this versions.
    Extra will just be removed if the screen is too small if you don't state otherwise in the box settings.
    The boxes will also be centered if there aren't enough topics yet or the screen is still bigger than the settings allow.

  4. On 11/22/2019 at 5:01 PM, bosss said:

    worked not with one image only in sidebar widget

    for single ones you can use this instead:

    .ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeSmall {
        width: 100%
    }
    
    .ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * {
       margin-left: auto;
       margin-right: auto;
       max-width: 180px;
    }

    this will be the default for the next version

  5. The next version can also attach seasons:

    season.thumb.png.aca74fa96a0996ee0a263f3efc17b30d.png

     

    It will work like with ThreadStarter music - if there is only one search result and it is a series the season list for that series will be shown.
    You can also trigger the season list with typing ' - ' after the title, e.g. 'Blacklist - ' will pull all seasons for the blacklist series, this is helpful if there are a series and a movie with the same name.

    I plan to release it sometime this week

  6. Quote

    Any plans on adding multiple goal support?

    Yes, this will be in the next version.

     

    @Kitty Davis

    I guess both issues are related to a broken Patreon connection. Can you verify if the forum is still connected to Patreon? Just save the Patreon settings in the ACP again.
    If it doesn't save you have to update the API keys and it should fix the issues.

    Either way it would be nice if you could have a look in the 'System Logs' to see any patreon related issues and send them to me via PM, maybe I can see why the connection broke there.

    The next version of the plugin will give a more visible warning if the connection to Patreon can't be estabilished anymore for some reason.

    Quote

    patreonintegration_user.tier_usergroups seems to never be recalculated, even when the user is updated and we know they have no active patreon pledge.

    Does the system know that there is no active pledge? You can verify on the 'Connected Patreon Members' Page in the ACP, it should say 'no active pledge' in the Status column.

    Quote

    patreonintegration_user.tier_usergroups seems to even keep group assignments from groups that are no longer configured to be used at all with patreon integration.

    Usergroup assignments are only removed if a user disconnects from patreon or does not have a pledge anymore - Not when you edit the tier assignment settings. I'll change that in the next update.

  7. I uploaded a new version:

    Quote
    • fixed an issue where release date would not show in sidebar
    • fixed an design issue when a game had no similar games to show
    • showing 4 screenshots instead of 2 in carousel
    • showing publisher in sidebar

     

  8. English, german, french, spanish, italian, russian and polish are supported right now. If what you need is missing just let me know and I'll add it for the next update.
    Only one language can be selected at a time though, so you have to pick one of these languages for the whole forum.

  9. Hi!
    It should be much smoother - The delay for your page seems to be like 10 seconds, usually it is less than one second.

    You could check if your webserver has a current version of curl enabled:
    You can see the curl version in the ACP > Support > phpinfo
    Search for curl on that page, the version should be 7.36 or higher, otherwise IPB won't use it.
    With curl enabled the threadstarter plugins should run much better.

    If curl is up to date you can also send me a PM with a link to your forum and test account, maybe I can see the issue there.

       
  10. Hi @Kim Werker!

    Your API key failed to renew. Everything should work again if you update the 'Refresh Token' in the Patreon settings.
    This should happen automatically. The issue occured a while ago so I can't see in the logs what went wrong. If it happens again let me know, maybe I can see something in the logs then.

  11. Hello!

    You need to type more than single letters.  The plugins can’t come with a list of all movies or books in existence, they run search queries in the background and a search won’t start before you enter a couple of letters, a list with all the books containing an ,s‘ doesn’t help much.

    If you want to add a star Star Wars movie or a Stephen king book you’ll have to enter ‚Star Wars‘ or ‚Stephen King‘ to get the best results.

×
×
  • Create New...