Was ist hier los?
BenediktRB.de

Willkommensbox mit Suche

Diese Veränderung lässt die Willkommen / Willkommen zurück Box anders aussehen. Es steht nur noch eine Zeile dort, wo Herzlich Willkommen steht + Uhrzeit und darunter eine Suche.

Suche im index Template:

<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder"> <if($wbbuserdata['userid']==0)> <then> <tr> <td class="tablea" align="left"><span class="normalfont"><b>{$lang->items['LANG_START_WELCOME_TITLE']}</b></span></td> </tr> <tr> <td class="tableb" align="left" style="text-align: justify"><span class="smallfont">{$lang->items['LANG_START_WELCOME']}</span></td> </tr> </then> <else> <tr> <td class="tablea"><table style="width:100%" cellspacing="0" cellpadding="0" border="0"> <tr class="tablea_fc"> <td align="left"><span class="smallfont">{$lang->items['LANG_START_WELCOMEBACK']} <b>$usercbar_username</b> <a href="logout.php{$SID_ARG_1ST}">{$lang->items['LANG_START_LOGOUT']}</a><br /><b><a href="search.php?action=new{$SID_ARG_2ND}">{$lang->items['LANG_START_NEWPOSTS']} $lastvisitdate <span class="time">$lastvisittime</span>.</span></td> <td align="right"><span class="smallfont">{$lang->items['LANG_START_CURRENTTIME']} <span class="time">$currenttime</span>.<br />{$lang->items['LANG_START_TIMEZONE']}</span></td> </tr> </table></td> </tr> </else> </if> </table><br />

Lösche ihn und setze dafür folgendes ein:

<table cellpadding="{$style['tableincellpadding']}" cellspacing="0" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}; border: 1px #000 solid;" class="tableinborder"> <if($wbbuserdata['userid']==0)> <then> <tr> <td class="tablea" align="left"><span class="normalfont"><b>{$lang->items['LANG_START_WELCOME_TITLE']}</b></span></td> </tr> <tr> <td class="tableb" align="left" style="text-align: justify"><span class="smallfont">{$lang->items['LANG_START_WELCOME']}</span></td> </tr> </then> <else> <tr class="tablecat"> <td align="left" nowrap="nowrap"><span class="smallfont">{$lang->items['LANG_START_WELCOMEBACK']} <b>$usercbar_username</b> <a href="logout.php?sid=$session[hash]">{$lang->items['LANG_START_LOGOUT']}</a></span></td> <td align="right" nowrap="nowrap"><span class="smallfont">Es ist: $currenttime am $currentdate</span></td> </tr> <tr> <td align="left" colspan="6" class="tabletitle" style="border-top: 1px #000 solid;"> <if(checkpermissions("can_use_search")==1)> <then> <form action="search.php" method="post"> <input type="hidden" name="sid" value="$session[hash]" /> <input type="hidden" name="topiconly" value="0" /> <input type="hidden" name="showposts" value="0" /> <input type="hidden" name="beforeafter" value="after" /> <input type="hidden" name="searchdate" value="0" /> <input type="hidden" name="sortorder" value="desc" /> <input type="hidden" name="sortby" value="lastpost" /> <input type="hidden" name="send" value="send" /> <input type="hidden" name="boardids[]" value="*" /> <span class="smallfont"><b>Suche: </b></span><input type="text" name="searchstring" value="" class="input" size="30" /> </form> </then> </if> </td> </tr> </else> </if> </table><br />

Die Angabe: border: 1px #000 solid; in der ersten Zeile (die von