1 row per post? [message #16760] |
Tue, 17 February 2004 15:20 |
mocara
Messages: 157 Registered: January 2004
Karma: 0
|
Senior Member |
|
|
Hi all.
At the moment the forums have two lines per post. Top left is subject and bottom right is poster and info.
I was wondering if it is possible to modify the css to move these onto one like? It takes up too much vertical space on my forums.
Regards.
|
|
|
Re: 1 row per post? [message #16761 is a reply to message #16760] |
Tue, 17 February 2004 15:21 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to modify the drawmsg.tmpl template to do this.
FUDforum Core Developer
|
|
|
|
|
Re: 1 row per post? [message #16776 is a reply to message #16774] |
Tue, 17 February 2004 16:17 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Ah yes, that's correct you need to edit thread.tmpl & threadt.tmpl for that. For threadt you may need to remove the BR or move the data all into the same div.
FUDforum Core Developer
|
|
|
|
Re: 1 row per post? [message #16780 is a reply to message #16779] |
Tue, 17 February 2004 16:52 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
If you <div> from the thread_row section it should put everything on the same line, UNLESS your browser window does not have enough room to fit it all on one line and wraps the text.
FUDforum Core Developer
|
|
|
|
|
Re: 1 row per post? [message #16783 is a reply to message #16782] |
Wed, 18 February 2004 00:17 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
This is a know issue that will be fixed in the next release.
IE cannot render alpha-transparent PNG images properly. So, I used an activeX hack to make it work, which is DAMN slow with many images.
So, I added a different hack, that simply replaces PNG images with GIF alternatives for IE.
FUDforum Core Developer
|
|
|
|
Re: 1 row per post? [message #16790 is a reply to message #16787] |
Wed, 18 February 2004 14:29 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You could do that I suppose. You can get rid of the hack in the old code very easily. Simply open lib.js (forum's main web dir) go to the bottom of the file and remove the IE hack, it is clearly labeled.
FUDforum Core Developer
|
|
|
Re: 1 row per post? [message #16798 is a reply to message #16790] |
Wed, 18 February 2004 15:54 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
And I was wondering why our server's error log was filled up with 404 requests for non existing GIFs . Thanks to this thread I now know the answer.
Olliver
|
|
|