boardicon1.1

Started by GenÇTürK, November 14, 2006, 09:05:18 PM

Previous topic - Next topic

GenÇTürK

Link to Mod
Rate this Mod

-- You can enter the board icon when you are adding a new board.
-- You can change it easy.
-- You can turn it on/off ( admin/current theme/themes and settings/Show icons before categories? )
-- Sent your images from FTP "Themes/current theme/images/icon/" put in this file

boardicon1.1
-- Child boards to show oneself confirm...


Xarcell

Does it work on child boards as well?

Lill-Micke

When is this great mod upgraded to SMF 1.1 Final boards?
On my page:
MKPortal M1.1.1
SMF 1.1.1

WhatsUp

Quote from: Xarcell on November 17, 2006, 10:25:03 PM
Does it work on child boards as well?
10.     Execute Modification     ./Sources/Subs-Boards.php     Test failed
It appears not.
Disappointing that the modder has not returned here.
History Hunters: http://historyhuntersinternational.org/
Enter: test/test
SMF and TinyPortal

chep

#4
This mod has a side effect of invalid xhtml

valign="center"

Error Line 167 column 68: value of attribute "valign" cannot be "center"; must be one of "top", "middle", "bottom", "baseline".
...dowbg2" width="32"  align="center" valign="center">

Fixed with this example
in $themedir/BoardIndex.template.php
<td ' , !empty($board['children']) ? 'rowspan="2"' : '' , ' class="windowbg2" width="32"  align="center" valign="middle">

in $themedir/MessageIndex.template.php

<td ' , !empty($board['children']) ? 'rowspan="2"' : '' , ' class="windowbg2" width="32"  align="center" valign="middle">

Advertisement: