fried_eggz
Forum Replies Created
-
There should be a setting for this. I will check.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] List display issues & js issuesIt seems that no table is being output. Is there a link that I can look at?
So you say that if you uncheck “view” you cannot use the .pdf download? Sound strange, I will check.
- This reply was modified 7 years, 8 months ago by fried_eggz.
Maybe you are not logged in or the user you are logged in as does not have the permissions to veiw entries or have not made any entries…
Thank you for this bug report. I will investigate and try to fix.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Select entries by email fieldYes. It’s absolutely possible. Check the
filter_entriesfilter in the plugin description.Forum: Plugins
In reply to: [Gravity Forms Sticky List] Edit Link on Post for AuthorYes. You should be able to link to the form and append a few variables to the query string. For example:
http://www.domain.com/page-with-form/?edit_id=xxx
where xxx is the id of the entry you want to edit
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Any way to know that a form is being edited?Yes, you can check the $_REQUEST variable. If $_REQUEST[“edit_id”] is set then an entry is being edited.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Add User ID in shortcodeTry something like this in a template file:
$user_id = get_current_user_id(); echo do_shortcode( "[stickylist id='6' field=”24″ value='" . $user_id . "']");The same problem appears when sending from another plugin.
It seems that
wpautop()is causing the problem. On line 313 ofclass-haet-mail.phpthis line is causing trouble:email['message'] = wpautop($email['message']);As @armourer1 mentioned in this thread, commenting that line out seems to solve all problems.
Please advice.
- This reply was modified 8 years, 1 month ago by fried_eggz.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Br and P elements all aroundI still have this problem when sending Gravity Form notifications.
Huge space between header image and content. Doesn’t matter if i check/uncheck “Use template” or “Disable auto-formatting”
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Sorting of the listTo get the entries to go to the top once they are entered or edited you could try checking “new entry id” in settings and sort the list by entry date.
This support thread contains lots of different questions. Please try to make one thread per issue.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Sorting of the listThis is some advanced sorting you are trying to do. I would suggest using the PHP filter called
filter_entriesto do the sorting before the page is renderedThank you for this report. I will investigate.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] bug in PDF download after edit?Where does this appear, in confirmations, notifications?