Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 8
Seite [1]
winnetou1977


Try to beat me




Beiträge: 142
# Thema - 16.02.2013 um 16:25 Uhr
Hallo,

ich bin echt am Verzweifeln, versuche schon seit mehreren Stunden meine FAQ List.tpl zu bearbeiten
aber ich krieg es einfach nicht hin, kann da vielleicht jemand mal rüberschauen ?

Ich habe da folgendes Problem, was ich nicht aus der Welt bekomme.
Wenn ich auf FAQ auf meiner http://npg-clan.eu/index.php#mod=faq&action=list Homepage klicke,
ist die 2te Faq genau unter der ersten, aber ich will da zwischen ein "Leerraum" haben.
Nur bekomme ich das nicht hin, habe versucht an verschiedenen Stellen ein "br" einzufügen,
brachte leider keinen erfolg

hier mal die list.tpl

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
1. / 2. / ... 
 <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
  <
tr>
    <
td class="headb">{lang:mod_name} - {lang:list}</td>
  </
tr>
  <
tr>
    <
td class="leftb">{lang:total}: {count:faq}</td>
  </
tr>
</
table>
<
br />
<
table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
  {
loop:categories}
  <
tr>
    <
td class="headb" colspan="2"><a href="{url:faq_view:id={categories:categories_id}}">{categories:categories_name}</a></td>
  </
tr>
  {
loop:faq}
  <
tr>
    <
td class="leftc">{faq:faq_question}</td>
    </
tr>
    {
stop:faq}
  {
stop:categories}
  </
table>


Vielleicht bin ich auch zu blöde dazu...
Inaktiv
ev0lution


Geekboy





Beiträge: 1102
# Antwort: 1 - 16.02.2013 um 18:54 Uhr
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
<tr>
<td class="headb">{lang:mod_name} - {lang:list}</td>
</tr>
<tr>
<td class="leftb">{lang:total}: {count:faq}</td>
</tr>
</table>
<br />
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
{loop:categories}
<tr>
<td class="headb" colspan="2"><a href="{url:faq_view:id={categories:categories_id}}" >{categories:categories_name}</a></td>
</tr>
{loop:faq}
<tr>
<td class="leftc">{faq:faq_question}</td>
</tr><br />
{stop:faq}
{stop:categories}
</table>


------------------


Zuletzt editiert von ev0lution am 16.02.2013 um 19:00 Uhr (2x Editiert)
Inaktiv
|
winnetou1977
Thread-Ersteller


Try to beat me




Beiträge: 142
# Antwort: 2 - 16.02.2013 um 20:37 Uhr
Soweit war ich leider auch schon, funktioniert aber nicht so


Inaktiv
|
ven0m


Going for pro




Herkunft: Essen
Beiträge: 406
# Antwort: 3 - 17.02.2013 um 09:11 Uhr
Du kannst natürlich versuchen ein DIV drum rum zu setzen.

Etwa so:

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
1. / 2. / ... 
 <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
  <
tr>
    <
td class="headb">{lang:mod_name} - {lang:list}</td>
  </
tr>
  <
tr>
    <
td class="leftb">{lang:total}: {count:faq}</td>
  </
tr>
</
table>
<
br />
<
table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
  {
loop:categories}
  <
tr>
    <
td class="headb" colspan="2"><a href="{url:faq_view:id={categories:categories_id}}">{categories:categories_name}</a></td>
  </
tr>
  {
loop:faq}
<
div style="margin: 0 0 10px 0;">
  <
tr>
    <
td class="leftc">{faq:faq_question}</td>
    </
tr>
</
div>
    {
stop:faq}
  {
stop:categories}
  </
table>



Hoffe ich habe da jetzt nichts falsch geschrieben, aber sollte so eigentlich klappen.


Gruß


------------------
Gruß
ven0m

Inaktiv
|
winnetou1977
Thread-Ersteller


Try to beat me




Beiträge: 142
# Antwort: 4 - 17.02.2013 um 12:08 Uhr
Hmm damit funktioniert das auch nicht, bin echt am verzweifeln, habe
es mal so:

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
1. / 2. / ... 
 <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
  <
tr>
    <
td class="headb">{lang:mod_name} - {lang:list}</td>
  </
tr>
  <
tr>
    <
td class="leftb">{lang:total}: {count:faq}</td>
  </
tr>
</
table>
<
br />
<
table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
  {
loop:categories}
  <
tr>
    <
td class="headb" colspan="2"><a href="{url:faq_view:id={categories:categories_id}}">{categories:categories_name}</a></td>
  </
tr>
  {
loop:faq}
  <
tr>
    <
td class="leftc">{faq:faq_question}</td>
    </
tr>
    <
tr>
  <
td bgcolor="#FFF"> </td></tr>
    {
stop:faq}
  {
stop:categories}
  </
table>
  


versucht, damit funktioniert das soweit, aber dafür habe ich einen "hässlichen" Rahmen,
den ich wiederum nicht wegbekomme


Zuletzt editiert von winnetou1977 am 17.02.2013 um 12:09 Uhr (1x Editiert)
Inaktiv
|
Tress13


Highlander




Herkunft: Lüdenscheid
Beiträge: 3048
# Antwort: 5 - 17.02.2013 um 13:05 Uhr
 
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.
1. / 2. / ... 
 
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
  <
tr>
    <
td class="headb">{lang:mod_name} - {lang:list}</td>
  </
tr>
  <
tr>
    <
td class="leftb">{lang:total}: {count:faq}</td>
  </
tr>
</
table>
<
br />

  {
loop:categories}
<
table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
  <
tr>
    <
td class="headb" colspan="2"><a href="{url:faq_view:id={categories:categories_id}}">{categories:categories_name}</a></td>
  </
tr>
  {
loop:faq}
  <
tr>
    <
td class="leftc">{faq:faq_question}</td>
    <
td class="rightb">{faq:faq_answer}</td>
  </
tr>
  {
stop:faq}
</
table>
<
br />
  {
stop:categories}


------------------


www.iv-gaming.de | www.iv-artwork.de

Inaktiv
|
winnetou1977
Thread-Ersteller


Try to beat me




Beiträge: 142
# Antwort: 6 - 18.02.2013 um 10:23 Uhr
@tress13

Danke, aber leider funktioniert das so überhaupt nicht, habe dir mal ein Bild gemacht, um zu
zeigen wie es jetzt aussieht



Aber wenn ich

<td class="rightb">{faq:faq_answer}</td>

rausnehme funktioniert das, der Aufbau ist Ordentlich, und
ich habe eine Leerzeile da.
Das freut mich jetzt total.......


Zuletzt editiert von winnetou1977 am 18.02.2013 um 10:27 Uhr (1x Editiert)
Inaktiv
|
Tress13


Highlander




Herkunft: Lüdenscheid
Beiträge: 3048
# Antwort: 7 - 18.02.2013 um 17:56 Uhr
Hmmm... bei meinen Test's funktionierte das einwandfrei.
Vlt liegt es an der definition von rightb. Die ist bei uns beiden sicherlich unterschiedlich.



Aber so reicht es dir? Oder noch unzufrieden?


------------------


www.iv-gaming.de | www.iv-artwork.de

Inaktiv
|
winnetou1977
Thread-Ersteller


Try to beat me




Beiträge: 142
# Antwort: 8 - 18.02.2013 um 19:34 Uhr
Bin so voll zufrieden....

Danke nochmals


Inaktiv
|
Antworten: 8
Seite [1]


Sie müssen sich registrieren, um zu antworten.