tbare
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] ACF repeater fields not being searched / checkedThat’s how I had it configured (albeit with a few other fields as well). Do I have to do force-recheck after changing those settings?
Thanks! I’ll keep you posted if we learn more. I appreciate the info.
@serafinnyc – fixed this one and another one that showed up after the fix:
line 452 (on my build), commented out the line, and changed it to:
//if($error['type'] == 1){ if(isset($error['type']) && $error['type'] == 1){
and then up the file on line 76:
//if($settings['qna_enabled_product']) { if(isset($settings['qna_enabled_product']) && $settings['qna_enabled_product']) {
Same thing here (error on line 454) – would love to see a fix so my error logs aren’t getting bombarded with this one.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Any way to know that a form is being edited?Awesome. Thanks!
Thanks – i found that link after I posted, and am working with the host now (InMotion Hosting, for what it’s worth).
on the rules — is there merit to the JanThiel’s comment / post with a different set of rules (rewrites) mentioned here? https://github.com/TheCraigHewitt/Seriously-Simple-Podcasting/issues/131
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Show specific users’ lists in one list?Project got put on the back burner, but you did answer the question – marking as resolved.
Thanks!
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Show specific users’ lists in one list?Thanks – I was looking at the API, too, and that’s how i was reading it. appreciate the help.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Hook into post_edit_entry functionThanks for the heads up. Got my code fixed.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Hook into post_edit_entry functionThis is exactly what I needed. Thank you! Worked perfect.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] PrintingYou could do this with a simple link on your page:
<a href="javascript:window.print()" class="fullLink">Print Page</a>
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Plugin stopped workingpretty sure the dev is MIA — which sucks. I’ve been hovering for well over a month hoping to catch some replies.
FWIW, disabling AJAX on the form seems to have helped me with one of my major issues. may be what you’re experiencing.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] showing the entry date in the sticky listI’ve done this by adding a hidden field, and setting its value to the date in the format you want.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Just not working for meIt’s still working fine, Nate.
Make sure you select the page the form is on under “Embedded Page/Post” on the Sticky List Feed. Should get you where you need to be.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] New entry in rg_lead when updating form entrySame issue here with Ajax enabled on the form (good call, @hartum).