FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » images to mark administrators and moderators?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: images to mark administrators and moderators? [message #35769 is a reply to message #35754] Thu, 08 February 2007 00:40 Go to previous message
Lewis is currently offline  Lewis   United States
Messages: 6
Registered: February 2007
Karma:
Junior Member
I dove into the templates and figured out how to make the custom tags stop scrolling.

What I did was edit the forum_css template in the following way:

Quote:

div.ctags {
overflow: auto;
white-space: nowrap;
margin: 0px;
padding: 2px;
width: 100%;
height: 100%;
}


I changed the height to 100%, instead of the default 40 pixels.

I also decided that I didn't like seeing the rank names above my tags, so I edited dmsg_tags in drawmsg.tmpl from

Quote:

<div class="ctags">{VAR: level_name}{VAR: custom_tag}</div>


to

Quote:

<div class="ctags">{VAR: custom_tag}</div>


A little persistence has paid off. I think this is going to work great. Very Happy

[Updated on: Thu, 08 February 2007 05:13]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Convert FUD Postgres dump to MySQL
Next Topic: Forum integration
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 10 03:48:36 GMT 2024

Total time taken to generate the page: 0.05426 seconds