The_Ghost
23.10.2007, 16:53
Ich hab versucht die Buddyliste von vbcms (Bild 2) in die Sidebar einzubauen siehe ( Bild 1 )
Leider hat es nicht ganz geklappt ...
weiß jemand wo da der fehler ist ?
So wie es im Bild 2 aussieht soll es auch im Bild 1 aussehen!
Hier der Code :
Template : Portal_buddylist
<form action="$vbcmsoptions[vbcms_url]private.php" method="post" name="buddyform">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="3"><a href="#top" onclick="return toggle_collapse('module_$module_row[id]')" style="float:right"><img alt="" border="0" id="collapseimg_module_$module_row[id]" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg.gif" /></a><a href="#" onclick="window.open('$vbcmsoptions[vbcms_url]misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">Freundesliste</a></td>
</tr>
</thead>
<tbody id="collapseobj_module_$module_row[id]" style="$collapse">
<tr>
<td class="thead" align="center" colspan="3"><span class="smallfont">-- <strong>$vbphrase[online]</strong> --</span></td>
</tr>
$onlineusers
<if condition="!$show['onlineusers']">
<td class="alt1" colspan="3"><span class="smallfont">Keine Freunde online</span></td>
</if>
<tr>
<td class="thead" align="center" colspan="3"><span class="smallfont">-- <strong>$vbphrase[offline]</strong> --</span></td>
</tr>
$offlineusers
<if condition="!$show['offlineusers']">
<td class="alt1" colspan="3"><span class="smallfont">Keine Freunde offline</span></td>
</if>
<!--<tr>
<td class="tfoot" align="center" colspan="3">
<input type="submit" class="button" value="$vbphrase[pm_users]" title="$vbphrase[send_private_message_to_selected_users]" />
</td>
</tr>-->
</tbody>
</table>
</form><br />
Leider hat es nicht ganz geklappt ...
weiß jemand wo da der fehler ist ?
So wie es im Bild 2 aussieht soll es auch im Bild 1 aussehen!
Hier der Code :
Template : Portal_buddylist
<form action="$vbcmsoptions[vbcms_url]private.php" method="post" name="buddyform">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="3"><a href="#top" onclick="return toggle_collapse('module_$module_row[id]')" style="float:right"><img alt="" border="0" id="collapseimg_module_$module_row[id]" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg.gif" /></a><a href="#" onclick="window.open('$vbcmsoptions[vbcms_url]misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">Freundesliste</a></td>
</tr>
</thead>
<tbody id="collapseobj_module_$module_row[id]" style="$collapse">
<tr>
<td class="thead" align="center" colspan="3"><span class="smallfont">-- <strong>$vbphrase[online]</strong> --</span></td>
</tr>
$onlineusers
<if condition="!$show['onlineusers']">
<td class="alt1" colspan="3"><span class="smallfont">Keine Freunde online</span></td>
</if>
<tr>
<td class="thead" align="center" colspan="3"><span class="smallfont">-- <strong>$vbphrase[offline]</strong> --</span></td>
</tr>
$offlineusers
<if condition="!$show['offlineusers']">
<td class="alt1" colspan="3"><span class="smallfont">Keine Freunde offline</span></td>
</if>
<!--<tr>
<td class="tfoot" align="center" colspan="3">
<input type="submit" class="button" value="$vbphrase[pm_users]" title="$vbphrase[send_private_message_to_selected_users]" />
</td>
</tr>-->
</tbody>
</table>
</form><br />