@Smiry Kin's: Main CSS is located in...
Admin CP --> Styles & Templates --> Style Manager --> All Style Options --> Main CSS
Go all the way to the bottom for Additional CSS Definitions.
Quote:
Originally Posted by kennn
Code:
<div id="post_message_$post[postid]" class="someclassname<if condition="THIS_SCRIPT != 'private'"> hidemsg</if>">$post[message]</div>
Note, that I already had a class in there so I wrapped the second hidemsg class in the if conditional to add it in only if not in a "private" area. I cannot take credit for that conditional, btw. I found that on the joindays hack because it also does not work properly in the PM area.
If you do not already have a class in there, it would look like this...
Code:
<div id="post_message_$post[postid]"<if condition="THIS_SCRIPT != 'private'"> class="hidemsg"</if>>$post[message]</div>
I'm not sure if this is the best way to do it but it works.
|
Sweet. I did not factor in the private message section of the postbit so thank you kennn for your conditional.

I've listed you in the Thank Yous and have linked your conditional in the Optional Modifications letter "D)". :classic: