YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Top butten » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 2.270 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen Top butten
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
USS Enterprise
Mitglied


images/avatars/avatar-4423.jpg

Dabei seit: 08.10.05
Beiträge: 52
Forenversion: 3.0

 Top butten Antworten Zitieren Editieren Melden       UP

Hi also ich habe folgendes Problem ich will einen neuen butten in die oberste leise einfügen hab ich auch scon alles mal gemacht und es ging auch jetzt bin ich mit meinem Forum umgezogen will es wieder einbauchen und bin am verzweischfeln. Ich geh in ACP dann editier ich den header mit einem entsprechenden cod
code:
1:
<a href="hmportal.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="Portal" title="Portal" /></a>

nur wird er nicht eingefügt es passiert nicht ich hab sogar schon den kompletten cod gelöscht und es hat sich nicht verändert.

Gesammter cod
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td class="mainpage" align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
     <td class="logobackground" align="center"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
    <tr>
     <td align="center"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a>
     <a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then>
     <else><a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if>
     <a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a>
     <a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a>
     <a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a>
     <a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a>
     <a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a>
     <a href="hmportal.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="Portal" title="Portal" /></a>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if>
     <a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a></span></td>
    </tr>     
   </table><br />


Kann gut sein das ich was übersehen hab aber so müsste doch alles stimmen oder? das gif ist auch im entsprechenden styl ordner
02.03.06 16:39 USS Enterprise ist offline E-Mail WWW Finden Als Freund hinzufügen
nanox_1
Mitglied


images/avatars/avatar-3383.jpg

Dabei seit: 07.10.05
Beiträge: 147
Forenversion: 2.3.4

Antworten Zitieren Editieren Melden       UP

gib mal kompletten header als anhang bitte
02.03.06 16:46 nanox_1 ist offline E-Mail Finden Als Freund hinzufügen
KleenMicha KleenMicha ist männlich
Webentwickler


images/avatars/avatar-5745.jpg

Dabei seit: 16.01.04
Beiträge: 2.592
Fähigkeiten: WBB3 Fortgeschritten; WBB2 Profi

Antworten Zitieren Editieren Melden       UP

Wenn du den folgenden Code benutzt wird die Grafik angezeigt, es kann nurnoch daran scheitern dass die Grafik nicht vorhanden ist, und wenn dies der Fall ist sollte der Alternativtext erscheinen.

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td class="mainpage" align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
     <td class="logobackground" align="center"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
    <tr>
     <td align="center"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a>
     <a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then>
     <else><a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if>
     <a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a>
     <a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a>
     <a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a>
     <a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a>
     <a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a>
     <a href="hmportal.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="Portal" title="Portal" /></a>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if>
     <a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a>
<a href="hmportal.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="Portal" title="Portal" /></a></span></td>
    </tr>     
   </table><br />


@nanox_1: schau dir mal den ersten Beitrag genau an Augenzwinkern .

__________________
Gruß Micha
02.03.06 16:47 KleenMicha ist offline E-Mail WWW Finden Als Freund hinzufügen Füge KleenMicha in deine Kontaktliste ein MSN Passport-Profil von KleenMicha anzeigen
nanox_1
Mitglied


images/avatars/avatar-3383.jpg

Dabei seit: 07.10.05
Beiträge: 147
Forenversion: 2.3.4

Antworten Zitieren Editieren Melden       UP

großes Grinsen KleenMicha mir nicht so aufgefallen meiner ist ein Stück grösser schon genug reingehauen Freude

Ich nehme alles zurück
02.03.06 16:51 nanox_1 ist offline E-Mail Finden Als Freund hinzufügen
USS Enterprise
Mitglied


images/avatars/avatar-4423.jpg

Dabei seit: 08.10.05
Beiträge: 52
Forenversion: 3.0

Themenstarter Thema begonnen von USS Enterprise
Antworten Zitieren Editieren Melden       UP

so das teil ist eingefügt und ich hab auch auf speichern geklickt ich hab sogar das Templates cachen ausgeführt aber es tut sich nix alles beleibt gleich

Link zum board

http://www.st-board.de/Board/

Dieser Beitrag wurde 3 mal editiert, zum letzten Mal von USS Enterprise: 02.03.06 17:17.

02.03.06 16:56 USS Enterprise ist offline E-Mail WWW Finden Als Freund hinzufügen
nanox_1
Mitglied


images/avatars/avatar-3383.jpg

Dabei seit: 07.10.05
Beiträge: 147
Forenversion: 2.3.4

Antworten Zitieren Editieren Melden       UP

Die TPL in dem entsprechenden Style bearbeiten denn klappt das auch großes Grinsen

Dateianhang:
jpg 001.jpg (30 KB, 97 mal heruntergeladen)

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von nanox_1: 02.03.06 17:00.

02.03.06 16:59 nanox_1 ist offline E-Mail Finden Als Freund hinzufügen
USS Enterprise
Mitglied


images/avatars/avatar-4423.jpg

Dabei seit: 08.10.05
Beiträge: 52
Forenversion: 3.0

Themenstarter Thema begonnen von USS Enterprise
Antworten Zitieren Editieren Melden       UP

