Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [Wbblite] Wbblite Seitentabelle | Links und Ansicht (https://www.gegen-bilderklau.net/thread.php?threadid=170465)
Geschrieben von Lia. am 08.04.2010 um 17:54:
Wbblite Seitentabelle | Links und Ansicht
Julchen hat die Suche benutzt.
Die Suche hat nichts ausgespukt.
Julchen fragt einfach nach.
Ich bin grade dabei eine Seitentabelle bei mir Einzubauen.
Klappt auch super, wenn auch nicht super schnell :'D
Meine Frage oder eher mein Problem. :/
Ich moechte in die Tabelle wenn man nicht Mitglied ist, halt die Registrierung.
Wenn man Angemeldet ist, dass dies halt verschwindet (:
Kann mir da jemand weiterhelfen? (:
Geschrieben von cathminth am 10.04.2010 um 16:17:
Meiner Meinung nach setzt du dazu einfach $usercp_or_register an die Stelle, wo Profil/Registrieren hin soll. So hast du als Gast dort den Registrierungs-Button und als Mitglied den für's User-CP.
Diese Funktion ist von Anfang an im WBBLite eingebaut, geht meist nur verloren, sobald man sich selbst an eigene header.tpl setzt.
Wenn du aber nichts da stehen haben willst, wenn du eingeloggt bist, müsstest du entweder den Code in der global.php umschreiben oder eine leere header_usercp.tpl hochladen.
Geschrieben von Lia. am 18.08.2010 um 18:33:
Mh nee. :/
Das Problem ist ich haabe ja eine Seitentab. :/
Kann mir da nicht vllt. irgendwer weiterhelfen?
Wenn ich als Gast da bin soll oben in die Tab 'Register' hin.
Wenn ich mich einlogge soll da 'Profil' hin.
WEnn ich als Admin angemeldet bin soll unter 'start' 'Admin control Panel' stehen.
Ich kriege es einfach nicht gebacken.
Ach das bei Götter &' so überall Memberlist steht ist absicht weil mir noch die links fehlen. (;
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="17%">
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}">
<tr>
<td bgcolor="{tabletitlecolor}" id="tabletitle">
<p align="left"><font face="tahoma" size="2" >N A V I G A T I O N </font></p>
</td>
</tr>
<tr id="tableb" bgcolor="{tablecolorb}">
<td>
<table>
<tr>
<td>
» <a href="register.php?sid=$session[hash]"><font face="tahoma" size="2">Register</font></a><br>
» <a href="usercp.php?sid=$session[hash]"><font face="tahoma" size="2">Profil</font></a><br>
» <a href="memberslist.php?sid=$session[hash]"><font face="tahoma" size="2">Mitgliederliste</font></a><br>
» <a href="team.php?sid=$session[hash]"><font face="tahoma" size="2">Team</font></a><br>
» <a href="search.php?sid=$session[hash]"><font face="tahoma" size="2">Suche</font></a><br>
» <a href="misc.php?action=faq&sid=$session[hash]"><font face="tahoma" size="2">FAQ</font></a><br>
» <a href="index.php?sid=$session[hash]"><font face="tahoma" size="2">Start</font></a><br>
» <a href="acp/index.php" target="_blank"><font face="tahoma" size="2">Admin Control Panel</a><br><br>
» <a href="memberslist.php?sid=$session[hash]"><font face="tahoma" size="2">Storyline</font></a><br>
» <a href="memberslist.php?sid=$session[hash]"><font face="tahoma" size="2">Erklärung</font></a><br>
» <a href="memberslist.php?sid=$session[hash]"><font face="tahoma" size="2">Regeln</font></a><br>
» <a href="memberslist.php?sid=$session[hash]"><font face="tahoma" size="2">Götter</font></a><br><br>
» <a href="memberslist.php?sid=$session[hash]"><font face="tahoma" size="2">Bildnachweiß</font></a><br>
» <a href="memberslist.php?sid=$session[hash]"><font face="tahoma" size="2">Impressum</font></a><br>
</table>
</td>
</tr>
$header_pm
$header_login
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}">
<tr>
<td bgcolor="{tabletitlecolor}" id="tabletitle">
<p align="left"><font face="tahoma" size="2"> N E W S </font></p>
</td>
</tr>
<tr id="tableb" bgcolor="{tablecolorb}">
<td>
<table>
<tr>
<td>
<font face="tahoma" size="2">Das Forum befindet sich im<br>Aufbau.</font>
</table>
</td>
</tr>
$header_pm
$header_login
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}">
<tr>
<td bgcolor="{tabletitlecolor}" id="tabletitle">
<p align="left"><font face="tahoma" size="2"">W E A T H E R</font></p>
</td>
</tr>
<tr id="tableb" bgcolor="{tablecolorb}">
<td>
<table>
<tr>
<td>
<font face="tahoma" size="2">Wetter. <3</font>
</table>
</td>
</tr>
$header_pm
$header_login
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}">
<tr>
<td bgcolor="{tabletitlecolor}" id="P L O T L I N E ">
<p align="left"><font face="tahoma" size="2">P L O T L I N E</font></p>
</td>
</tr>
<tr id="tableb" bgcolor="{tablecolorb}">
<td>
<table>
<tr>
<td>
<img src="http://earth.square7.de/Blau/Plotline.jpg"><br>
<font face="tahoma" size="2">Derzeit kein Plot vorhanden.</font>
</table>
</td>
</tr>
$header_pm
$header_login
</table><br>
</td>
<td width="94%">
<table width="{tableoutwidth}" cellpadding=0 cellspacing=1 align="center" border=0 bgcolor="{tableoutbordercolor}">
<tr>
<td bgcolor="{mainbgcolor}" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td {imageback} align="center"><a href="index.php?sid=$session[hash]"><center>{imagelogo}</center></a><br><br
></td></tr>
<tr>
<td align="center" class="topnavi" valign="bottom" nowrap><smallfont>$usercp_or_register
</td>
</tr>
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
|
|
Geschrieben von bolop am 18.08.2010 um 19:22:
Es ist normalerweiße richtig so wie es Juliana gesagt hat. Du musst $usercp umcoden...
sprich bei usercp die navi rein und bei register das normale wie sonst
Geschrieben von Lia. am 18.08.2010 um 19:28:
ahja. (:
das problem ist ich habe da so lange nichts mehr gemacht dass ich null durchblick mehr habe. :/
das zweite problem ist ja auch noch das mit dem acp. ..
Geschrieben von bolop am 18.08.2010 um 19:39:
wenn ned machsu dir selbst nen admin button einfach hin^^
Geschrieben von Lia. am 18.08.2010 um 19:43:
ja aber ich würd's ja gerne in der tab haben.
magts u mir denn mal genau erklären wie ich das dann machen soll momentan nach so einemd reiverteljahr steh ich einfach nur noch auf'm schlauch.
Geschrieben von bolop am 18.08.2010 um 19:46:
Dazu müsst ich jetzt nen Testwebspace dafür haben ^^
Geschrieben von Lia. am 18.08.2010 um 20:00:
Mhm Bescheidene Sache..
Geschrieben von bolop am 18.08.2010 um 20:05:
Wenn du mir eins zur Verfügung stellst dann schau ich mal vorbei..
Forensoftware: Burning Board, entwickelt von WoltLab GmbH