In memberinfo_block_groups; is the displayed list supposed to be bulleted?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GearTripper
    Senior Member
    • Aug 2004
    • 440

    In memberinfo_block_groups; is the displayed list supposed to be bulleted?

    This might be a bug; in memberinfo_block_groups, the displayed public_usergroups ($block_data[membergroupbits]) info does not appear bulleted as defined within the template parmaters.

    Code:
            <ul class="list_no_decoration group_list" id="public_usergroup_list">
                $block_data[membergroupbits]
            </ul>
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Nope, not a bug. See the class in the css:

    HTML Code:
    .list_no_decoration {
        list-style-type:none;
        margin:0px;
        padding:0px;
    }

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools &lt;- awesome site for html/css help

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...