vizmotion
Forum Replies Created
-
Forum: Plugins
In reply to: [BigBlueButton] Integration with Learndash@cutrano DM if you are still interested in integration with LearnDash. I am also interested in that subject.
Forum: Plugins
In reply to: [Konnichiwa! Membership] Subscription Plan DurationGreat!!! I would like to know when you are finished. I volunteer to test it if you need an external tester.
Forum: Plugins
In reply to: [Konnichiwa! Membership] Subscription Plan DurationOK so I ran into a problem. I can not sign up with any plan if I am not logged in. I installed plugin and even uninstalled and reinstalled but that did not fix the problem. So now if I am not logged in and I try to select a plan it takes me to the wp-login screen. Once I am logged in things seem to work correctly. Please help. Thanks.
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Won't save, edit or delete.I found the problem. When I installed in a fresh installation everything worked well. Sorry about that and thanks for all your help.
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Won't save, edit or delete.Sorry I should have been more explicit. Yes it was $cur that I tried to print out. Here is the code
$cur = dbte_current(@$_REQUEST['table']); print_r($cur);
I have two rows in the table but all it prints out is a 0 when I do an export.
Although I am a developer not sure how to see if there is a javascript error in a chrome browser. I have opened the developer tool but don’t see any errors.
Once again thanks for the help.
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Won't save, edit or delete.Hello Bobby,
Thanks for the quick reply. I really like the plugin and it will work really well with my user group. I know it is just something simple that I am doing wrong.
Here is the error that I am getting.
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks.
In the source code for export I put a echo $DBTE_CURRENT which printed out an empty string.
Once again thanks for the help.