fried_eggz
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Entry don’t show (edit or view) after to 1.4.5Thanks, I’ll take a look. Yes, you can simply deactivate and delete 1.4.5 and re-install 1.4.4
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Entry don’t show (edit or view) after to 1.4.5Thank you @chuantong. Would it be possible for you to send me an export of your form? Go to Forms -> Import/Export -> Export forms -> Choose your form -> Export and send it to me at adam@13pixlar.se
Also, I’m curious as to what web browser and operating system you are on.
You can download previous plugin versions on the bottom of this page: https://wordpress.org/plugins/gravity-forms-sticky-list/advanced/
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Entry don’t show (edit or view) after to 1.4.5This is very strange. I cannot reproduce this. Could you please post a screenshot of your Sticky List settings page?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Sticky list don’t showThat’s great!
If you like the plugin, please consider writing a short review. Thank you.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Sticky list don’t showI cannot find the stickylist on the page you linked to. I did check your form and it seems that the value of field 50 is “11 december 2017 – Kookworkshop|15”.
Maybe you can post a link to an export of the form That way I can import it and take a look.
Do you want a list that only shows entries where filed 50 has been selected?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Hook into post_edit_entry functionNo problems. Good feature request. If you like the plugin please consider writing a short review. Thank you.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Hook into post_edit_entry functionGood idea. I have added two actions, the first one fires after an entry has been edited and the second one after an entry has been deleted.
do_action( 'entry_deleted', $entry )do_action( 'entry_edited', $old_entry, $new_entry )In your case you can use the second hook like so
add_action('entry_edited','my_entry_edited_function', 10, 2 ); function my_entry_edited_function($old_entry, $new_entry) { $original_entry_id = $old_entry['id'] }- This reply was modified 8 years, 6 months ago by fried_eggz.
- This reply was modified 8 years, 6 months ago by fried_eggz.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] VIEW and DELETE Actions1. There is no new version but the plugin has been uploaded. Just download it again.
2. Did delete work when you disabled Ultimate Member? When Ultimate Member is active check that the role what you are using has the capability
stickylist_delete_entries.3. It’s currently not possible to combine entries from multiple forms into one list.
Topic is still not closed
- This reply was modified 8 years, 6 months ago by fried_eggz.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Edit overwrites unchanged fieldsHmm. Could you please export your form (Forms -> Import/Export -> Export forms -> Choose your form -> Export) and send it to me at adam@13pixlar.se
- This reply was modified 8 years, 6 months ago by fried_eggz.
Thank you for the kind words. I would like to add that users leaving feedback and posting bugs are invaluable to the development of this plugin, so thanks again.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] There was an error while saving your settingsCan you please post a screenshot of the settings page and the error?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Update entry – new entry created (null)That’s great. If you like the plugin, please consider writing a short review. Thanks.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] VIEW and DELETE ActionsI’m going to mark this as resolved. If you have further issues feel free to reopen.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Adding paddingI’m going to mark this as resolved. If you have further issues feel free to reopen.