Profile Issue 4.1.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alec W
    Member
    • Nov 2009
    • 49

    [Forum] Profile Issue 4.1.0

    I have disabled user ability to change profiles in the ACP.

    What stylevars do I use to change the font sizes and colors on the profile? I've tried a number of the stylevars named profile_ but none of them seem to do anything.

    Thanks.
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    I wrote this out for someone else who had DISABLED PROFILE CUSTOMIZATION (sorry for the capitals, but it shouldn't be used if profile customization is on);
    HTML Code:
    /* changing profile page */
    #message_form div.userprof_headers {background: pink;}
    div.userprof_content {background: gray;}
    div#pagination_top .pagination span a, div#pagination_top .pagination span a.popupctrl {background: orange;}
    div.group .userprof_button {background: green;}
    div#sidebar_container.member_summary {background: gray;}
    div.userprof_headers {background: red;}
    div.userprof_content_border {border: 1px solid black;}
    #member_content dl.tabslight dd.userprof_moduleinactive a {color: green;}
    #member_content #sidebar_container a {color: green;}
    #profile_customization_button.userprof_button {color: green;}
    #profile_tabs .memberprofiletabunder {background: pink;}
    .member_summary dd.avatar img#user_avatar {border: none;}
    #sidebar_container h5.blocksubhead {color: black;}
    #sidebar_container.member_summary .mainblock .usertitle {color: red;}
    That will make your profile very pretty - NOT! Change the colors as needed.

    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 <- awesome site for html/css help

    Comment

    • Alec W
      Member
      • Nov 2009
      • 49

      #3
      Thanks Lynne,

      That worked, and it's very stylish with the red and pink


      What should I add to change the font size. I tried this for the header but it only changes the background color and font color, not the font-size.

      div.userprof_headers {color: green; font-size: xx-small; background: pink;}

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        It depends on where you want to change the font-size. You would add it to the CSS that is changing other properties (color, background, etc) for that area. You could try adding it for class ".userprof" - .userprof {font-size: large;} - but that doesn't get all the fonts since some are set for their classes (like "#sidebar_container.member_summary .blocksubhead.smaller, #sidebar_container.member_summary .blockrow" needs to be set).

        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 <- awesome site for html/css help

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...
        😀
        😂
        🥰
        😘
        🤢
        😎
        😞
        😡
        👍
        👎