fried_eggz
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Plugin stopped workingSorry guys. This is probably due to a WordPress or Gravity Forms update. I will try to update this when I have time. If you want you can issue a pull request on Github: https://github.com/13pixlar/sticky-list
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Search all forms within one sticky listYou could try putting multiple stickylist short codes on the sam page and then use some css to adjust table headers, etc..
Forum: Plugins
In reply to: [Gravity Forms Sticky List] List All Entries of User Across All FormsDo you mean that you want to combine entries from multiple forms into one list?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Hide/show column per user roleThis is not supported as a core feature but can be done using the
filter_entriesfilter and some jQuery.Forum: Plugins
In reply to: [Gravity Forms Sticky List] Undefined index errorThank you for the report. This has now been fixed.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] ThumbnailsOn the page that has your list.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Create new entry when edit an existing entryWhat’s your use case for this. Edit means edit.
There is however a duplicate feature that you might could use.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Serious flaw, Sticky List will not display data.You need to
1. Choose what files should be displayed in the list.
2. Make sure that the correct form embed is selected in the sticky list settings.All of the above is covered in the FAQ
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Hide List until Search doneYou can probably achieve the with jQuery and css.
Forum: Plugins
In reply to: [Gravity Forms Sticky Form] Question about using Sticky FormsSorry for the extremely late reply. Im using it on an every day basis and it still works.
@oga23 I don’t think it’s fair to rate a plugin one star if it did not work. That doesn’t mean that the plugin is bad, just that there was a bug that needed squashing. You should have started a support thread instead…
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Password Protected PagesThis is interesting. I have not tested Sticky List on password protected pages. My guess is that the data being passed to the form-page does not get sent on by the password page- Ill have to do some testing on this. Thanks for reporting.
This is strange. According to the documentation
wp_delete_post( $delete_post_id, false )is equivalent towp_trash_post( $delete_post_id )The second parameter a bool variable (true/false) that set weather to bypass trash or not.
wp_delete_post() automatically reverts to wp_trash_post() if $force_delete is false, the post_type of $postid is page or post, $postid is not already in the trash and if that trash feature enabled (which it it is by default).
Note that this only affects entrys that have a WordPress post connectd to them.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Sticky List Not Working With Cloner ToolThank you for your bug report.
What button is it that point to the wrong url?
Forum: Fixing WordPress
In reply to: Gravity Forms slows down the admin areaThis is somewhat of a breaking bug for me. Is there an official support thread somewhere that Rocket Genius is updating?
Backing Gravity Forms plugin files is not an option imho.