SomeUser
Forum Replies Created
-
Forum: Plugins
In reply to: [Connect Contact Form 7 and Mailchimp] Traduction FrançaiseSalut Sébastien,
Cool ! Tu peux les mettre à dispo quelque part ?
Merci à toi.
Forum: Plugins
In reply to: [Membership 2] Stripe languageThis is one line to be added…
Forum: Plugins
In reply to: [Membership 2] Stripe languageHi, 6 month later, the latest version does not include this fix. 🙁
in simple-social-buttons.php, just replace
<img border="0" src="<a href="//www.pinterest.comby
<img border="0" src="//www.pinterest.comin order to fix the 404 errors
Forum: Plugins
In reply to: [Custom Post Author] Not working, author not savedHi! This was a normal post “default”, on WP 3.7.1
Forum: Plugins
In reply to: [Plugin: Landing sites] Landing Sites plugin not working for me@hugin, execute this request on phpMyAdmin:
ALTER TABLE wp_posts ADD FULLTEXT post_related (post_title, post_content);Forum: Plugins
In reply to: [Plugin: Landing sites] landing sites database error…Execute this request on your phpMyAdmin:
ALTER TABLE wp_posts ADD FULLTEXT post_related (post_title, post_content);Forum: Themes and Templates
In reply to: pretty urls and extra parametersit seems to be f****ed up in WordPress 2.6, the Feed Director plugin doesn’t work anymore…
Forum: Plugins
In reply to: [Plugin: Landing sites] Landing Sites plugin not working for meDownload the new version 1.4.1 then re-activate it, this will automatically convert your table to MyISAM, and it will work 😉
The table name is ok, don’t change it.Forum: Plugins
In reply to: [Plugin: Landing sites] landing sites database error…New version commited : 1.4.1, Re-activate your plugin !
Forum: Plugins
In reply to: [Plugin: Landing sites] landing sites database error…that’s why you have this error, you need to change it to MyISAM.
Execute this request in phpmyadmin :
ALTER TABLE wp_posts ENGINE = MYISAM;I’ll commit a new version of Landing sites soon.
Forum: Plugins
In reply to: [Plugin: Landing sites] Landing Sites plugin not working for meHi,
is your table wp_posts has the engine MyISAM (you can check this in phpmyadmin)?Forum: Plugins
In reply to: [Plugin: Landing sites] landing sites database error…Hi,
is your table wp_posts has the engine MyISAM (you can check this in phpmyadmin)?Forum: Fixing WordPress
In reply to: Setting Posts to Random on Landing Pagequery_posts('showposts=10&orderby=rand');