Topic: Removing the Thread Strarter Username

I'd like to remove the thread start username, as marked in this screenshot.
DON'T WORRY, I've used a mod as can be seen in the screen shot, that puts the username in its own column... wink

Re: Removing the Thread Strarter Username

Add the following to your CSS:

#punviewforum SPAN.byuser {DISPLAY: none; VISIBILITY: hidden}
Looking for a certain modification for your forum? Please take a look here before posting.

Re: Removing the Thread Strarter Username

Yes, that worked. However, it also removes the username from the 'last post' column.
Is there a way to differeniate between the two?

Re: Removing the Thread Strarter Username

Oops, sorry:

#punviewforum DIV.tclcon SPAN.byuser {DISPLAY: none; VISIBILITY: hidden}
Looking for a certain modification for your forum? Please take a look here before posting.

Re: Removing the Thread Strarter Username

Thanks. smile

Re: Removing the Thread Strarter Username

where exactly do i need to put that line of code?

Re: Removing the Thread Strarter Username

If you want it in all your styles, base.css