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.

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

4 posters

Go down

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

Post by Moku June 24th 2015, 1:01 am

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 June 26th 2015, 9:15 pm; edited 1 time in total
Moku
Moku
New Member

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

http://hcadforum.forumotion.com

Back to top Go down

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

Post by SLGray June 24th 2015, 4:23 am

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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

Post by Moku June 24th 2015, 8:38 pm

I would like the profile pictures to be sharp edged and have a white border of 1px.
Moku
Moku
New Member

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

http://hcadforum.forumotion.com

Back to top Go down

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

Post by ✰ June 24th 2015, 10:44 pm

That would fall under CSS.

It would look SOMETHING like this.

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

Posts : 37
Reputation : 1
Language : English

http://Fairytailrp.com

Back to top Go down

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

Post by Moku June 25th 2015, 11:47 pm

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

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

http://hcadforum.forumotion.com

Back to top Go down

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

Post by ✰ June 26th 2015, 2:43 am

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.
avatar
Forumember

Posts : 37
Reputation : 1
Language : English

http://Fairytailrp.com

Back to top Go down

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

Post by EndlessDream June 26th 2015, 8:50 pm

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

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

Back to top Go down

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

Post by Moku June 26th 2015, 9:15 pm

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

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

http://hcadforum.forumotion.com

Back to top Go down

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

Post by SLGray June 27th 2015, 4:35 am


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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum