Derek Melo
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Help] WP-Help to help multisite users, not to let them edit wp-helpI got it, I just changed the list-documents.php
Lines changed:
<div id="cws-wp-help-actions"> <?php if ( current_user_can( 'manage_network' ) ) : ?><a href="#"><?php _ex( 'Settings', 'Button with limited space', 'wp-help' ); ?></a><?php endif; ?> <?php if ( current_user_can( 'manage_network' ) ) : ?><a>" id="cws-wp-help-add-new"><?php _ex( 'Add New', 'Button with limited space', 'wp-help' ); ?></a><a>" id="cws-wp-help-manage"><?php _ex( 'Manage', 'verb. Button with limited space', 'wp-help' ); ?></a><?php endif; ?> <div class="clear"></div>
and
<?php if ( current_user_can( 'manage_network' ) ) : ?><h2><?php the_title(); ?><?php edit_post_link( __( 'edit', 'wp-help' ), ' <small>', '</small>' ); ?><?php $this->explain_slurp( $document_id ); ?></h2><?php endif; ?>
[Please post code & markup between backticks or use the code button. Your posted code has now been permanently damaged by the forum’s parser.]
Everything works just fine now!!!
Forum: Plugins
In reply to: [Join My Multisite] Doubt about the plugin IdeaHi Mika!
Well, I′m going to insert the widget using New Blog Templates plugin by wpmudev. I′m going to set the widget as default.
Thank you very much for indicate the YD wpmu sitewide options, I installed it but I′m not getting to replicate your plugin settings.
I checked the active_plugins field and Overwrite existing blog plugin data. I′ve set up your plugin to Add Manually and the new user default role to Client that is a woocommerce user type, as I network activated the woocommerce plugin.
I tried to create a new site but your plugin settings keep None to Membership and to Default user role too.
Can you help me?
I promess I will not tease you anymore.
Thanks
Derek
Forum: Plugins
In reply to: [Join My Multisite] Doubt about the plugin IdeaHi Mika!
Thanks for answer me.
Well, I gave up of that option.
Your plugin works veeery well to me, but I want to do just one more thing.
When an admin goes to the plugins page to set this out, there’s 3 options:
Automatic, Manual and None.
The None option is the default.
How can I set the Manual option as default?
There’s a woocommerce user level called client, so how can I set this user level as default too?Thanks
Derek