GioMMprint
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Custom php page only shows filter results, not search formThank you very much.
I was able to add it to my page and it works perfectly.
NOTE: I had to add it after any cfdb shortcodes because the wordpress editor will add //CDATA[] to the html for some reason and then it doesn’t work.
Here are the required javascript files for anyone in the same boat as me:
<script type=’text/javascript’ src=’http://mywebsite.com/wp-content/plugins/contact-form-7-to-database-extension/des.js?ver=4.3.1′></script>
<script type=’text/javascript’ src=’http://mywebsite.com/wp-content/plugins/contact-form-7-to-database-extension/DataTables/media/js/jquery.dataTables.min.js?ver=4.3.1′>Thanks again @michael Simpson for the quick response.
Forum: Fixing WordPress
In reply to: New post problem in version 3.0@rev. Voodoo … you’re absolutely right. I use w3 total cache plugin…uninstalled it and reinstalled it and the db.php file is back. Have not had any trouble posting since. Deactivating plugins alone did not help me. Note: I had this plugin installed and active at the time of updating to WP 3.0. Hope this helps
Forum: Fixing WordPress
In reply to: New post problem in version 3.0Just wanted to add that I deleted my db.php file in wp-content and my posts are updating regularly although I don’t think this is the best fix for this issue…that db.php file is in there for a reason.
Hopefully this comment might help someone determine the problem and a fix.