How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]
4 posters
Page 1 of 1
How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]
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!
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
Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]
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?
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?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]
I would like the profile pictures to be sharp edged and have a white border of 1px.
Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]
That would fall under CSS.
It would look SOMETHING like this.
It would look SOMETHING like this.
- Code:
span.postdetails.poster-profile img {
border: 1px solid;
border-color: #FFF;
}
Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]
Thank you ✰, nothing has changed though.
My forum version is phpBB2, maybe that's the problem?
My forum version is phpBB2, maybe that's the problem?
Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]
Is this your current forum?
I tailored to code specifically to your site. Try this:
See if it gives you a BLACK border.
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.
Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]
Be sure to add the code above into your CSS and not in template.
Admin panel -> Colors -> CSS Stylesheet
Admin panel -> Colors -> CSS Stylesheet
EndlessDream- Forumember
- Posts : 107
Reputation : 22
Language : English, Spanish, Serbian
Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]
Thank you all for suggestions but I figured out the problem myself!
This thread can be locked/deleted.
This thread can be locked/deleted.
Re: How to edit { CONTENT } in Forumotion templates? [LOCK/DELETE]
Locked as Requested
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» How to Delete Forumotion Link to Forumotion next to search box on my site
» Changing the Delete, Split, Merge, lock icons
» Can't Edit Homepage Message Content
» How to delete a topic which links to no content
» #676 I don't manage to edit CSS & templates with Chrome
» Changing the Delete, Split, Merge, lock icons
» Can't Edit Homepage Message Content
» How to delete a topic which links to no content
» #676 I don't manage to edit CSS & templates with Chrome
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum