PDA

View Full Version : Avatars in Announcements ?


majorj0nny
11-24-2005, 02:48 PM
Some of my usergroups have a usergroup graphic so in essence the users title is a avatar ? (if that makes any sense?)

however - I now have the problem that is one of these users creates a announcement thier usertitle that appears on the announcement includes the user title which contains the avatar and makes the announcement massively tall (wel... quite fat).

hence -

http://www.50klicks.com/jon/pics/an.jpg

how can I remove the usertitles from the annoucement bar ?

from my postbit and the postbit_legacy templates, I am guessing its something to do with :

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>

but what do I need to do to that ?

thanks in advance...

Alan @ CIT
11-24-2005, 05:04 PM
Edit the template forumdisplay_announcement and find ($announcement[usertitle]) removing that will stop user titles being displayed in the announcement bits.

majorj0nny
11-24-2005, 09:24 PM
Edit the template forumdisplay_announcement and find ($announcement[usertitle]) removing that will stop user titles being displayed in the announcement bits.

thanks mate - its so easy when ya know how ! works perfectly...