Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Forum Module /

Discuss the Forum Module.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

forum template / css question


Go to End


1417 Views

Avatar
raamklaza

Community Member, 182 Posts

27 June 2009 at 8:11am

Hello,

i tried to change the css and template (ss) for the forum but somehow it doesn't take over my changes.

I make them really obvious like changing a color to red or yellow but nothing showed on website.

I also tried to change the language hardcoded in the templates but no win aswelll...

Other question, how can i make sure the hardcoded language phrases, are configurable and come from the language file.
Example: ForumLogin.ss

<div id="RegisterLogin">
<% if CurrentMember %>
<p>
<% _t('LOGGEDINAS','You\'re logged in as') %> <% if CurrentMember.Nickname %>$CurrentMember.Nickname<% else %>Anonymous<% end_if %> |
<a href="//www.silverstripe.org/ForumMemberProfile/logout/" title="<% _t('LOGOUTEXPLICATION','Click here to log out') %>"><% _t('LOGOUT','Log Out') %></a> | <a href="//www.silverstripe.org/ForumMemberProfile/edit" title="<% _t('PROFILEEXPLICATION','Click here to edit your profile') %>"><% _t('PROFILE','Profile') %></a></p>
<% else %>