Jump to content
DevFuse Forums
  • Design idea


    Michael
    • Fixed IP.Board Version: IP.Board 4.4.x

    Small visual bug, when options Include global title? and Allow collapse? is Disabled, blank header H3 still displayed. This is a bit confusing markup, especially in the mobile version.

    Maybe like this in \data\theme.xml:

    {{else}}
    	<h3>
    		{{if settings.gms_collapse}}
    			<a href='#' class='ipsPos_right ipsJS_show ipsType_noUnderline cMessageToggle' data-action='toggleMessage' data-ipsTooltip title='{lang="gms_toggle_this_message"}'></a>
    		{{endif}} &nbsp;
    	</h3> 
    {{endif}}

    replase to:

    {{else}}
    	{{if settings.gms_collapse}}
    		<h3>
    			<a href='#' class='ipsPos_right ipsJS_show ipsType_noUnderline cMessageToggle' data-action='toggleMessage' data-ipsTooltip title='{lang="gms_toggle_this_message"}'></a>
    			&nbsp;
    		</h3>
    	{{endif}}					
    {{endif}}

     


    User Feedback

    Recommended Comments



    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Status Definitions

    Pending = We are still working on this report.

    Fixed = The issue has been fixed and the resolution will be available in the next version.

    Closed = Feedback or opinion better posted on our forum for discussion. Also for reports we cannot reproduce or need more information. In this case just add a comment and we will review it again.

     

×
×
  • Create New...