Demo

Probiere ClanSphere aus und teste daran herum. Demo

Codepaste - Details
Weitere Infos zum Codepaste

Name Umbau list.tpl des Gästebuchs
Autor de Ramires
CMS-Version ClanSphere 2007
Datei gbook/list.tpl
Datum 22.06.2007 um 08:16 Uhr
Beschreibung Umbau des Gästebuchs auf folgende Struktur:
- Info
- Text
- Uhrzeit/Editieren
Alter Code Alter 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.
1. / 2. / ... 
 <table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
<
tr>
<
td class="headb" colspan="3">
{
head:mod} - {head:action}
</
td>
</
tr>
<
tr>
<
td class="leftb">
{
icon:editpaste} {head:gbook_entry}
</
td>
<
td class="leftb">
{
icon:contents}  Gesamt {head:gbook_count}
</
td>
<
td class="rightb">
{
head:pages}
</
td>
</
tr>
</
table>
{
loop:gbook}
<
br />
<
table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
  <
tr>
    <
td class="bottom" style="width:160px"># {gbook:entry_count} <br />
        
{icon:personal} {gbook:users_nick} <br />
        {
gbook:icon_town} {gbook:town} <br />
        {
gbook:icon_mail} {gbook:icon_icq} {gbook:icon_msn} {gbook:icon_skype} {gbook:icon_url}<br />
    </
td>
    <
td class="leftb">{gbook:text}</td>
  </
tr>
  <
tr>
    <
td class="bottom">{gbook:time}</td>
    <
td class="leftb"><div style="float:right">{gbook:icon_edit} {gbook:icon_remove} {gbook:icon_ip}</div></td>
  </
tr>
</
table>
{
stop:gbook}
Neuer Code Neuer 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.
1. / 2. / ... 
 <table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
<
tr>
<
td class="headb" colspan="3">
{
head:mod} - {head:action}
</
td>
</
tr>
<
tr>
<
td class="leftb">
{
icon:editpaste} {head:gbook_entry}
</
td>
<
td class="leftb">
{
icon:contents}  Gesamt {head:gbook_count}
</
td>
<
td class="rightb">
{
head:pages}
</
td>
</
tr>
</
table>
{
loop:gbook}
<
br />
<
table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
    <
tr>
      <
td colspan="2" class="bottom"># {gbook:entry_count} {icon:personal} {gbook:users_nick} {gbook:icon_town} {gbook:town} {gbook:icon_mail} {gbook:icon_icq} {gbook:icon_msn} {gbook:icon_skype} {gbook:icon_url}</td>
    
</tr>
    <
tr>
      <
td colspan="2" class="leftb"><br>{gbook:text}<br><br></td>
    </
tr>
    <
tr>
      <
td class="bottom">{gbook:time}</td>
      <
td align="right" class="bottom">{gbook:icon_edit} {gbook:icon_remove} {gbook:icon_ip}</td>
    </
tr>
  </
table>
  </
table><br />
  <
hr></hr>
{
stop:gbook}
Zurück - Übersicht

Kommentare: 2
Seite [1]
Ramires ClanSphere Team

--

Ort: Waldeck
Beiträge: 2414
# 1 - 22.06.2007 um 08:19 Uhr

Hier ne kleine Voschau des codes:

Vorschau +-


Den dazugehörigen thread findet ihr hier:

Link +-

greetz der ramires,...

EDIT:

bitte am ende des codes

</table>
</table><br />
<hr></hr>
{stop:gbook}

das zweite </table> entfernen, des gehört da net hin,... kann leider net mehr nachträglich editieren,..

EDIT-ENDE




Zuletzt editiert von Ramires ClanSphere Team, am 22.06.2007 um 13:13 Uhr (1x Editiert)
denimator

27.11.2008

Ort: Karnabrunn
Beiträge: 325
# 2 - 22.06.2007 um 14:20 Uhr

Danke ... genial und funktioniert bei mir ohne Fehler


Bitte Login benutzen, um Kommentare zu schreiben.