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.
The forum of the forums
4 posters

    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]

    Moku
    Moku
    New Member


    Female Posts : 18
    Reputation : 2
    Language : English
    Location : United Kingdom

    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE] Empty How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]

    Post by Moku Tue 23 Jun - 23:01

    Hi there!
    I looked through the forumotion HTML templates and I'm constantly seeing these:

    EG. {catrow.forumrow.avatar.LAST_POST_AVATAR}
    {switch_user_login_form_footer.switch_fb_connect.L_OR}
    {catrow.forumrow.LAST_POST}

    How do I edit those? Through CSS, JS? And what do I type in when I want to edit them?
    In this case, I'd like to change the border-radius of the profile pictures to make the edges sharp and maybe add a border to them. I really need this for future purposes also!

    Thank you very much!


    Last edited by Moku on Fri 26 Jun - 19:15; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE] Empty Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]

    Post by SLGray Wed 24 Jun - 2:23

    Those are the codes that make things work. 

    Example:  {catrow.forumrow.avatar.LAST_POST_AVATAR} is for the avatars to appear in the last post column on the homepage.

    What exactly do you want to modify?



    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE] Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Moku
    Moku
    New Member


    Female Posts : 18
    Reputation : 2
    Language : English
    Location : United Kingdom

    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE] Empty Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]

    Post by Moku Wed 24 Jun - 18:38

    I would like the profile pictures to be sharp edged and have a white border of 1px.
    avatar
    Forumember


    Posts : 37
    Reputation : 1
    Language : English

    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE] Empty Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]

    Post by ✰ Wed 24 Jun - 20:44

    That would fall under CSS.

    It would look SOMETHING like this.

    Code:
    span.postdetails.poster-profile img {
      border: 1px solid;
      border-color: #FFF;
    }
    Moku
    Moku
    New Member


    Female Posts : 18
    Reputation : 2
    Language : English
    Location : United Kingdom

    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE] Empty Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]

    Post by Moku Thu 25 Jun - 21:47

    Thank you ✰, nothing has changed though. rabbit
    My forum version is phpBB2, maybe that's the problem?
    avatar
    Forumember


    Posts : 37
    Reputation : 1
    Language : English

    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE] Empty Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]

    Post by ✰ Fri 26 Jun - 0:43

    Is this your current forum?

    I tailored to code specifically to your site. Try this:

    Code:
    span.postdetails.poster-profile img {
      border: 1px solid;
      border-color: #000;
    }

    See if it gives you a BLACK border.
    EndlessDream
    EndlessDream
    Forumember


    Male Posts : 107
    Reputation : 22
    Language : English, Spanish, Serbian

    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE] Empty Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]

    Post by EndlessDream Fri 26 Jun - 18:50

    Be sure to add the code above into your CSS and not in template. 
    Admin panel -> Colors -> CSS Stylesheet
    Moku
    Moku
    New Member


    Female Posts : 18
    Reputation : 2
    Language : English
    Location : United Kingdom

    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE] Empty Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]

    Post by Moku Fri 26 Jun - 19:15

    Thank you all for suggestions but I figured out the problem myself!
    This thread can be locked/deleted.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE] Empty Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]

    Post by SLGray Sat 27 Jun - 2:35


    Locked as Requested



    How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE] Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is Sun 22 Sep - 14:26