Beiträge von jabito

Read-Only-Modus

Das 01-Supportforum befindet sich im Read-Only-Modus. Es ist nicht mehr möglich sich zu registrieren, neue Themen zu erstellen oder auf bestehende Themen zu antworten.

Alle Inhalte stehen bis auf absehbare Zeit jedoch weiterhin lesend zur Verfügung.


Bei Fehlern oder Problemen mit PHP-Scripten von 01-Scripts.de erstellen Sie gerne einen Issue-Eintrag auf Github oder nehmen Sie per E-Mail Kontakt auf.

    another question, if i put this code in the header of the forum.
    then I don´t want to appear when the user is logged, is possible?

    - it is possible to get this table to a different site?


    i think is this but how integrate in other site. [global.php]


    /** default templates **/
    $header_pms = '';
    $header_acp = '';
    eval("\$css = \"".$tpl->get("css")."\";");
    eval("\$headinclude = \"".$tpl->get("headinclude")."\";");
    $lang->items['LANG_GLOBAL_COPYRIGHT'] = $lang->get("LANG_GLOBAL_COPYRIGHT", array('$boardversion' => $boardversion));
    eval("\$rotator = \"".$tpl->get("rotator")."\";");
    eval("\$footer = \"".$tpl->get("footer")."\";");
    if ($wbbuserdata['userid']) $usercbar_username = htmlconverter($wbbuserdata['username']);
    else $usercbar_username = '';
    eval("\$usercbar = \"".$tpl->get("usercbar")."\";");
    eval("\$header = \"".$tpl->get("header")."\";");


    if ($wbbuserdata['can_view_board'] == 0 && $filename != "login.php" && $filename != "logout.php" && $filename != "register.php" && $filename != "forgotpw.php") access_error();



    [Blockierte Grafik: http://img383.imageshack.us/img383/7442/loginlw7.th.jpg]

    I would like to cursor on a wbb a .ico or .cur. ; .ani does not support. firefox.



    <link rel="shortcut icon" href="icon.ico" />
    <link rel="stylesheet" href="style.css" type="text/css" />



    the doubt is permitted in wbb, and as to call css. in ie no problem but firefox is complicated.


    in this page are the post.
    http://www.yumyumro.net/

    ready! only modify catbit and boardbit especially add this line in the depth2 between <then> and depth2. "tableb".


    <td class="tableb" align="center"><img src="{$style['imagefolder']}/$boards[boardid]_icon.gif" alt="" title="" /></td>


    and erase this.
    <td><img src="{$style['imagefolder']}/$onoff.gif" alt="" title="" />&nbsp;&nbsp;</td>


    result. thx Michael for help. :P
    http://jabito.wiizdom.com/burbuja2/

    of course.


    Zitat

    index_boardbit variante 2 and B
    Suche nach: -----------
    <td class="tableb" align="center"><img src="{$style['imagefolder']}/$onoff.gif" alt="" title="" /></td>
    replace by: --------------- <td class="tableb" align="center"><img src="{$style['imagefolder']}/$boards[boardid]_icon.gif" alt="" title="" /></td>
    Suche nach: ----------- <td><img src="{$style['imagefolder']}/$onoff.gif" alt="" title="" />&nbsp;&nbsp;</td>
    replace by: --------------- <td align="center"><img src="{$style['imagefolder']}/$boards[boardid]_icon.gif" alt="" title="" /></td>


    mein boarbit
    <tr>
    <if($depth == 1)>
    <then>

    <td align="left" class="$tdclass"<if($boards['externalurl'] != '')><then> colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"</then><else> colspan="2"</else></if>><table cellpadding="0" cellspacing="0">
    <tr class="tablea_fc">
    <td><a href="board.php?boardid=$boards[boardid]&amp;sid=$session[hash]"><b>$boards[title]</b></a></td>
    <td align="left"><span class="normalfont"><a href="board.php?boardid=$boards[boardid]{$SID_ARG_2ND}"><b>$boards[title]</b></a></span><span class="smallfont">
    <if($boards['description']!="")><then><br />$boards[description]</then></if><if($subboardbit!="")><then><br />$subboardbit</then></if><if(isset($boards['useronline']) && $boards['useronline'])><then><br />($boards[useronline])</then></if></span></td>
    </tr>
    </table></td>

    </then>

    <else>


    <if($depth == 2)>
    <then>

    <td align="center"><img src="{$style['imagefolder']}/$boards[boardid]_icon.gif" alt="" title="" /></td>
    <td align="left" class="$tdclass"<if($boards['externalurl'] != '')><then> colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>"</then></if>><span class="normalfont"><a href="board.php?boardid=$boards[boardid]{$SID_ARG_2ND}"><b>$boards[title]</b></a></span><span class="smallfont">
    <if($boards['description']!="")><then><br />$boards[description]</then></if><if($subboardbit!="")><then><br />$subboardbit</then></if><if(isset($boards['useronline']) && $boards['useronline'])><then><br />($boards[useronline])</then></if>

    <if(isset($favorites) && $favorites)>
    <then><br /><b><a href="newthread.php?boardid=$boards[boardid]{$SID_ARG_2ND}">{$lang->items['LANG_START_NEWTHREAD']}</a> <a href="usercp.php?action=removesubscription&amp;boardid=$boards[boardid]{$SID_ARG_2ND}">{$lang->items['LANG_START_UNSUBSCRIBE']}</a></b></then>
    </if>

    </span></td>

    </then>

    <else>

    <td class="$tdclass" align="center">&nbsp;</td>
    <td class="$tdclass" align="left"<if($boards['externalurl'] != '')><then> colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>"</then></if>><table cellpadding="0" cellspacing="0">
    <tr class="tablea_fc">
    <td><a href="board.php?boardid=$boards[boardid]&amp;sid=$session[hash]"><b>$boards[title]</b></a></td>
    <td><span class="normalfont"><a href="board.php?boardid=$boards[boardid]{$SID_ARG_2ND}"><b>$boards[title]</b></a></span><span class="smallfont">
    <if($boards['description']!="")><then><br />$boards[description]</then></if><if($subboardbit!="")><then><br />$subboardbit</then></if><if(isset($boards['useronline']) && $boards['useronline'])><then><br />($boards[useronline])</then></if></span></td>
    </tr>
    </table></td>

    </else>
    </if>

    </else>
    </if>

    <if($boards['externalurl'] == '')><then>

    <td class="$tdclass" align="center" nowrap="nowrap"><span class="normalfont">$boards[postcount]</span></td>
    <td class="$tdclass" align="center" nowrap="nowrap"><span class="normalfont">$boards[threadcount]</span></td>
    <td class="$tdclass" nowrap="nowrap" align="left"><if($boards['threadcount']!=0)>

    <then>
    <if($showlastposttitle==1)>
    <then>

    <table border="0" cellspacing="0" cellpadding="0">
    <tr align="left" class="tableb_fc">
    <td nowrap="nowrap">&nbsp;&nbsp;$ViewPosticon&nbsp;</td>
    <td nowrap="nowrap"><span class="smallfont"><if($boards['threadprefix']!="" && $permissioncache[$boards['boardid']]['can_enter_board'] && $boards['password']=="")><then><span class="prefix">$boards[threadprefix]</span><br /></then></if> <if($permissioncache[$boards['boardid']]['can_enter_board'] && $boards['password']=="")><then><b><a href="thread.php?goto=lastpost&amp;threadid=$boards[lastthreadid]{$SID_ARG_2ND}" title="$boards[topic]">$topic</a></b></then><else><b>{$lang->items['LANG_START_UNKNOWN']}</b></else></if><br />$lastpostdate <span class="time">$lastposttime</span>&nbsp;{$lang->items['LANG_START_FROM']}&nbsp;<if($boards['lastposterid'])><then><b><a href="profile.php?userid=$boards[lastposterid]{$SID_ARG_2ND}">$boards[lastposter]</a></b></then><else>$boards[lastposter]</else></if></span></td>
    </tr>
    </table>

    </then>
    <else>

    <table style="width:100%">
    <tr class="tableb_fc">
    <td nowrap="nowrap" align="right" style="width:100%"><span class="smallfont">$lastpostdate <span class="time">$lastposttime</span><br />{$lang->items['LANG_START_FROM']} <if($boards['lastposterid'])><then><b><a href="profile.php?userid=$boards[lastposterid]{$SID_ARG_2ND}">$boards[lastposter]</a></b></then><else>$boards[lastposter]</else></if></span></td>
    <td><a href="thread.php?goto=lastpost&amp;threadid=$boards[lastthreadid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/lastpost.gif" border="0" alt="{$lang->items['LANG_START_GOTO_LASTPOST']}" title="{$lang->items['LANG_START_GOTO_LASTPOST']}" /></a></td>
    </tr>
    </table>

    </else>
    </if>
    </then>

    <else>
    <div align="center"><span class="smallfont">{$lang->items['LANG_START_NOPOSTS']}</span></div>
    </else>

    </if></td>
    <if($hide_modcell==0 && (!isset($favorites) || !$favorites))><then><td class="$tdclass" align="center"><span class="smallfont"><if($moderatorbit!="")><then>$moderatorbit</then><else>&nbsp;</else></if></span></td></then></if>

    </then></if>
    </tr>



    hier forum : http://jabito.wiizdom.com/burbuja/index.php
    Ich fand hier der Hack aber ich kann nicht downloaden. (v.2.3.x)
    http://yourwbb.de/database.php?databaseid=48