ecco, scusa il ritardo ma ho avuto un po di problemi:
"Large Icon Board" per il tema Electron
file
Boardindex.template.phpCerca:<td colspan="5" class="catbg', $category['new'] ? '2' : '', '" height="20">';
Sostituisci:<td colspan="6" class="catbg', $category['new'] ? '2' : '', '" height="20">';
Cerca: echo '<tr><b>
<td height="20" class="windowbg3"> </td>
<td height="20" class="windowbg3">Board</td>
<td height="20" class="windowbg3">Topics</td>
<td height="20" class="windowbg3">Posts</td>
<td height="20" class="windowbg3" width="27%">Last Post Info</td></b>
</tr>';
Sostituisci: echo '<tr><b>
<td height="20" class="windowbg3"> </td>
<td height="20" class="windowbg3"> </td>
<td height="20" class="windowbg3">Board</td>
<td height="20" class="windowbg3">Topics</td>
<td height="20" class="windowbg3">Posts</td>
<td height="20" class="windowbg3" width="27%">Last Post Info</td></b>
</tr>';
Cerca: // 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], '" border="0" />';
// 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], '" border="0" />';
// No new posts at all! The agony!!
else
echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" border="0" />';
//Electron changes
echo '</a></td>
<td>
<b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br /><font style="font-size: 10px;color: rgb(67, 73, 81);">
', $board['description'];
echo '</font>';
//end Electron Changes
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], '" border="0" />';
// 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], '" border="0" />';
// No new posts at all! The agony!!
else
echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" border="0" />';
//Electron changes
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>
<b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br /><font style="font-size: 10px;color: rgb(67, 73, 81);">
', $board['description'];
echo '</font>';
//end Electron Changes
Cerca: echo '<tr><td height="20" colspan="5" style="background-color: rgb(188, 208, 237)"></td></tr>
</table></div>
<br />';//End Electron Changes
Sostituisci: echo '<tr><td height="20" colspan="6" style="background-color: rgb(188, 208, 237)"></td></tr>
</table></div>
<br />';//End Electron Changes
file
Messageindex.template.phpCerca: <td colspan="4">', $txt['parent_boards'], '</td>
Sostituisci: <td colspan="5">', $txt['parent_boards'], '</td>
Cerca: // Is this board itself new?
if ($board['new'])
echo '<img src="', $settings['images_url'], '/on.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
// Is one of this board's children new, then?
elseif ($board['children_new'])
echo '<img src="', $settings['images_url'], '/on2.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
// I guess it's not new at all.
else
echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" border="0" />';
echo '</a></td>
<td align="left">
<b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br />
', $board['description'];
Sostituisci: // Is this board itself new?
if ($board['new'])
echo '<img src="', $settings['images_url'], '/on.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
// Is one of this board's children new, then?
elseif ($board['children_new'])
echo '<img src="', $settings['images_url'], '/on2.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
// I guess it's not new at all.
else
echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" border="0" />';
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>
</td>';
//END Large Icon Board
echo '
<td align="left">
<b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br />
', $board['description'];