Demo
Probiere ClanSphere aus und teste daran herum.
Demo
Spenden
ClanSphere ist freie OpenSource Software.
Bitte unterstützt uns.
Spenden
Antworten: 24
|
|
|
Drag0n
Just nerd
Beiträge: 941 |
# Antwort: 22 - 10.08.2007 um 00:43 Uhr
themes/base/news/recent.tpl bearbeiten und folgendes ändern
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.
| 1. / 2. / ...
<?php <form method="post" action="{url:news_recent}">
<table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
<tr>
<td class="headb" colspan="2">{lang:mod} - {lang:recent}</td>
</tr>
<tr>
<td class="leftb">{lang:category} {head:dropdown} {head:button}</td>
<td class="rightb">{head:pages}</td>
</tr>
</table>
</form>
{loop:news}
<br />
<table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
<tr>
<td class="newshead">{news:news_headline}</td>
</tr>
<tr>
<td class="bottom">
<div style="float:left">{news:news_time} - {news:users_link}</div>
<div style="float:right">{news:comments_link} ({news:comments_count})</div>
</td>
</tr>
<tr>
<td class="leftb">{if:catimg}
<img src="{news:url_catimg}" style="float:right" alt="" />{stop:catimg}
{news:news_text}
</td>
</tr>
</table>
{stop:news} ?> |
ersetzen dursch
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.
| 1. / 2. / ...
<?php <form method="post" action="{url:news_recent}">
<table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
<tr>
<td class="headb" colspan="2">{lang:mod} - {lang:recent}</td>
</tr>
<tr>
<td class="leftb">{lang:category} {head:dropdown} {head:button}</td>
<td class="rightb">{head:pages}</td>
</tr>
</table>
</form>
{loop:news}
<br />
<table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
<tr>
<td class="newshead">{news:news_headline}</td>
</tr>
<tr>
<td class="bottom">
<div style="float:left">{news:news_time} - {news:users_link}</div>
<div style="float:right">{news:comments_link} ({news:comments_count})</div>
</td>
</tr>
<tr>
<td class="leftb"><center>{if:catimg}
<img src="{news:url_catimg}" alt="" />{stop:catimg}</center><br />
{news:news_text}
</td>
</tr>
</table>
{stop:news} ?> |
------------------
MfG
Drag0n
ich gebe KEINEN ICQ oder MSN Support, es sei den ich schreibe euch an
|
|
| |
|
|
mola
Wannabe poster
Beiträge: 28 |
# Antwort: 24 - 27.11.2012 um 11:29 Uhr
weis nicht ob das problem denn schon hier gelöst ist
aber ich frage mich wieso wenn ich ein news banner erstelle sich die hp nicht anpasst
http://new.team-unreality.de/
wieso setzt er das nicht auto. übereinander kleiner geht aber da steht es nebeneinander
danke schonmal
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.
| 1. / 2. / ...
<form method="post" action="/modules/news/recent">
<table class="forum" style="width:{page:width}">
<tr>
<td class="headb" colspan="3">Archiv durchsuchen</td>
</tr>
<tr>
<td class="leftb">Kategorie {head:dropdown} {head:button}</td>
<td class="leftb"><a href="/modules/news/list">{lang:list}</a></td>
<td class="rightb">{head:pages}</td>
</tr>
</table>
</form>
{loop:news}
<br />
<table class="forum" style="width:{page:width}">
<tr>
<td class="newshead">{news:news_headline}
<td align="right" class="bottom">
<div style="float:left">{news:news_time}</div>
<div style="float:right">{news:comments_link} [{news:comments_count}]</div>
</td>
</tr>
<tr>
<td class="leftb">
<div><img src="{page:path}{news:url_catimg}" style="float:right" alt="" /></div></td>
<td class="leftb">{if:catimg}
{stop:catimg}
{news:news_readmore}{news:news_text}<br />
{news:pictures} </td>
</tr>
{if:show}
<tr>
<td class="leftb">{lang:mirror}: {loop:mirror}{mirror:news_mirror}{mirror:dot}{ stop:mirror} </td>
</tr>
{stop:show}
<tr>
<td class="headb" colspan="3">
<div style="float:right">Geschrieben von {news:users_link}</div></td>
</tr>
</table>
{stop:news}
|
Zuletzt editiert von mola am 27.11.2012 um 15:55 Uhr (1x Editiert) |
|
| |
Antworten: 24
|
Sie müssen sich registrieren, um zu antworten. |