come si modificano le grandezze delle celle???
cerca in BoardIndex.template e MessageIndex.template
//START Large Icon Board
echo '
<td class="windowbg2" width="10%
e modifica la grandezza del width

Dalla guida non capisco molto mi potresti dire dove e cosa devo modificare?
ora ti diko passo passo:
file BoardIndex.templateTROVA: <td colspan="3" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', '">
SOSTITUISCI: <td colspan="4" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', '">
TROVA: // If the board is new, show a strong indicator.
if ($board['new'])
echo '<img src="', $settings['images_url'], '/on.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// This board doesn't have new posts, but its children do.
elseif ($board['children_new'])
echo '<img src="', $settings['images_url'], '/on2.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// No new posts at all! The agony!!
else
echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" />';
echo '</a>
</td>
<td class="windowbg2">
<b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br />
', $board['description'];
SOSTITUISCI: // If the board is new, show a strong indicator.
if ($board['new'])
echo '<img src="', $settings['images_url'], '/on.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// This board doesn't have new posts, but its children do.
elseif ($board['children_new'])
echo '<img src="', $settings['images_url'], '/on2.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// No new posts at all! The agony!!
else
echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" />';
echo '</a></td>';
//START Large Icon Board
echo '
<td class="windowbg2" width="10%" align="center" valign="middle">
<a href="', $board['href'], '" name="b', $board['id'], '">
<img src="', $settings['images_url'], '/boardicon/', $board['id'], '.gif" alt="',$board['id'],'" />
</a>
</td>';
//END Large Icon Board
echo '
<td class="windowbg2">
<b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br />
', $board['description'];
file MessageIndex.templateTROVA: <td colspan="4" class="catbg">', $txt['parent_boards'], '</td>
SOSTITUISCI: <td colspan="5" class="catbg">', $txt['parent_boards'], '</td>
TROVA: // If the board is new, show a strong indicator.
if ($board['new'])
echo '<img src="', $settings['images_url'], '/on.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// This board doesn't have new posts, but its children do.
elseif ($board['children_new'])
echo '<img src="', $settings['images_url'], '/on2.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// No new posts at all! The agony!!
else
echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" />';
echo '</a>
</td>
<td class="windowbg2">
<b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br />
', $board['description'];
SOSTITUISCI: // If the board is new, show a strong indicator.
if ($board['new'])
echo '<img src="', $settings['images_url'], '/on.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// This board doesn't have new posts, but its children do.
elseif ($board['children_new'])
echo '<img src="', $settings['images_url'], '/on2.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// No new posts at all! The agony!!
else
echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" />';
echo '</a></td>';
//START Large Icon Board
echo '
<td class="windowbg2" width="10%" align="center" valign="middle">
<a href="', $board['href'], '" name="b', $board['id'], '">
<img src="', $settings['images_url'], '/boardicon/', $board['id'], '.gif" alt="',$board['id'],'" />
</a>
</td>';
//END Large Icon Board
echo '
<td class="windowbg2">
<b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br />
', $board['description'];
Aggiornato alla versione 1.1