• Hi.

    I’m also experiencing some trouble with the plugin. I’ve checked the other posts and can’t seem to find a solution to use.

    It worked perfectly fine at the start, but suddenly dropped. It might be my sidebar.php that cause the problem.

    As the site is the internal network for my organization I can’t show you as it runs locally but I’ll paste some necessary info.

    Plugins running:
    Active Directory Integration
    My Calendar
    User Role Editor

    Sidebar code:

    <div id="primary" class="sidebar">
    <?php dynamic_sidebar( 'primary-widget-area' ); ?>
    
    <ul class="xoxo">
    	<?php dynamic_sidebar( 'guest-sidebar' ); ?>
    </ul>
    
    			<ul class="xoxo">
    				<?php dynamic_sidebar( 'secondary-widget-area' ); ?>
    			</ul>
    		</div><!-- #primary .widget-area -->

    As you can see I use 3 different sidebars in my main sidebar, there are stuff that comes in front and after the role based sidebar that is default for everyone (This to not have to update each role’s sidebar for every change we make to this).

    As said it worked fine at the beginning, but suddenly stopped working. I’m just not sure when in the process it happen as I’m not the only one testing stuff out on the installation.

    I’m 99% sure the error happen before we installed the AD integration, but I put it up any way in case I’m actually wrong.

    Regards,
    Kjell-Roger

    https://www.ads-software.com/plugins/sidebar-per-user-role/

  • The topic ‘Not replacing’ is closed to new replies.