PDA

View Full Version : Fixing User Post Font Size !?


carbine
06-20-2004, 01:17 AM
Hi, first post here.

My forums (http://forums.deadlok.com/?styleid=17) are running beatifully. I am having a problem figuring out how to edit the font size of a User's name in their post box.

Currently it's HUGE, with arial at 17.5pt. I've scoured the xml file (i know my way around) and I can't find, or maybe don't know where to look, anything related to username fonts in posts.

If anyone can help me with this quick fix, that would be great.

Thanks in advance,

carbine

Tony G
06-20-2004, 02:19 AM
why are you looking in the xml file? Use the templates! Don't mess with the xml file.

I can't see your forums when unregistered, so I can't see your problem. Please attach a screenshot for make a test account so I can enter.

carbine
06-20-2004, 02:32 AM
Sorry, I forgot about pre-public membership. Like I said, the areas circled in red are in arial, size 17.5pt.

Tony G
06-20-2004, 04:37 AM
Okay, to edit that, simply go to your postbit_legacy template and find:

<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>

Replace with:

<a href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>

Save. You're done.

carbine
06-20-2004, 04:57 AM
Thanks a lot, tony! Everything's perfect now. I added the <strong> tag in there, too.

Thanks again :D