Quote:
Originally Posted by Snowhog
Ah, okay.
Are these the only two elements in the .xml file that handle the message?
Code:
<phrase name="markfl_rfbpc_nonewreplies" date="1488990604" username="MarkFL" version="1.0"><![CDATA[Your post count prohibits you from posting new replies in this forum!]]></phrase>
<phrase name="markfl_rfbpc_nonewthreads" date="1488990639" username="MarkFL" version="1.0"><![CDATA[Your post count prohibits you from posting new threads in this forum!]]></phrase>
|
Yes, those are the only phrases controlling the user messages.
I have attached an update which will allow you to add CSS to the message elements.
For example, when I add the following CSS to the "Message CSS" setting:
Code:
width: 75%;
padding: 5px;
border: 1px solid #FF0000;
border-radius: 6px;
background :#FFFF00;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
Then, I get the following: