Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 3
Seite [1]
Shinox


Wannabe poster




Beiträge: 20
# Thema - 15.01.2012 um 00:32 Uhr
Wie schaffe ich es von meinem HTML Template das News Design in die Themes reinzuprügeln.

Code:
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
1. / 2. / ... 
 
<div class="post">
    <
h2 class="title"><a href="#">titel</a></h2>
          <
class="byline">Welche Zeit? - Von wem?</p>
    <
div class="entry">
          <
p>Text</p>
    </
div>
    <
div class="meta">
           <
class="links"><a href="#" class="comments">Kommentare (??)</a></p>
    </
div>


CSS

 
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.
1. / 2. / ... 
 
.post {
    
margin0px 0px 30px 0px;

.
post .title {
    
margin0px;
    
padding0px 0px 5px 0px;
    
color#232F01;
}

.
post .title a {
    
padding4px 35px 4px 15px;
    
background#FF0000;
    
text-decorationnone;
    
font-weightnormal;
    
color#FFFFFF;
}

.
post .entry {
}


.
post .meta {
    
text-alignright;
    
padding-top20px;
    
border-bottom1px solid #E5E5E5;
    
font-weightbold;
    
color#202020;
}

.
post .byline {
    
floatright;
    
margin-top: -30px;
    
font-size12px;
    
color#5E5E5E;
}

}


Ich hoffe ihr könnt mir helfen, und mich aufklären, dass ich demnächst auch ordentliche templates für CS produzieren kann.
Inaktiv
palle ClanSphere Team

Supporter
Supporter




Beiträge: 3073
# Antwort: 1 - 15.01.2012 um 09:07 Uhr
themes/deinset/news/recent.tpl


------------------
I like the part where it says 'nyan'



Inaktiv
|
Shinox
Thread-Ersteller


Wannabe poster




Beiträge: 20
# Antwort: 2 - 15.01.2012 um 17:06 Uhr
und dort den code einfügen?


Inaktiv
|
palle ClanSphere Team

Supporter
Supporter




Beiträge: 3073
# Antwort: 3 - 15.01.2012 um 18:22 Uhr
Templates befinden sich in Clansphere immer im "../templates/" Ordner.
Das CSS Gedöns sollte in eine CSS Datei die vom verwendeten Template geladen wird.

Und das HTML in die Theme Datei welche du bearbeiten möchtest.
Anhand der URL kannst du die Datei ausfindig machen.

Beispiel:
mit rewrite
http://www.csphere.eu/index/news/summary
ohne
http://www.csphere.eu/index.php?mod=news&action=summary

Ordner Struktur:
html
themes/news/deinset/summary.tpl
php
mods/news/summary.php
lang
lang/SPRACHE/news.php


------------------
I like the part where it says 'nyan'



Inaktiv
|
Antworten: 3
Seite [1]


Sie müssen sich registrieren, um zu antworten.