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. Currently only one active goal will be shown. I'll add a setting to pick the goal for each widget in a future version. Sorry, about the template. Just paste this one into the goal-template, this should work: {{if $showWidgetTitle}}<h3 class="ipsWidget_title ipsType_reset">{lang="patreon_current_goal"}</h3>{{endif}} <div class="patreonGoal"> {{if isset($goal['title']) != '' && $goal['title'] != ''}} <span class="ipsType_large">{lang="patreon_goal_title" sprintf="$goal['title']"}</span><br> {{endif}} <div> <strong class="ipsType_large">{$goal['completed_percentage']}% complete</strong> </div> <div class="ipsProgressBar ipsProgressBar_animated"> <div class='ipsProgressBar_progress' style="width: {$goal['completed_percentage']}%"></div> </div> {$goal['description']|raw} {{if $campaign->getMember('title') == null && $showPledgeButton}} <div class="ipsType_reset ipsType_center"><a class="ipsButton ipsButton_small ipsButton_important" href="{$campaign->joinUrl()}">{lang="patreon_join"}</a></div> {{endif}} </div>
  2. It's under Community > Patreon Integration
  3. Yes. Search for 'goal' in Themes > Edit HTML and CSS and remove "{lang="patreon_goal_complete" sprintf="$goal['amount_cents'] / 100, " from the goal template.
  4. Dutch is available. Some movie descriptions might not be translated though, you can test it on the TMDb website. If it is available in dutch there it should also be available in the plugin. https://www.themoviedb.org/tv/1399-game-of-thrones?language=nl-NL
  5. It's possible to pick if the ThreadStarter menu is above or below the editor in the version I just uploaded. If you have multiple ThreadStarter plugins you should update them all.
  6. I uploaded a new version: Steam sometimes needs a couple of days to update new games to the search. If a new game is not available using the search you can now just enter the appID in the search field which should always work.
  7. A new version is available in the marketplace: It fixes the above issues and should lead to better search results overall.
  8. The new version is now added to the marketplace: This fixes should reduce the amount of 'no data available for this book' dramatically.
  9. The other plugins are not updated for that issue yet, there will be new versions in the coming days though.
  10. The position is hardcoded and cannot be canged easily.
  11. The task needs a while - It parses the game file in about 20 steps, there should be a progress bar in the ACP start page. If you have to trigger it manually I guess you have to trigger it x times until you're at 100% there. It your demo forum accessible online? If you give me an test account I can have a look to see what's going wrong.
  12. Any chance you edited the Patreon client page? Do you have any errors about Patreon in the system logs?
  13. Both your examples work fine for me: If you have several ThreadStarter plugins installed make sure you have the latest version for each of them. Do you get a error message in the ACP? If so send it to me via PM please. If updating does not help and you have no errors in the ACP you can also give me a link to your forum with an test account so I can have a closer look.
  14. The language depends on the book you add - If you add a German book the text will also be German if available. You can test at goodreads if the content is available in your language: Just visit https://www.goodreads.com/ and try 'Search Books' If you can find a book there it will very likely also work in the plugin - Some data is not available in the plugin due to goodreads copyright issues though, but most of the time it works and if it doesn't it's usually just the cover missing. Manually editing content is not possible right now, I might add custom image and text upload for all ThreadStarter plugins in a future version though. For hiding or changing the layout you can edit the template using Admin > Themes > Edit HTML and CSS. To get rid of the rating just remove the line starting with '{{if isset($data['averageRating'])}}' in the threadStarterBookBig template.
  15. Yes, you can pick the language in the ACP. If a game is for some reason not available in German English will be used as fallback. From my experience German should work pretty much always though.
  16. Thanks, that should help. I'll send you a fixed Version later.
  17. Hello - Can you please check if there is somehing mentioned in the system log in the AdminCP? Did it work before or is the error new?
  18. Not easily - Amazon does not allow to use affiliate links for search results and I do not get the direct link for suggested books from the goodreads API. I'll think of a different solution for a future version.
  19. goodreads is not allowed to give all information using the API, this book seems to be restricted. Most popular books work, I tested with german and english bestseller lists and almost all had cover and description text available. Old books or smaller puplications might be more problematic, rating and buy link should always work though. Sometimes it helps to pick another search result if more then one are shown for the same book.
  20. I can't find it either using the API, I'll check what goes wrong for the next update. Till then you can just add it using the ISBN 1782221832 (Taken from Amazon) and ignoring the empty search result. Sorry, 1782221832 is the correct ISBN
  21. They can just search a book and click it when creating a topic. All data will be added to the post automatically. The affiliate ID can be given in the ACP for all buy links.
  22. You could activate the image proxy to get the thread starter images delivered from your site instead.
  23. ThreadStarter: Books allows users to easily create topics about books and fill them with content automatically. Posted content will be shown in the first post of the topic and can be used in widgets. Features Users can add books to topics. After attaching the book, which can be done easily using a search with auto complete or by using the ISBN, the thread will show various information about the chosen book above the post. The topic will show the book cover, similar books, content description and much more. Amazon buy buttons with affiliate tags can be shown for books. Discussed books can be shown in adjustable widgets which allow random order, recently posted, most discussed and much more. Posting content can be restricted to certain forums. Book boards can show books with the cover art above the topic list. Access rights to edit and post content. Demo noexcept.de Buy it now
  24. Hello - I never heard back but the latest version I uploaded fixed a 500 error that was caused by being installed together with other plugins, maybe it solves your issue too.
  25. I assume the version I gave you fixed the issue - It's now also available in the marketplace.
×
×
  • Create New...