FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Minor: announcements placement
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Minor: announcements placement [message #11900 is a reply to message #11899] Tue, 22 July 2003 11:35 Go to previous messageGo to previous message
ctbk is currently offline  ctbk   Italy
Messages: 142
Registered: April 2002
Location: Milan, Italy
Karma:
Senior Member
Anyway, I think colspans in Announcements & Moved Topic entries are wrong.

in thread_view_common.inc.t, line 73:
$ann_cols = ($ENABLE_THREAD_RATING == 'Y' ? 9 : 8) + $MOD;

should be
$ann_cols = ($ENABLE_THREAD_RATING == 'Y' ? 8 : 7) + $MOD;

and in thread.tmpl, line 175:
<td class="RowStyleB" colspan=10 align="center" class="GenText">{MSG: was_moved_msg}</td>

should depend upon a variable, but it doesn't. If you have thread rating enabled this line should become:
<td class="RowStyleB" colspan=7 align="center" class="GenText">{MSG: was_moved_msg}</td>

else:
<td class="RowStyleB" colspan=8 align="center" class="GenText">{MSG: was_moved_msg}</td>


But in this way the extra TD you have in the table when you are a moderator/administrator is not considered in the moved topic row.


~
~
:wq

[Updated on: Tue, 22 July 2003 12:18]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Back button
Next Topic: Group Leaders Bugs
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Sep 29 12:13:21 GMT 2024

Total time taken to generate the page: 0.05697 seconds