Topic: [Request] Removed the line break in viewforum.php

In 1.2 we had it like this:

Topic Title by username

But now we have

Topic Title
by username

This means the viewforum.php is almost twice the height that it used to be which means much more scrolling is needed. My users are not liking this.

I've spent some time inspecting viewforum.php but I can't find how to get rid of the linebreak as it seems to be controlled via css instead of a simple line break.

Any tips please?
p.s. this is also the same for the "last post" column sad

Re: [Request] Removed the line break in viewforum.php

I notice these punbb support forums do not have the linebreak, whereas my forum does, see here:
http://www.eroyton.co.uk/forum/viewforum.php?id=7

However, the punbb forum does still have a line break in "last post" time. I want to get rid of both line breaks in my forum and would be chuffed if someone could help with that.

3 (edited by User33 2008-12-15 14:25)

Re: [Request] Removed the line break in viewforum.php

Actually, the "Topic Title" part of the table doesn't have a line break.

http://i247.photobucket.com/albums/gg135/garcia-t/no_linebreak.png

Edit:

Same thing with my test forum:

http://i247.photobucket.com/albums/gg135/garcia-t/no_linebreak_mine.png

Re: [Request] Removed the line break in viewforum.php

Cheers... but my installation does have the linebreak on the topic title part:
Just see here:
http://www.eroyton.co.uk/forum/viewforum.php?id=7

Re: [Request] Removed the line break in viewforum.php

Garciat, I found out it was my NATURE_WS that had the line-break added.

So I have 2 questions:

  • Where in the nature_ws style can I remove the linebreak?

  • How can I remove the line break after the lastpost date?

Cheers guys smile

Re: [Request] Removed the line break in viewforum.php

I found that by removing the following code, I got the result I was looking for:

<cite></cite>

That code is in viewforum.php and search.php
If anyone else tries it, backup before you do