fried_eggz
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Sticky List] VIEW and DELETE ActionsHello @cybercitycats and thank you for using the plugin. Here are answers to you questions in the order you posted them 🙂
There was a bug that didnt disable the fields during view and therefore the appeared to be editable. The submit button was however removed witch made it impossible to save the entry in view mode. Might this have been what you experienced?
On currency; yes, that was a bug. Thanks for finding it. I have added support for currency.
Regarding user/manager view/delete; it is currently not possible to have some user roles able to delete and others not. This however will be supported in the premium version of this plugin that will be released in a few weeks.
The unread feature works by adding a class to the table row:
.not_readand.is_read
You need to use css to style these rows.Issues with delete: can you please describe this in more detail. I cannot reproduce this.
- This reply was modified 8 years, 7 months ago by fried_eggz.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] format date bugI could not reproduce this bug. Please provide detailed instructions on how to reproduce.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Adding paddingThat depends on where you want to add the padding. To add padding to the table cells you can use
table.sticky-list th td { padding 15px; }Yes. If the page does not display in the dropdown you can put the url of the page in the Custom url text box.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Will Sponsor: Multiple File upload SupportJust wanted to let you know that I have been working on multiple file uploads. Got close but didn’t quite crack it. The problem is how Gravity Forms saves the field data and how to retrieve it and re-save it without loosing the data. Will report back again once there is more progress made.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] format date bugThank you for this bug report and sorry for the late reply. I will investigate and report back next week.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] VIEW and DELETE ActionsThank you for your bug reports. I will look into this and report back next week.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] view mode not graying out form fieldsThank you for this bug report. I have confirmed it and will release a fix next week. Will let you know when its uploaded
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Editing comma separeted values drops comma@ey3 No problem. Thanks for using the plugin. If you have time, please consider writing a short review.
Forum: Reviews
In reply to: [Gravity Forms Sticky List] Great Plugin!!Thank you for donating and for your kind review.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Will Sponsor: Multiple File upload SupportThank you. Glad you like the plugin. I have actually made great progress this week with lots of cool features; csv export, shortcode wizard, support for no duplicates and limited forms, and much more. I have decided that the next two weeks will be dedicated to some tough challenges like multi-file upload and full ajax support.
You are more than welcome to donate, however I cannot give an eta of any features.
Also, I would love to see your code. You can submit a pull request on Github.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Update not working in ajax modeI hope it worked out for you.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Show Posts by Creator and Current Page TitleI think I understand. Yes, you can do this but not in the editor. You need to put the shortcode call in a template file, like so:
echo do_shortcode( "[stickylist id='1' field='YOUR-HIDDEN-FIELD-ID' value='" . get_the_title() . "']");Forum: Plugins
In reply to: [Gravity Forms Sticky List] Can not edit entriesYes, the plugin does not support editing of forms with a “no duplicates” field. Check Known Issues in the plugin description.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Editing comma separeted values drops comma@ey3 I’ve found the bug and posted an update, Try downloading version 1.4.4 again (no new version for this fix).