ok komisch sonst ging immer über standart nur wo füg ich da den cod genau ein bei meinen vesuchen landete der butten über den header^^

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td class="mainpage" align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
    <td style="background-image: url({$style['imagefolder']}/topline.gif); height:2px;"></td>
    </tr>
     <td class="logobackground" align="left"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
    <tr>
    <td style="background-image: url({$style['imagefolder']}/headerline.gif); height:4px;"></td>
    </tr>
     <td align="right" style="background-image: url({$style['imagefolder']}/top_bg.gif);"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a><a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then><else><a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if><a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a><a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a><a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a><a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a><a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if><a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a></span></td>
    </tr>
    <tr>
      <td style="background-image: url({$style['imagefolder']}/headerline.gif); height:8px;"></td>
    </tr>
   </table><br />
   
02.03.06 17:05 USS Enterprise ist offline E-Mail WWW Finden Als Freund hinzufügen
nanox_1
Mitglied


images/avatars/avatar-3383.jpg

Dabei seit: 07.10.05
Beiträge: 147
Forenversion: 2.3.4

Antworten Zitieren Editieren Melden       UP

teste mal deine URL oben geht nicht

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td class="mainpage" align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
    <td style="background-image: url({$style['imagefolder']}/topline.gif); height:2px;"></td>
    </tr>
     <td class="logobackground" align="left"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
    <tr>
    <td style="background-image: url({$style['imagefolder']}/headerline.gif); height:4px;"></td>
    </tr>
     <td align="right" style="background-image: url({$style['imagefolder']}/top_bg.gif);"><a href="hmportal.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="Portal" title="Portal" /></a><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a><a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then><else><a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if><a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a><a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a><a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a><a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a><a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if><a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a></span></td>
    </tr>
    <tr>
      <td style="background-image: url({$style['imagefolder']}/headerline.gif); height:8px;"></td>
    </tr>
   </table><br />

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von nanox_1: 02.03.06 17:11.

02.03.06 17:10 nanox_1 ist offline E-Mail Finden Als Freund hinzufügen
USS Enterprise
Mitglied


images/avatars/avatar-4423.jpg

Dabei seit: 08.10.05
Beiträge: 52
Forenversion: 3.0

Themenstarter Thema begonnen von USS Enterprise
Antworten Zitieren Editieren Melden       UP

öhm einer hat gerade mein forum gehackt das finde ich jetzt nicht witzig

*G* war selber darn schuld

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von USS Enterprise: 02.03.06 17:18.

02.03.06 17:12 USS Enterprise ist offline E-Mail WWW Finden Als Freund hinzufügen
nanox_1
Mitglied


images/avatars/avatar-3383.jpg

Dabei seit: 07.10.05
Beiträge: 147
Forenversion: 2.3.4

Antworten Zitieren Editieren Melden       UP

Zitat:
lol wo hab ich mein paswort gepostet?
na hier hast du es gemacht großes Grinsen

sowas macht man doch nicht

Dieser Beitrag wurde 4 mal editiert, zum letzten Mal von nanox_1: 02.03.06 17:19.

02.03.06 17:15 nanox_1 ist offline E-Mail Finden Als Freund hinzufügen
USS Enterprise
Mitglied


images/avatars/avatar-4423.jpg

Dabei seit: 08.10.05
Beiträge: 52
Forenversion: 3.0

Themenstarter Thema begonnen von USS Enterprise
Antworten Zitieren Editieren Melden       UP

hab ich erwähnt das ich den E-Mail server noch nicht eingerichtet hab ? sprich e-mails übers board gehen noch nicht^^

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von USS Enterprise: 02.03.06 17:24.

02.03.06 17:21 USS Enterprise ist offline E-Mail WWW Finden Als Freund hinzufügen
nanox_1
Mitglied


images/avatars/avatar-3383.jpg

Dabei seit: 07.10.05
Beiträge: 147
Forenversion: 2.3.4

Antworten Zitieren Editieren Melden       UP

gut klappt wieder alles ???
weiter zur sache klappt es mit den Button ?
02.03.06 17:25 nanox_1 ist offline E-Mail Finden Als Freund hinzufügen
USS Enterprise
Mitglied


images/avatars/avatar-4423.jpg

Dabei seit: 08.10.05
Beiträge: 52
Forenversion: 3.0

Themenstarter Thema begonnen von USS Enterprise
Antworten Zitieren Editieren Melden       UP

öhm ich hab mein PW noch nicht^^ die E-Mail funktion im board ist noch offline



OK der butten funktioniert jetzt auch THX für die hilfe^^

Ach mal ne frage wie hast du das mit dem Mailserver gemacht?

Dieser Beitrag wurde 2 mal editiert, zum letzten Mal von USS Enterprise: 02.03.06 17:43.

02.03.06 17:28 USS Enterprise ist offline E-Mail WWW Finden Als Freund hinzufügen
nanox_1
Mitglied


images/avatars/avatar-3383.jpg

Dabei seit: 07.10.05
Beiträge: 147
Forenversion: 2.3.4

Antworten Zitieren Editieren Melden       UP

ich war es nicht gewesen denke mal einstellung im ACP Email.
02.03.06 17:46 nanox_1 ist offline E-Mail Finden Als Freund hinzufügen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Top butten