bu1kano
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Table Manager] Changing user role / capability needed to accessi found a not-elegant-but-functional way:
1. create a new capability using a third party plugin
2. in the controller.php file (lines 52-55) change the “manage_options” capability with the one created in step 1 (or another capability you want)
Forum: Plugins
In reply to: [Cimy User Extra Fields] dropdown lost field namesorry, i’ve forgot the first part of this post answer:
https://ww.wp.xz.cn/support/topic/how-to-set-value-in-drop-down?replies=2
(using “Description/” before comma separated values)pd: delete post if you think is duplicated
Same problem here and also sometimes in public frontend, maybe when feedwordpress cron task is triggered?
I’ve solved it temporaly disabling this lines on feedwordpress_advanced_filters.php
function faf_debug($msg) { // echo "<p>" ; // print_r($msg); // echo "</p>"; // if (function_exists("console")) // { // console($msg); // } // FeedWordpress::diagnostic('updated_feeds:errors',$msg); // error_log($msg); }Adding “//” at the start of each line as shown.
It didn’t work for me any solution posted on this thread. Finally I get it working after disabling permalinks on the entire plugin (not the entire blog).
How to do the trick:
http://ww.wp.xz.cn/support/topic/plugin-all-in-one-event-calendar-page-not-found