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...
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → 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...
Add the following to your CSS:
#punviewforum SPAN.byuser {DISPLAY: none; VISIBILITY: hidden}
Yes, that worked. However, it also removes the username from the 'last post' column.
Is there a way to differeniate between the two?
Oops, sorry:
#punviewforum DIV.tclcon SPAN.byuser {DISPLAY: none; VISIBILITY: hidden}
Thanks.
where exactly do i need to put that line of code?
If you want it in all your styles, base.css
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Removing the Thread Strarter Username
Powered by PunBB, supported by Informer Technologies, Inc.