Demo

Probiere ClanSphere aus und teste daran herum. Demo

Codepaste - Details
Weitere Infos zum Codepaste

Name Forumansicht - list.tpl
Autor de UnKn0wn
CMS-Version ClanSphere 2008
Datei board/list.tpl
Datum 04.11.2008 um 10:25 Uhr
Beschreibung Änderung der Forenansicht wie auf unserer Webseite www.sebel-design.com auf der Forenseite. Zu editierende Datei themes/base/board/list.tpl.
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.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
1. / 2. / ... 
 <table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
 <
tr>
  <
td class="headb" colspan="5">Codepaste Übersicht</td>
 </
tr>
 <
tr>
  <
td class="centerb" style="width:20%"><a href="/modules/board/new">{lang:new}</a></td>
  <
td class="centerb" style="width:20%"><a href="/modules/board/active">{lang:active}</a></td>
  <
td class="centerb" style="width:20%"><a href="/modules/board/toplist">{lang:toplist}</a></td>
  <
td class="centerb" style="width:20%"><a href="/modules/board/stats">{lang:stats}</a></td>
  <
td class="centerb" style="width:20%"><a href="/modules/board/search">{lang:search}</a></td>
 </
tr>
 <
tr>
  <
td class="leftc" colspan="2"><a href="/modules/board/list">{lang:board}</a>
    {if:
category} -> {category:name}{stop:category}</td>
  <
td class="rightc" colspan="3"><a href="/modules/board/mark">{lang:mark_all}</a></td>
 </
tr>
</
table>
<
br />

{
head:message}

<
table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
 <
tr>
  <
td class="headb" colspan="2">{lang:board}</td>
  <
td class="headb">{lang:topics}</td>
  <
td class="headb">{lang:replies}</td>
  <
td class="headb">{lang:lastpost}</td>
 </
tr>
 {
loop:categories}
 <
tr>
  <
td class="leftc" colspan="5">
    {
categories:blank}<a href="{categories:list_url}">{categories:categories_name}</a>
  </
td>
 </
tr>
   {
loop:board}
   <
tr>
    <
td class="leftb" style="width:{categories:iconwidth}px">{categories:blank}{board:icon}</td>
    <
td class="leftb"><strong><a href="{board:listcat_url}">{board:board_name}</a></strong>
      <
br />{board:board_text}</td>
    <
td class="rightb" style="width:60px">{board:board_topics}</td>
    <
td class="rightb" style="width:60px">{board:board_comments}</td>
    <
td class="leftb" style="width:180px">
      <
a href="{board:last_url}">{board:last_name}</a>
      <
br />{board:last_time}
      <
br />{board:of} {board:last_usernick}</td>
   </
tr>
   {
stop:board}
 {
stop:categories}
 <
tr>
  <
td class="rightc" colspan="5"><a href="/modules/board/mark">{lang:mark_all}</a></td>
 </
tr>
</
table>
<
br />
{
board:statistik}
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.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
1. / 2. / ... 
 <table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
 <
tr>
  <
td class="headb" colspan="5">Codepaste Übersicht</td>
 </
tr>
 <
tr>
  <
td class="centerb" style="width:20%"><a href="/index.php?mod=board&action=new">{lang:new}</a></td>
  <
td class="centerb" style="width:20%"><a href="/index.php?mod=board&action=active">{lang:active}</a></td>
  <
td class="centerb" style="width:20%"><a href="/index.php?mod=board&action=toplist">{lang:toplist}</a></td>
  <
td class="centerb" style="width:20%"><a href="/index.php?mod=board&action=stats">{lang:stats}</a></td>
  <
td class="centerb" style="width:20%"><a href="/index.php?mod=board&action=search">{lang:search}</a></td>
 </
tr>
 <
tr>
  <
td class="leftc" colspan="2"><a href="/index.php?mod=board&action=list">{lang:board}</a>
    {if:
category} -> {category:name}{stop:category}</td>
  <
td class="rightc" colspan="3"><a href="/index.php?mod=board&action=mark">{lang:mark_all}</a></td>
 </
tr>
</
table>
<
br />

{
head:message}

<
table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
 {
loop:categories}
 <
tr>
  <
td class="headb" colspan="4">
    {
categories:blank}<a href="{categories:list_url}">{categories:categories_name}</a>
  </
td>
 </
tr>
   {
loop:board}
   <
tr>
    <
td class="leftb" style="width:{categories:iconwidth}px">{categories:blank}{board:icon}</td>
    <
td class="leftb"><strong><a href="{board:listcat_url}">{board:board_name}</a></strong>
      <
br />{board:board_text}<br /><div style="font-size:90%;">
      <
b>{lang:lastpost}:</b> <a href="{board:last_url}">{board:last_name}</a>
      
geschrieben {board:of} {board:last_usernickam  {board:last_time}</div></td>
    <
td class="centerb" style="width:60px">{board:board_topics}  <br />{lang:topics}</td>
    <
td class="centerb" style="width:60px">{board:board_comments}  <br />{lang:replies}</td>
   </
tr>
   {
stop:board}
 {
stop:categories}
 <
tr>
  <
td class="rightc" colspan="5"><a href="/index.php?mod=board&action=mark">{lang:mark_all}</a></td>
 </
tr>
</
table>
<
br />
{
board:statistik
Zurück - Übersicht

Kommentare: 7
Seite [1]
Chelrid

06.10.2016

Ort: -
Beiträge: 1170
# 1 - 07.11.2008 um 11:29 Uhr

sieht gut aus. habs gleich mal eingebaut bei uns.
Jester

10.03.2014

Ort: -
Beiträge: 7
# 2 - 16.11.2008 um 16:12 Uhr

Wie macht man das, dass die rechte Spalte (Logon usw.) in der Forenansicht nicht erscheint? Sieht gut aus!


Zuletzt editiert von Jester, am 16.11.2008 um 18:06 Uhr (1x Editiert)
UnKn0wn ClanSphere Team

02.05.2023

Ort: -
Beiträge: 1215
# 3 - 17.11.2008 um 10:33 Uhr

Dafür musst Du für das Template eine zweite index.htm im Templateordner erstellen und in board.htm umbennen.

In der board.htm musst du dann den rechten Teil deines Design weg machen und den Content entsprechend vergrößern. Ich ruf mein Forum über die board.php dann auf.
Jester

10.03.2014

Ort: -
Beiträge: 7
# 4 - 21.11.2008 um 20:55 Uhr

Alles klar... werde ich mal testen. Vielen Dank!
razor041

29.06.2013

Ort: -
Beiträge: 8
# 5 - 25.11.2008 um 16:49 Uhr

Hallo ich habe nicht wirklich viel ahnung von html.So nun wollte ich wissen wo ich das überhaupt ersetzen muss...also den text.
UnKn0wn ClanSphere Team

02.05.2023

Ort: -
Beiträge: 1215
# 6 - 27.11.2008 um 08:55 Uhr

done! haben wir per ICQ geklärt mit razor!
bodsdl

02.04.2011

Ort: -
Beiträge: 21
# 7 - 02.12.2008 um 23:52 Uhr

Hallo könnt ihr mir auch helfen ich bekommen das nicht hin mit dem index.thm und der board.htm

www.brothers-of-dead.de


Zuletzt editiert von bodsdl, am 02.12.2008 um 23:52 Uhr (1x Editiert)


Bitte Login benutzen, um Kommentare zu schreiben.