Christian Bautista
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Disabler] Error on multi siteHi,
Thank you for sending this over here.
I have experienced this issue as well before while working on the plugin. The problem here is that the mu-plugin folder is not writable which prevent the plugin from writing the pdm.php in your website mu-plugins folder.
Please go to the plugin menu under tools and then follow the instruction there, I am assuming that you have FTP access.
You need to put the file there manually.
Hope this helps
Forum: Plugins
In reply to: [Contact Form Advanced Database] How to show saved data in frontendHi surya prakash,
For now there is no default way to do this here’s a code that might help you get data and render it to front end pages
You first need to get the ID of the contact form you want to get the data from. Contact form data is saved in the post meta table connected to the id of contact form 7 form
$cf7AdbArr = get_post_meta( $contact_form_id,’cf7-adb-data’, true );
print_r( $cf7AdbArr );After getting all the data you can now either create a shortcode to make it easy to use on every pages or just create a page template to where you can display it manually.
Hope this helps you,
Thank you!
Forum: Plugins
In reply to: [Contact Form Advanced Database] Edit optionHi!
Right now we don’t have that option, because columns are strictly based on the fields avaialble on the created contact form.
Thak you!
Thank you very much lomars!
I’ll push an update ASAP for this one also.
Also thanks for contacting me directly on facebook, I was really busy at work this past few months that I forgot to visit this plugin.
I’ll do my best to fix this bug ASAP!
Forum: Plugins
In reply to: [Contact Form Advanced Database] Selector and delete not workingHi,
I checked it on the current version of wordpress it seems that WordPress change the convention of the url of the plugins being hooked. Thanks for letting me knot of this issue.
@alceumelo – thanks a lot for your helping me fix the problem!
Version 1.0.7 is now available, that should fix the issue.
Thank you!
Forum: Plugins
In reply to: [Contact Form Advanced Database] Feature Request: User Roles AccessHi oxyplay,
I’ll add setting page on my next big update rest assured that I’ll consider your request. That is definetely a good feature, thank you very much for suggesting this.
Hi bebik,
Please update the plugin to version 1.0.6. It should solve the problem on the backend however on the export I am still working on it. I’ll try my best to release an update nextweek to fix it. Thank you very much for reporting this bugs.
Forum: Plugins
In reply to: [Contact Form Advanced Database] Selector and delete not workingHi gielo,
New version of the plugin is now available. It should solve the bugs listed above. Sorry updating this very late.
Thank you!!
Forum: Plugins
In reply to: [Contact Form Advanced Database] Fail on cf7_abd.class.phpHi xCD7x,
Hmmm, it is working fine on my end. What version of wordpress are you using? Please update it to 1.0.6 and let me know if the issue is still there.
Thank you!
Forum: Plugins
In reply to: [Contact Form Advanced Database] No search barHi mostman,
Version 1.0.6 is now available. This should fix the problem.
Thank you!
Forum: Plugins
In reply to: [Contact Form Advanced Database] WordPress 4.3.1 work but…Hi,
A new version of the plugin has just been released. I hope it fixed the prolbem on your end.
Thank you!
Forum: Plugins
In reply to: [Contact Form Advanced Database] WordPress 4.3.1 work but…Hi dannythegreat,
Thanks for your great suggestions, I would definitely consider adding that feature.
Regarding the reported issue. I checked it on version 4.3.1 the delete button is working, there’s a chance that there is a conflict among one of the plugins you are currently using. If you hit inspect element on your browser you should see a javascript error there. That might be the reason why the delete function is not working on your end.
Thanks!!
Forum: Plugins
In reply to: [Contact Form Advanced Database] Selector and delete not workingHi loreboldo and gielo,
Thanks for letting me know of this bugs. I will work on this over this week.
Thank you so much for the help!!
Forum: Plugins
In reply to: [Contact Form Advanced Database] Fail on cf7_abd.class.phpHi i5513,
Sorry for not fixing this ASAP I got really busy these pass few months.
Thanks for the code I will check this and apply it on the plugin to support php 5.2 version.
Thank you so much for the help!!
Forum: Reviews
In reply to: [Contact Form Advanced Database] I like this plugin, but..Hi, I checked the delete functionality on FF its working on my end, could it be that there’s a plugin on your site that appends js on all the pages at the backend that causes the error?
Select All Button? hmmm yeah sure, I’ll add that.