10378 Posts in 2194 Topics by 1710 members
| Go to End | ||
| Author | Topic: | 3267 Views |
-
Re: Private Messaging Module

15 February 2011 at 12:28pm Last edited: 15 February 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.
-
Re: Private Messaging Module

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?
| 3267 Views | ||
| Go to Top |

