Forum Replies Created

Viewing 15 replies - 1 through 15 (of 45 total)
  • Thread Starter Eric Taylor

    (@erictaylor)

    Can you provide any examples of what you are talking about? ie plugins.

    Thread Starter Eric Taylor

    (@erictaylor)

    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.

    Thread Starter Eric Taylor

    (@erictaylor)

    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!

    Thread Starter Eric Taylor

    (@erictaylor)

    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.

    Thread Starter Eric Taylor

    (@erictaylor)

    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?

    Thread Starter Eric Taylor

    (@erictaylor)

    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_themes

    I 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.

    Thread Starter Eric Taylor

    (@erictaylor)

    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.

    Thread Starter Eric Taylor

    (@erictaylor)

    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.

    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; }

    I’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.

    Thread Starter Eric Taylor

    (@erictaylor)

    The 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>&laquo;</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>&raquo;</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 -->
    Thread Starter Eric Taylor

    (@erictaylor)

    Problem solved, apparently the link id got changed from 5 to 6.

    Thread Starter Eric Taylor

    (@erictaylor)

    Ya, i don’t want the other one.

    Thread Starter Eric Taylor

    (@erictaylor)

    ya but the quetion isn’t which ones are on his server, its which plugins is he using.

    Thread Starter Eric Taylor

    (@erictaylor)

    and to mention i haven’t found his contact info

Viewing 15 replies - 1 through 15 (of 45 total)