938 Posts in 271 Topics by 291 members
Forum Module
SilverStripe Forums » Forum Module » forum template / css question
Discuss the Forum Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 559 Views |
-
forum template / css question

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="ForumMemberProfile/logout/" title="<% _t('LOGOUTEXPLICATION','Click here to log out') %>"><% _t('LOGOUT','Log Out') %></a> | <a href="ForumMemberProfile/edit" title="<% _t('PROFILEEXPLICATION','Click here to edit your profile') %>"><% _t('PROFILE','Profile') %></a></p>
<% else %>
| 559 Views | ||
|
Page:
1
|
Go to Top |

