cnoopi Posted September 28, 2004 Report Share Posted September 28, 2004 Hallo. Ich finde es einfach nicht. Wo kann ich die LOGin-Box umgestalten. Standartm??ig sieht di? Box ja so aus: ___________________ email Adresse: --------------#FELD Passwort: -----------------FELD Anmelden (Button) ___________________ Ich m?chte es gerne in einer Reihe haben, da ich nicht all zu viel Platz habe. 340x40px ist die gross, das Feld/Tabele, wo die {BOX_LOGIN} reinkommt. ____________________________________________________ email Adresse: Passwort: ---FELD------# ---FELD----# ALMELDEN ____________________________________________________ Wie und Wo kann ich das ?ndern? Unter TEMP/BRIDGE/BOXES hab ich nichst gefunden. Kann mir einer helfen? Danke im Voraus ! CNOOPI Link to comment Share on other sites More sharing options...
SvFricke Posted September 28, 2004 Report Share Posted September 28, 2004 Normalerweise in /Templates/..name../boxes/box_login.html Sven Link to comment Share on other sites More sharing options...
cnoopi Posted September 28, 2004 Author Report Share Posted September 28, 2004 Hallo Sven. Hab ich geschaut. Bei mir steht nur das: {config_load file="$language/lang_$language.conf" section="boxes"} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr> <td align="left" class="boxText"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">{$BOX_CONTENT}</font></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> So, und hier kann ich nichts ?ndern. Nicht viel zumindestens. Aber die reihenfolge, da drunter oder daneben kann ich hier nicht einstellen. Hab auch die .php Datei mir angeschaut. Da was alleine zu ?ndern, w?re mir zu viel :grml: MFG Link to comment Share on other sites More sharing options...
webkasper Posted September 29, 2004 Report Share Posted September 29, 2004 ... morg????????n .... schau mal unter: ...templates/dein Template/sources/boxes/box_login.php oder so ?hnlich, also in der PHP-Datei die f?r die Login-Box zust?ndig ist eben ... ciao, der webkasper Link to comment Share on other sites More sharing options...
SvFricke Posted September 29, 2004 Report Share Posted September 29, 2004 Richtig - du verwendest ein anderes Template als ich, (Benutze das standard template) da wurde das Handlicng f?r die Box den anderen angepasst. Bei mir sieht es so aus: {config_load file="$language/lang_$language.conf" section="boxes"} <table width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td class="infoBoxHeading_right"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="infoBoxHeading_right">{#heading_login#} </td> <td width="10"></td> </tr> </table></td> </tr> <tr> <td class="infoBox_right" align="right"><table width="95%" border="0" cellpadding="2" cellspacing="0"> <tr> <td class="boxText">{$FORM_ACTION} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="main">{$TEXT_EMAIL}</td> </tr> <tr> <td>{$FIELD_EMAIL}</td> </tr> <tr> <td class="main">{$TEXT_PWD}</td> </tr> <tr> <td><table width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td>{$FIELD_PWD} </td> <td>{$BUTTON}</td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table> Ansonsten musst du wie oben beschrieben in der php datei suchen. Sven Link to comment Share on other sites More sharing options...
cnoopi Posted September 29, 2004 Author Report Share Posted September 29, 2004 Morg??nn :bounce: @webkasper: du hattest recht. hab es auch da gefunden. hab unter SOURCE noch gar net geschaut. so ist das halt, man schaut oft da, wo es nicht drinne steht :wall: @SvFricke: meine BOX_LOGIN sah mal genauso aus, wie deine. hab die etwas abgesp????kt. ohne categorie_heading usw... vielen dank euch zwei. war *obersupereinfach* das ganze :bounce: :pint: MFG : CNOOPI Link to comment Share on other sites More sharing options...
cnoopi Posted September 29, 2004 Author Report Share Posted September 29, 2004 W?re ich heute Morgen lieber im Bett geblieben :wall: Finde ich einfach nicht, bzw. mein Programm: >> Erweiterte Suche : Wo kann ich das ?ndern? Hab die german.php durchgesucht - nichts gefunden. Hab das Programm durchsuchen lassen - nichts gefunden. Hab den gesamten xtC-Ordner durchsuchen lassen - findet er auch nicht. Bin ich Blind? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.