jroy
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Flow] Can't Publish or Update StatusI have same issue, it works well before.
Forum: Fixing WordPress
In reply to: Can't add links and media since I upgrade to WP4.0finally I found the reason of this weird bug… it was me! a comment in the wrong place if a theme file… shame on me!
Forum: Fixing WordPress
In reply to: One of my custom post type is missing since upgrade to WordPress 3.8I don’t use a plugin, I code directly in the theme.
I found there is some new parameters in the custom post type api, I don’t know since when, so I clean my database and I rewrite my function and now it works.
Forum: Plugins
In reply to: how to change "Posts"I answer myself: http://www.wprecipes.com/how-to-change-the-posts-label-to-articles
Forum: Fixing WordPress
In reply to: Addin a language switch to my WP based sitehi Saint-Ex (Petit Prince ?),
these 2 plugins transform your website in a multi-language website but it’s you who is in charge to translate the content.here some websites in 2 languages I create using QTranslate:
- http://www.sophiehong.com (chinese/english)
- http://www.hupinching.com (chinese/french)
- http://www.lazertreks.com (chinese/english)
Forum: Fixing WordPress
In reply to: Addin a language switch to my WP based sitehi,
you can use a plugin, QTranslate and WPML are 2 good plugins.Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] use short code in tablethank u Tobias, I just try and it works fine.
I haven’t use your plugin since 1 year and… wow u add so many features.
Forum: Fixing WordPress
In reply to: WP3.0 : export doesn't works!I fix the warning message and it works now :
change
$string = strip_tags($string);
by
$string = strip_tags((string)$string);it happens only if display_errors is ON.
Forum: Fixing WordPress
In reply to: WP3.0 : export doesn't works!I also try on Firefox, same problem.
I got these error messages:
Warning: strip_tags() expects parameter 1 to be string, array given in /www/mydomainname/www/wp-includes/formatting.php on line 2773
Warning: Cannot modify header information – headers already sent by (output started at /www/mydomainname/www/wp-includes/formatting.php:2773) in /www/mydomainname/www/wp-admin/includes/export.php on line 44
Warning: Cannot modify header information – headers already sent by (output started at /www/mydomainname/www/wp-includes/formatting.php:2773) in /www/mydomainname/www/wp-admin/includes/export.php on line 45
Warning: Cannot modify header information – headers already sent by (output started at /www/mydomainname/www/wp-includes/formatting.php:2773) in /www/mydomainname/www/wp-admin/includes/export.php on line 46