Limitations - Please Help Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Limitations - Please Help

    Kirbyarm
    Kirbyarm
    Forumember


    Female Posts : 35
    Reputation : 0
    Language : English
    Location : Victoria, BC, Canada

    Solved Limitations - Please Help

    Post by Kirbyarm November 16th 2011, 9:11 am

    I'm using php2 as it seemed the most appealing with "fully customizable."

    I can't seem to figure out where to customize limitations for signatures. Specifically, how many images are allowed in signature, character limits, line limits, image size limits in sig.

    Also similarly, the avatars can be WAY bigger than I like, and it is fairly annoying. Where am I able to adjust the limitations for avatar size or re-size options?

    Thank you so much for reading.

    Kirbyarm~


    Last edited by Kirbyarm on November 16th 2011, 1:09 pm; edited 2 times in total
    avatar
    Guest
    Guest


    Solved Re: Limitations - Please Help

    Post by Guest November 16th 2011, 12:38 pm

    Read this thread https://help.forumotion.com/t1709-some-limits-of-forumotion-forum
    But for avatar's size go to Administration Panel => Display => Templates => General => viewtopic_body => Edit => find:
    Code:
    <div class="avatarlim">{postrow.displayed.POSTER_AVATAR}</div>
    Then Display => Pictures and colors => Colors => CSS Stylesheet => add:
    Code:
    .avatarlim{
    max-height: 200px !important;
    max-width: 150px !important;
    }
    Submit. Wink
    Kirbyarm
    Kirbyarm
    Forumember


    Female Posts : 35
    Reputation : 0
    Language : English
    Location : Victoria, BC, Canada

    Solved Re: Limitations - Please Help

    Post by Kirbyarm November 16th 2011, 1:07 pm

    Thank you.. but for avatars there is a much easier way. Just go into ACP -> Avatar -> Personal Avatar and change them there.

    For sigs you have to add a custom CSS class.. that was annoyingly difficult to find. Thanks anyway.
    avatar
    Guest
    Guest


    Solved Re: Limitations - Please Help

    Post by Guest November 16th 2011, 1:08 pm

    You're welcome Wink
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17924
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Limitations - Please Help

    Post by Jophy November 16th 2011, 2:24 pm

    Solved