25.07.2014, 08:46
Änderungen in den Forum Bit Templates.
(Bitte alle ersetzen)
forumbit_depth1_cat
forumbit_depth1_cat_subforum
forumbit_depth1_forum_lastpost
forumbit_depth2_cat
forumbit_depth2_forum
forumbit_depth2_forum_lastpost
forumbit_depth3
forumbit_depth3_statusicon
Nun hoffe ich das es bei Dir geht
(Bitte alle ersetzen)
forumbit_depth1_cat
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody>
{$sub_forums}
</tbody>
</table>
forumbit_depth1_cat_subforum
Code:
<tr>
<td class="tcat" colspan="2"><strong>» <a href="{$forum_url}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}
forumbit_depth1_forum_lastpost
Code:
<a href="{$lastpost_link}" title="{$full_lastpost_subject}" class="lastpost">Last</a>
forumbit_depth2_cat
Code:
<tr>
<td class="{$bgcolor} forum_{$lightbulb['folder']}" valign="middle" onclick="location.href='{$forum_url}';">
<div class="smalltext">{$forum['description']}{$subforums}</div>
<strong><a href="{$forum_url}" class="forum_{$lightbulb['folder']}">{$forum['name']}</a></strong>
<div class="lastbytext">{$posts}{$unapproved['unapproved_posts']} {$lang->forumbit_posts}. {$lang->gomobile_lastpost} {$lastpost_date}</div>
</td>
<td class="{$bgcolor} forum_{$lightbulb['folder']}" valign="middle" width="1" align="right">{$lastpost}</td>
</tr>
forumbit_depth2_forum
Code:
<tr>
<td class="{$bgcolor} forum_{$lightbulb['folder']}" valign="middle" onclick="location.href='{$forum_url}';">
<strong><a href="{$forum_url}" class="forum_{$lightbulb['folder']}">{$forum['name']}</a></strong>
<div class="lastbytext">{$posts}{$unapproved['unapproved_posts']} {$lang->forumbit_posts}. {$lang->gomobile_lastpost} {$lastpost_date}</div>
<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor} forum_{$lightbulb['folder']}" valign="middle" width="1" align="right">{$lastpost}</td>
</tr>
forumbit_depth2_forum_lastpost
Code:
<a href="{$lastpost_link}" title="{$full_lastpost_subject}" class="lastpost">{$lang->gomobile_last}<img src="{$theme['imgdir']}/jump.gif" height="10" width="10" class="middle" alt="" /></a>
forumbit_depth3
Code:
<span class="trow3" onclick="location.href='{$forum_url}';" style="padding-left: 10px;">
<strong><a href="{$forum_url}" class="forum_{$lightbulb['folder']}">{$forum['name']}</a></strong>
</span>
forumbit_depth3_statusicon
Code:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="middle" width="12" height="12" />
Nun hoffe ich das es bei Dir geht

Mit freundlichen Grüßen
MrBrechreiz
MrBrechreiz