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.

All other Modules /

Discuss all other Modules here.

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

Private Messaging Module


Go to End


34 Posts   8034 Views

Avatar
davidm2010

Community Member, 107 Posts

15 February 2011 at 12:28pm

Edited: 15/02/2011 12:29pm

Yea, that would have been my guess as well. But after changing every item in that file, I have drawn the conclusion, it is not there. When I changed the typography.css file at the top level, then I was able to change the font color. I don't like that solution, but it was the only place that made a difference.

/* GENERIC STYLES
-------------------------------------------- */

.typography * {
font-family: Verdana, Lucida, Arial, sans-serif;
color:#CCC;
}

I tried all of the lower hx and had no affect in that file as well as messages.css. Otherwise it is working great.

Avatar
davidm2010

Community Member, 107 Posts

17 February 2011 at 2:44am

When creating a new message, instead of program pulling from the name field, how do you pull from the Nickname field, can this be done in the messagemember.php file using:

$fields->push(new TextField('Nickname')); in the updateCMSFields function?

Go to Top