andrea82
Forum Replies Created
-
Forum: Plugins
In reply to: [QR Code Generator] QR in the codeI just meant adding it in the code it self to generate a QR for any page…
Anyway I found another way.
Thanks!Forum: Plugins
In reply to: [Facebook AWD All in one] Remove meta boxes in the backend for non adminsSOLVED
if (is_admin()) : function remove_post_meta_boxes() { if(!current_user_can('administrator')) { remove_meta_box('awd_fcbk_awd_mini_form_metabox', 'post', 'high'); } } add_action( 'admin_menu', 'remove_post_meta_boxes' ); endif;
Forum: Plugins
In reply to: [Facebook AWD All in one] Remove meta boxes in the backend for non adminsWhat command should I use with the
remove_meta_box
code?Forum: Plugins
In reply to: [WP Favorite Posts] [Plugin: WP Favorite Posts] Favorite list on profile pageI’m confused…
If I place the above code in the author.php page I get a list of favorite posts even if the user has not yet added any favorites.You write: “you would need to change the meta_value to the current users id”
Can you clear this a little bit fo a non expert WP user like me?
I simply want to show in the author.php his/her favorites that must be also seen by anyone visiting that page…
Thanks!No need for the drop down box, I’ve set the form in the post-single.php shown only to the author of the post.
The problem remain on pre filling the email fiekld with the one they’ve in the profile page…Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Add drop down list of recent postsWhat if I want to shoow all the posts published by the user in a dropbox? I need this to let the contributors choose from this list the name of teh post they want the admin to be removed…
Forum: Plugins
In reply to: [Multiple Themes] See a post in another theme but always keeping the default…Yep! That’s perfect! It needs to be edited in the core (print-posts.php) to style the code and it’s perfect.
Thanks for pointing me to the right path!
Best regardsForum: Plugins
In reply to: [Multiple Themes] See a post in another theme but always keeping the default…That was an option I was considering…
I’m testing it right now and I’ll let you know if it works (might help your users too…).Forum: Plugins
In reply to: [Multiple Themes] See a post in another theme but always keeping the default…Thanks Jonradio for your prompt reply. Yor plugin is great, I use it in another project and works like a charm!
+1
Ok, thanks anyway for your fast support.
Hope to see what I need in the a future update…
Great plugin!Forum: Plugins
In reply to: [Auto Image Resizer] Take careYes, I confirm it.
Pretty useless if I can’t show my pics in colorsLet’s say he meant contributors…
I don’t want them to set directions for the post they’re creating, is there a way to disable the box?Same here! Is it possible? Can anyone tell us if we’re simply missing something or this feature is not available at all?
Can’t believe that there is no answer to this.