Jump to content

IPBGallery.com

Clients
  • Posts

    145
  • Joined

  • Last visited

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

  1. And how to exclude already bookmarked records from the database that did not break the records grid?

    Now I'm hiding via the class ipsHide:

    {{if !$row->isBookmarked() }} {{else}}ipsHide{{endif}}

    But this broken grecords grid:

    2017-09-21_102329.thumb.jpg.8ee5f91e28af688de136b5f52d62f243.jpg

    How corect hide Bookmarked records on recordRow templates?

  2. 4 minutes ago, Fosters said:

    That's tricky. I'm not sure if this is possible. 1. The form data are "required" and there's also no standard category.

    But I like this idea. We could create a global "quick bookmark" mode which would deactivate the modal and categories and which would set the new bookmarks always to public / private, so there wouldn't be a need for the bookmark form. Once you click on the bookmark link, it would just bookmark it.

    It would be a very useful feature. For my community. Thank you very much!

  3. 2 hours ago, Fosters said:

    This is the bookmarkRows Template

    Thanks! I successfully bought your app!

    Immediately used it in my project. Buuut with the problem. How to make instant adding a record in the standard category? Now when you click on the button calls the dialog, but I need to skip everything and immediately add a record to a category. Here is my code:

    <div class="recordInfoWrapper">
        {{if $row->canBookmark()}}
        <div class="recordRowBookmark" data-controller='bookmark.front.bookmark.link'>
          {{if !$row->isBookmarked() }}
          <a href="{$row->url('bookmark')->csrf()->setQueryString('isButton', true)}" class="ipsButton ipsButton_medium ipsButton_important bookmarkButton" data-action="bookmark" data-ipsDialog data-ipsDialog-size="medium" data-ipsDialog-title="{lang="bookmark"}" data-ipsDialog-remoteSubmit="true">
            <i class="fa fa-star" aria-hidden="true"></i> {lang="ccustomlangstring_add_to_collection_btn"}
          </a>
          {$row->$idField}
          {{else}}
          <a href="{$row->url('removeBookmark')->csrf()}" class="ipsButton ipsButton_medium ipsButton_important bookmarkButton bookmarkButtonDelete" data-action="removeBookmark">
            {lang="ccustomlangstring_delete_or_collection_btn"}
          </a>
          {{endif}}
        </div>
        {{endif}}
      </div>

    I can use ipb content app. Thanks for answer!

  4. Hi!

    How to substitute my desired CSS class if the user has a reward? I'm talking about the list of awards.

    For example, if the user has a reward:

    <div class="{{if }} reward {{endif}}">
      Deserve
    </div>

     

  5. I have a series of lessons within the databases in IPContent, and I need to restrict access to the records. The user starts to watch the first lesson, but can't watch the second and third until the first. How to make it work with this app?

  6. The num_comments issues was fixed a few versions ago, are you using the latest version of the Videos app?

    I use version 3.1.3 but this bug not fixed.

    If it's part of the video than I can't do much about that. If it's a thumbnail image, then you try resizing the thumbnail dimensions to block out the black bars.

    Please write in detail step by step instructions. >_<

     

×
×
  • Create New...