faina09
Forum Replies Created
-
same to me… I was using php7, and get the error:
Call to undefined function set_magic_quotes_runtime()
Try to use an older version of php: for me php 5.5.9 works like a charm! (some deprecated function warning) and I was able to run the conversion process very quickly! Great plugin!!Forum: Plugins
In reply to: [WPF-jqGrid] Extra parameters passed in shortcodethe plugin is intended to manage custom created tables, i.e. to have all the filelds and all the data, and filter the last by end user. It is not easy to modify the field list nor the where clause, anyway it can be done inserting shortcode options and code in the private function fjqg_javascript( $options )
Forum: Plugins
In reply to: [WP FEvents Book] Miss sign-out button for sign-in usersthank you for the hint! As soon as I have some spare time I’ll implement this feature.
Forum: Plugins
In reply to: [WP Athletics] no data if using table prefixIn the same way, ‘wp_’ should be changed to ‘$wpdb->’ to correctly access tables (lines 390,391,392,1404,1436,1437,1438,2014 of wp-athletics-db.php)
Forum: Plugins
In reply to: [WPF-jqGrid] Record Types – adding a drop down menu to "add record"Thank you very much cin5050 for your tests and feedback
Forum: Plugins
In reply to: [WPF-jqGrid] Record Types – adding a drop down menu to "add record"Thank you for your interest. This plugin is just a wrapper of jqGrid.
Please refers to this jquery plugin for more info:
https://www.trirand.com/blog/Good. It’s Ok now
To me neither version 2.4.0 is working… seems that Google feed has changed.
I temporary fix adding this code after line 549:$description=str_replace(“AMPquot;”,””,str_replace(“AMPgt;”,”>”,str_replace(“AMPlt;”,”<“,$description)));
$allow_html=1;I replaced “&” with “AMP” because this editor do not allow use html quote
same issue here, after updating to 3.0.3
Forum: Plugins
In reply to: [WordPress Beta Tester] Doesn't update to 4.2 RCsame problem here; wp4.4beta3 non installed, stuck to wp4.3.2alpha!
Forum: Plugins
In reply to: [WPF-jqGrid] Can not uninstallthis not happens to me. Please always post also info about your PHP and WP versions. Thanks
It’s ok for me. I just do a simple fix:
PHP Fatal error: Switch statements may only contain one default clause in /home/navel/public_html/wp-content/plugins/simple-tags/inc/class.admin.php on line 376Forum: Reviews
In reply to: [WPF-Login] Needs Cosmetic Formating improvemntThis plugin is obsoled by the new features introduced in the latest wp version and I decided to stop maintenance.
Thanks for using it.Forum: Plugins
In reply to: [WP FEvents Book] Delete old events from listThis plugin uses no custom table, the data are witten in $wp_options table as json data. Due to this is not possible to delete but the last event. Nevertheless you can ‘disable’ the events that you no longer need.
Forum: Plugins
In reply to: [WP FEvents Book] Sorting listsorry but it is only possible to use a workaround: instead of the shortcode [feventsbook] that shows all events sorted by id, you can use 6 shortcodes [feventsbook eventid=x] that list each event in the order that you want