Topic: how to remove from topic subject: by author [ New posts ]

hi

is there anyway to remove this because I think it makes the forum look messy and I don't need the feature anyway.  but I'd like to keep the new post icon in front of the subject line.

http://xs104.xs.to/xs104/06324/Untitled-1.jpg

Re: how to remove from topic subject: by author [ New posts ]

Open viewforum.php and replace this everywhere you see it:

.$lang_common['by'].' '.pun_htmlspecialchars($cur_topic['last_poster'])

Re: how to remove from topic subject: by author [ New posts ]

hmmm didn't do it, still I see by (poster's name) [ New Posts ]

Re: how to remove from topic subject: by author [ New posts ]

Might want to remove that from moderate.php as well.

Re: how to remove from topic subject: by author [ New posts ]

guardian34 wrote:

Might want to remove that from moderate.php as well.

my moderate.php  doesn't seem to have that line

Re: how to remove from topic subject: by author [ New posts ]

Add this to your CSS:

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

7 (edited by OVenHemLIb 2006-08-11 21:54)

Re: how to remove from topic subject: by author [ New posts ]

pogenwurst wrote:

Add this to your CSS:

#punviewforum SPAN.byuser, #punviewforum SPAN.newtext {DISPLAY:none; VISIBILITY:hidden}

that worked!   thanks alot.   

I just added that line to my style.CSS and not the my style_cs.CSS file,  do I need to edit the second one too?

Re: how to remove from topic subject: by author [ New posts ]

No.

Looking for a certain modification for your forum? Please take a look here before posting.

Re: how to remove from topic subject: by author [ New posts ]

but when I click "Show new posts since last visit"  it still shows by ...  [ New posts ]

is there any way to fix that?

thank you

Re: how to remove from topic subject: by author [ New posts ]

Oh, I didn't realize you wanted it gone there too.

Just remove "#punviewforum " in both places that it appears.

Looking for a certain modification for your forum? Please take a look here before posting.