fried_eggz
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Sticky List] bug in PDF download after edit?Hmm. Thanks for this report. I’ll investigate and report back.
Cool. Did you change it with js?
Yes. I’ll take a look and try to fix this. Thank you for the report
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Show only to create — even for adminYou can use the filter and filter out all entries where $entry[“created_by”] does not equal get_current_user_id()
Forum: Plugins
In reply to: [Gravity Forms Sticky List] MySQL Error while editing the entryI have found the bug. Will be updated in the WP repo on monday. In the meeantime you can patch it manually by looking here: https://github.com/13pixlar/sticky-list/commit/43ffcd4dad644a2eb4dc7b670f13e761225285d6
Thanks for the report!
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Edit entry throws errorI have found the bug. Will be updated in the WP repo on monday. In the meeantime you can patch it manually by looking here: https://github.com/13pixlar/sticky-list/commit/43ffcd4dad644a2eb4dc7b670f13e761225285d6
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Edit entry throws errorWhat version of gravity forms are you using?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] MySQL Error while editing the entryI think I have squashed the bug, New patch will be uploaded beginning of next week
Forum: Plugins
In reply to: [Gravity Forms Sticky List] MySQL Error while editing the entryThis is indeed strange. Accoring to the official Gravity Forms docs the database change shoud not occur prior to v 2.3, see here https://docs.gravityforms.com/database-storage-structure-reference/#changes-from-gravity-forms-2-2
Could you please confirm that you had the new DB structure in 2.2.5.21? I will try to check my self. If this is the case I will submit the bug to Rocket Genius.
Thank you!
Forum: Plugins
In reply to: [Gravity Forms Sticky List] view, edit, delete links not workingHi. Have you checked the FAQ?
In the Sticky List settings for that for you need to select the page where the FORM (not the list) is embedded. Select your FORM in the Embedd page/post dropdown.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] delete entries when post is deletedYes. That should be easy to implement. I will take a look. Thank you.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] MySQL Error while editing the entryHmm. That is strange. According to the Rocket Genious blog post the table structure wouldn’t change until 2.3.
Thanks for reporting this. I will take a look.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Edit entry throws errorTry updating Gravity Forms to the latest version as they have changed their database layout recently. Post back here if that solved your issue.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Reorder function with empty Unique-ID fieldThat’s great to hear. If you like the plugin, please consider writing a short review. Thank you.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Problem with listing on custom pageHello. Yes, it looks like there is one entry but none of the columns inte the list are showing.
You need to edit the form fields and check “show in list” on the fields that you want to include. See this screenshot
Also, you nedd to include the ID of the form in the shortcode, like so:
<?php echo do_shortcode( '[stickylist id="1"]' ); ?>Lastly, no. It is unfortunately not possible to populate the list with entries from multiple forms, but you can include multiple lists in the same page.