Aurélien Denis
Forum Replies Created
-
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 https://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 www.ads-software.com 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 ?
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Loop on loop – taxonomy templateYou’re the King! Lost one entire day looking for my error. ??
Forum: Plugins
In reply to: [Contact Form 7] Conditionnals fields with Contact Form 7OK thanks. I’ve contacted someone who knows about jQuery. ??