-
-
Bookmarks - Support Topic
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?
-
Bookmarks - Support Topic
It would be a very useful feature. For my community. Thank you very much!
-
Bookmarks - Support Topic
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!
-
Bookmarks - Support Topic
Yes. This page: Maybe, you public code for this tamplate? I have look code different.
-
Bookmarks - Support Topic
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.
-
Quizzes
I can buy this! Perfect news Please, tell me, maybe you can make integration from rules app? Thanks for answer!
-
iAwards
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>
-
IPS Rules Application
I have the same thing
-
Forms Support
Mike?
-
Forms Support
Using this app, you can make exam (test, quiz) pages for Ip.Content? The user needs to answer correctly to all questions.
-
Forms Support
I can add/create form for IpContent record directly from the frontend?
-
IPS Rules Application
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?
-
Basic Points (Support)
'm willing to pay another $50 if points will be equal to the real money balance. that is, points = money, please....
-
Forms Support
What types of fields there are in this application?
-
Videos Support
I use version 3.1.3 but this bug not fixed. Please write in detail step by step instructions.