Hello,
with disabled javascript you get this:
View attachment 30988
Can you please make it that these buttons are removed completly by disabled javascript?
2012/08/20: v.1.8 released
- ToggleMe now works with Widgets
 - Widgets can be closed by default
 - Widgets can be excluded (from toggle function)
 - Widget collasped visual options available in style properties
 - To upgrade, upload files and import addon xml file
 
?If you have centered Usernames in "messageUserInfo" the Toggle Button will run out to the right.
I have the same issue editing with TMSI'm using the template edit User Edit Menu in postbit 1.0 -- You cannot toggle the postbit area with this template edit. Can you possibly share a work-around so that both can be used without issue?
This works great... One issue though with the postbit toggle. I'm using the template edit User Edit Menu in postbit 1.0 -- You cannot toggle the postbit area with this template edit. Can you possibly share a work-around so that both can be used without issue? Anyway - thanks so much for the share
J.
Is it possible for the postbit area to choose what userfields are closed by default? and have selected userfields untogglable (=> always open)?
I have the same issue editing with TMS
library\ToggleME\Listener.php
	                //For postbit area
                if ($hookName == 'message_user_info_text' AND $options->toggleME_selected_areas['postbit_extra'] AND $toggle_postbit_usr)
                {    
                $search = '#(<h3 class="userText">)#i';
                $replace = '$1<div class="tglPosbit"></div>';
                $contents = preg_replace($search, $replace, $contents);
                unset ($search, $replace);
            }
	// POSTBIT extraUserInfo
$('.tglPosbit').ready(function() {
    
    $('.extraUserInfo').prev().children('.tglPosbit').addClass("inactive");
    // The class "extraUserInfo" is used instead of "tglPosbit" because it's located in 
    // "message_user_info" template AFTER xenForo check content verification, so this
    // will prevent to display the toggle icon if extraUserInfo has no content ^^    
    $('.tglPosbit').toggle(
        function () {
            $(this).parent().next().slideDown(500);
            $(this).removeClass('inactive').addClass("active");
        },
        function () {
            $(this).parent().next().slideUp(500);
            $(this).removeClass('active').addClass("inactive");
        }
    );
});
	So far it has no effect.
Enable toggleME - yes
Styles selected Default + my standard style
toggleME areas selection node selection (as default)
[ToggleME Forumhome Area] Usergroups - selected various incl. admin (me)
Default Closed XenForo Categories - selected some of the Category bars, root no parent. Not Main Forum.
Refreshed.
But those selected Categories are not copllapsedf. I can't see a frontend control button to do it manually as an option either.
So how does this work please?
What am I missing?
Version 1.9 released
To upgrade, upload files and import addon xml file
- Php & JS codes have been rewritten
 - 1 bug fixed with permissions
 - New option to keep the same display for collapsed categories
 - New option to close by default Wrapped Sub-forums
 
We use essential cookies to make this site work, and optional cookies to enhance your experience.