Aurélien Denis
Forum Replies Created
-
Forum: Plugins
In reply to: [iQ Block Country] Filtering custom post type / custom taxonomiesLet say I have custom post type for ‘Properties’. Some of theme have to be blocked from foreign countries.
So I need to define this.
Hi Jordy,
thanks for your reply. Yes the images are loaded with PictureFill but as I red, this method requires to set width/height for all pictures… but yes it’s better 🙂
Forum: Plugins
In reply to: [WP-DownloadManager] Shortcode bugAwesome!
My bad it seems to works fine. The last line was missing quotes 😉
Ok I did this:
add_filter('awpqsf_addextra_cmf','hidden_cmf_field','',3); function hidden_cmf_field($newcmf, $i,$id){ $excludekey = 'Photos_0';//your exclude meta field key $excludecompare = '2';// 2 is the reference number for "!=" $excludevalue = '';//the meta value that you need to compare echo '<input type="hidden" name="cmf['.$i.'][metakey]" value="'.$excludekey.'">'; echo '<input type="hidden" name="cmf['.$i.'][compare]" value="'.$excludecompare.'">'; echo '<input type="hidden" name="cmf['.$i.'][value]" value="$excludevalue">'; }But where should I put the form ID?
Thanks for your reply. If I do this, the request is no more working…
Here is my piece of code :
Forum: Plugins
In reply to: [BuddyPress Message Attachment] Translation bugI’ve solded the problem but I don’t remember how in fact (and not sure that it’s a “real solution”). Maybe by using WPML for translation but not sure… sorry ! 🙁
Forum: Plugins
In reply to: [BuddyPress Message Attachment] I cant't add the attachment in the messageExactly the same bug here. Can anyone help us? Thanks
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Dequeue style YARP ?OK thanks. I’ll check this later. 😉
Forum: Plugins
In reply to: [Social] French translation 75% ready@cedricti : here is a download link to my partial French translation http://wpchannel.com/social-plugin-wordpress-diffuser-recuperer-commentaires-facebook-twitter/
Tell me if when you’ll finish it so that I can provide the entire translation. I’m looking for a way to contact the Social authors.
Forum: Plugins
In reply to: [Social] French translation 75% readyOK. Let me write a blog post on wpchannel.com and then I’ll put my own translation as a download link at the end. So you can continue it.
My objective is to send reciprocal backlink for the work, and espescially on the wordpress.org plugin page like on many others pages.
If you finish the translation, I’ll do a link to your website. 😉
For me too! 🙂
+1
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Get comments of connected posts ?Finally, I’ll show them using a Fancybox effect loading their own single_CPT.php… 🙂
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Get comments of connected posts ?Oh too bad… so nothing possible ?