Eric Taylor
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Network Admin, but Not Super Admin?Can you provide any examples of what you are talking about? ie plugins.
Forum: Networking WordPress
In reply to: Network Admin, but Not Super Admin?Andrea,
Do either of these plugins allow for customizing the message and display of the “site-unavailable” message? Do they handle 503? Not finding any info like that on the plugin pages.
EDIT:
Looking at these plugins I don’t think these are exactly what I need. I don’t want guest users to be directed to the login page with a “this site can only be seen by administrators”. I want users to get displayed a page that I can customize to my liking, a 503 page of sorts. Meanwhile, admins could still login to the page, once logged in they would be displayed the normal front-end. Just like how the Maintenance Mode plugin works.
Forum: Networking WordPress
In reply to: Network Admin, but Not Super Admin?So I’m running into another issue and am hoping you can provide some insight.
I use the “Maintenance Mode” plugin by Michael Wöhrer pretty heavily. I’d like my (what I’m calling Network Moderators) Network Moderators to have access to viewing a sites front-end when the site is in maintenance mode to troubleshoot issues etc. I find that the default Super Admin privledges allow for this, however, when I enable the ESA plugin, those individuals under the Network Moderator group can’t view the front-end any longer. They get shown the 503 page stating the site is in maintenance mode etc.
The maintenance mode plugin allows for you to change the settings of which user roles can login to backend and frontend. By default backend logins are allowed for Subscribers, and front-end Administrators.
I’m hoping that maybe your plugin can build in some support for the Maintenance Mode plugin, or you can point me in the right direction to get the desired setup I need.
Thanks again!
Forum: Networking WordPress
In reply to: Network Admin, but Not Super Admin?Well now I feel like an idiot. This is what I get for working on this stuff at like 3am…
So I reread
Which permissions did you check off to be removed from the selected user?
So the issue is I was checking options I wanted the user to have, and not checking items I didn’t want them to have. But now I can clearly see that its the opposite. I needed to check only the options I didn’t want them to have access too. Now it works fine.
Sorry for my clear brain fart.
Forum: Networking WordPress
In reply to: Network Admin, but Not Super Admin?I’ve added level_0 to the permissions, has no effect. Still getting error.
Also changed the theme back to twentyten, also no effect. I couldn’t imagine the plugin would make any sort of hook to the theme so that doesn’t surprise me, but I figure it was worth a try.
Any other ideas?
Forum: Networking WordPress
In reply to: Network Admin, but Not Super Admin?Thanks for looking into the issue.
So I’ve tried several different things to troubleshoot the issue on my own. I have:
1- Created several different test users and added them and removed them to the plugin group to see if the issue was specific to a user. Its not.
2- I have removed the plugin settings, and the plugin, reset it all up several times with no success.
And to answer your question specifically I gave the user all the permissions exempt the following:
– Delete_themes
– edit_plugins
– install_plugins
– install_themes
– level_0,1,2,3,4,5,6,7,8,9 (but not 10, 10 is checked)
– manage_esa_options
– manage_network
– manage_network_options
– manage_network_plugins
– manage_network_themes
– manage_network_users
– update_core
– update_plugins
– update_themesI have also tried giving the user pretty much all the permissions except level_0,1,2,3,4,5,6,7,8,9.
This might be an issue, from what you said, So I’ll try adding level_0 to the group and report on if that changes anything.
Also to note, I am working on a new theme at the moment, which is activated for the primary domain, currently the theme is blank, so it only have a blank index.php file, and a style.css file. So there is no call to wp_head or wp_footer. I have no clue if this would affect the plugin at all, but notable I guess.
I’ll report back on trying to add level_0, and I’ll also switch the primary theme back to wordpress default and see what happens.
Forum: Networking WordPress
In reply to: Network Admin, but Not Super Admin?So I think that what I need is the “Extended Super Admin” plugin, I think it will do exactly what I need, if that is I can get it to work.
When I setup a dummy super admin, and apply any set of privileges through Extended Super Admin, and add the dummy admin to the new group in extended super admin I find that when the user attempts a login I get the “You don’t have permission to view this site. Please contact the system administrator.” error. However, disable the plugin, or remove the dummy user from the new group, and the user logs in fine with the default super admin privileges.
Forum: Plugins
In reply to: [Plugin: CDN Sync Tool] Multisite setup question.Well if I understand correctly, media library files are uploaded by default to the “upload” directory. In a multisite setup, they however go to the blogs.dir directory.
Forum: Plugins
In reply to: [Plugin: ShareThis] Editing Icon – How To Do It.Alternatively, if you are like me and wanting to just get rid of the little icon all together, and just have it be the text, do the following:
a.stico_default { background-image: none !important; padding: 0 !important; }Forum: Fixing WordPress
In reply to: Crashed after writing new postI’m having the same issue. I just upgraded my blog to the newest version last night, and was wrote a successful post last night. I was working on a draft to post today, and went to save it, and bam! white page. Whats funny is I have like 3 other wordpress installations as /blogurl and they all get white page to now. Can someone please tell us what is going on and how to fix the issue? Thx.
let me add. I’m going to add real quick that the three other installs are not the newest version.
Forum: Fixing WordPress
In reply to: Having a MySQL error. Please helpThe problem is with the rolling arch. function, here is the php file that is being called.
<?php $prefix = ''; // Get Core WP Functions If Needed if (isset($_GET['rolling'])) { require (dirname(__FILE__)."/../../../wp-blog-header.php"); $prefix = 'nested_'; } ?> <?php // Load Rolling Archives? if ( (get_option('k2rollingarchives') == 1) ) { $k2pagecount = k2countpages($wp_query->request); if ($k2pagecount > 1) { ?> <div id="<?php echo $prefix; ?>rollingarchives"> <div id="<?php echo $prefix; ?>rollnavigation"> <a href="#" id="<?php echo $prefix; ?>rollprevious"><span>«</span> <?php _e('Older','k2_domain'); ?></a> <a href="#" id="<?php echo $prefix; ?>rollhome"><img src="<?php bloginfo('template_directory'); ?>/images/house.png" alt="Home" /></a> <div id="<?php echo $prefix; ?>pagetrack"><div id="<?php echo $prefix; ?>pagetrackend"><div id="<?php echo $prefix; ?>pagehandle"></div></div></div> <span id="<?php echo $prefix; ?>rollload"><?php _e('Loading','k2_domain'); ?></span> <span id="<?php echo $prefix; ?>rollpages"></span> <a href="#" id="<?php echo $prefix; ?>rollnext"><?php _e('Newer','k2_domain'); ?> <span>»</span></a> </div> <div id="<?php echo $prefix; ?>rollnotices"></div> </div> <script type="text/javascript"> // <![CDATA[ var <?php echo $prefix; ?>rolling = new RollingArchives('<?php echo $prefix; ?>primarycontent', <?php k2info('js_url'); ?> + '/theloop.php', '<?php echo $wp_query->query; ?>', <?php echo $k2pagecount; ?>, '<?php echo $prefix; ?>'); // ]]> </script> <?php } } ?> <div id="<?php echo $prefix; ?>primarycontent" class="hfeed"> <?php include (TEMPLATEPATH . '/theloop.php'); ?> </div><!-- #<?php echo $prefix; ?>primarycontent .hfeed -->Forum: Fixing WordPress
In reply to: Get links problem. Ever since .21Problem solved, apparently the link id got changed from 5 to 6.
Forum: Themes and Templates
In reply to: My new theme. Tell me what you think.Ya, i don’t want the other one.
Forum: Fixing WordPress
In reply to: What plugins are being used?ya but the quetion isn’t which ones are on his server, its which plugins is he using.
Forum: Fixing WordPress
In reply to: What plugins are being used?and to mention i haven’t found his contact info