Radek Kucera
Forum Replies Created
-
I have similar problem after download and activation it sidewide or single site activation.
– WPMU 3.3.1, I cant play with disabling plugin etc.Parse error: syntax error, unexpected $end, expecting T_FUNCTION in …/wp-content/plugins/better-wp-security/inc/admin/content.php on line 2071
hejhenry: where was the problem?
I have similar problem
This is because you have not activated the code. Sync with GA account.
Yoast do you know about this error?Forum: Themes and Templates
In reply to: Removing META Boxes from Post PageTry to play with the parametr “Normal” change with “side”.
I use this for remove boxes from dashoard…
// odebrání widget? z nástěnky function remove_dashboard_widgets(){ global$wp_meta_boxes; unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins']); unset($wp_meta_boxes['dashboard']['normal']['core']['blc_dashboard_widget']); unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press']); unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_recent_drafts']); unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_comments']); unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']); unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links']); unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_right_now']); unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary']); } add_action('wp_dashboard_setup', 'remove_dashboard_widgets', 20);
Forum: Plugins
In reply to: [WP Super Cache] Google Page Speed – No browser cachingOK I had similar question, and my hostin dont support mod_expires.c
??Forum: Fixing WordPress
In reply to: Fatal error: Out of memory wp-includes/wp-db.php on line 774Maybe it is because I have long table with one picture per row …?
Forum: Plugins
In reply to: [Bainternet User Ranks] Use this with WPMUThanks for replay, I have another idea and questions
Can you counts ranks for:
– article have tags
– title have less than 200 characters
– custom fields is fulfilled (aditional info bellow post)
– Seo plugin data bellow post is fullfiled (title, description, keywords) for example from All in one SEO
– for each comment connected with this post – written by another user
– image is inserted
– featured image is insertedWith this you will have good plugin for user karma ??
I can pay for this.Bigdrobek
I was just looking for simiar questin ??
This help me, thanks.This is problem for me, I dont know php and scripting ??
This can be a message for feature development.But this is second great plugin to run custom fields which cant do “required” option for some fields.
I would like to have “required feature” too!
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] Require Select OptionI would like to have “requre feature” too.
Nice plugin, it use it each month fo newsletter. I have few ideas for feature request:
– allow html formatting in email (maybe just few of them)
– have possibility to send email to user depends on their rule (All, Contributor, Author, Editor etc.)
– widget which allow put email address to non-user and send him newsletter too
– possibility to have below the mail link with “unsubscribe” (to allow admin chose if he can have it bellow newsletter
– have possibility to connect (link) the newsletter with some posts (written version of newsletter)
– have something like archive of sent newsletterThis will make your plugin really proffesional
Bigdrobek
??Forum: Alpha/Beta/RC
In reply to: Warning: An existing WordPress network was detected.I had this mistake too. And the error was that I didnt copy new wp-config.php.