Jump to content

IPBGallery.com

Clients
  • Posts

    145
  • Joined

  • Last visited

Recent Profile Visitors

3,215 profile views

IPBGallery.com's Achievements

  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: How corect hide Bookmarked records on recordRow templates?
  2. It would be a very useful feature. For my community. Thank you very much!
  3. 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. Yes. This page: Maybe, you public code for this tamplate? I have look code different.
  5. Is it possible to edit the template of the bookmarks list? I want to image records for example. I know HTML and CSS well enough.
  6. I can buy this! Perfect news Please, tell me, maybe you can make integration from rules app? Thanks for answer!
  7. 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>
  8. Using this app, you can make exam (test, quiz) pages for Ip.Content? The user needs to answer correctly to all questions.
  9. I can add/create form for IpContent record directly from the frontend?
  10. 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?
  11. 'm willing to pay another $50 if points will be equal to the real money balance. that is, points = money, please....
  12. What types of fields there are in this application?
  13. I use version 3.1.3 but this bug not fixed. Please write in detail step by step instructions.
×
×
  • Create New...