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. 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. 2 hours ago, Piero Sgarbi said:

    Can you hide the monetary goal, and just show the percentage in the goal widget?

    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.

  3. On 1/11/2019 at 6:31 PM, Noble~ said:

    I have all of your thread starters, would be great if that could be moved up.

     

    On 1/11/2019 at 5:26 PM, Paweł Mysłek said:

    @batarjal

    At the top of the payment better, because a lot of people do not see it at the bottom of the page.

    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.

  4. I uploaded a new version:

    Quote
    • It is now possible to change the position of the ThreadStarter bar
    • Links in the description text are now clickable in the preview
    • Fixed issue with special characters in search requests
    • It is now possible to add games by using the steam AppID for games that are not available using the search yet

    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.

  5. A new version is available in the marketplace:

    Quote
    • It is now possible to change the position of the ThreadStarter bar
    • Links in the description text are now clickable in the preview
    • Fixed issue with special characters in search requests
    • Better search results

    It fixes the above issues and should lead to better search results overall.

  6. The new version is now added to the marketplace:

    Quote
    • It is now possible to change the position of the ThreadStarter bar
    • Links in the description text are now clickable in the preview
    • Fixed issue with special characters in search requests
    • Added easy way to add books by ISBN

    This fixes should reduce the amount of 'no data available for this book' dramatically.

  7. 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.

  8. Both your examples work fine for me:

    DeepinScreenshot_select-area_20181229000332.thumb.png.6ef080aa0dc114e4646adbd625f35966.png

    DeepinScreenshot_select-area_20181228235925.thumb.png.3a4017a20013267add063d806abd00f8.png

     

    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.

  9. 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.

  10. 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.

  11. 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

  12. 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.

     

  13. 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.

    tsbook.thumb.png.0cc8d16693b98daa9cea608f9fd008dc.png

    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

     

    Buy it now

×
×
  • Create New...