29.10.2006, 13:35
Seiten: 1 2
29.10.2006, 14:10
Mak schrieb:Nein, innerhalb des Templates fehlt eine Klammer. Überprüf in dem Template mal, ob wirklich alle Variablen in {} stehen.
In welchem denn ? postbit_report oder function_post ? Ich find nix....
Darum hab ich ja den php-schnipsel in den Beitrag eingefügt, weil ich nicht weiß, wo da ne Klammer fehlen soll.
29.10.2006, 14:13
Admin-CP -> Templates -> Ändern/Entfernen -> *Templateset* -> Ausklappen -> Post Bit Templates -> postbit_report.
29.10.2006, 14:38
ja, das hab ich vorhin sogar schon gemacht, nur ist mir das zu kryptisch
und das steht dort:
und das steht dort:
Code:
<a href="javascript:Thread.reportPost({$post['pid']});"><img src="{$theme['imglangdir']}/postbit_report.gif" alt="{$lang->postbit_rePORT 84,157,89,197,134,13
}/pollbar-s.gif" alt="" /><img src="{$theme['imgdir']}/pollbar.gif" width="{$imagewidth}" height="10" alt="{$percent}%" /><img src="{$theme['imgdir']}/pollbar-e.gif" alt="" /><br />{$userlist}</td>
<td class="{$optionbg}" width="67" align="center"><a href="polls.php?action=showresults&pid={$poll['pid']}#option{$number}">{$votes}</a></td>
<td class="{$optionbg}" width="67" align="center">{$percent}%</td>
</tr>
29.10.2006, 14:48
Eigentlich kann ich da keinen Fehler finden, versuch mal aber mal, folgendes zu löschen:
Code:
alt="{$lang->postbit_rePORT 84,157,89,197,134,13
}/pollbar-s.gif"
29.10.2006, 15:04
Ok, der bisherige Fehler ist weg, aber nun gibts wieder n anderen Fehler (siehe Attachment)
hier nochmal der aktuelle Code:
Müsste beim alt-Tag nicht irgendwas angegeben sein ?
hier nochmal der aktuelle Code:
Code:
<a href="javascript:Thread.reportPost({$post['pid']});"><img src="{$theme['imglangdir']}/postbit_report.gif" alt="" /><img src="{$theme['imgdir']}/pollbar.gif" width="{$imagewidth}" height="10" alt="{$percent}%" /><img src="{$theme['imgdir']}/pollbar-e.gif" alt="" /><br />{$userlist}</td>
<td class="{$optionbg}" width="67" align="center"><a href="polls.php?action=showresults&pid={$poll['pid']}#option{$number}">{$votes}</a></td>
<td class="{$optionbg}" width="67" align="center">{$percent}%</td>
</tr>
Müsste beim alt-Tag nicht irgendwas angegeben sein ?
29.10.2006, 15:20
Den Fehler kann ich so nicht nachvollziehen, poste bitte mal einen Link oder den Quelltext der entsprechenden Stelle.
29.10.2006, 15:26
Code:
<!-- end: postbit_multiquote --><!-- start: postbit_report -->
<a href="javascript:Thread.reportPost(9);"><img src="images/deutsch_du/postbit_report.gif" alt="" /><img src="images/pollbar.gif" width="" height="10" alt="%" /><img src="images/pollbar-e.gif" alt="" /><br /></td>
<td class="" width="67" align="center"><a href="polls.php?action=showresults&pid=#option"></a></td>
<td class="" width="67" align="center">%</td>
29.10.2006, 16:02
Code:
<!-- end: postbit_multiquote --><!-- start: postbit_report -->
<a href="javascript:Thread.reportPost(9);"><img src="images/deutsch_du/postbit_report.gif" alt="" /><img src="images/pollbar.gif" width="" height="10" alt="%" /><img src="images/pollbar-e.gif" alt="" /><br /></td>
<td class="" width="67" align="center"><a href="polls.php?action=showresults&pid=#option"></a></td>
<td class="" width="67" align="center">%</td>
Das Problem scheint fürs Erste gelöst. Man vergleiche obigen Code mit der Originaldatei:
Code:
<a href="javascript:Thread.reportPost({$post['pid']});"><img src="{$theme['imglangdir']}/postbit_report.gif" alt="{$lang->postbit_report}" title="{$lang->postbit_report}" /></a>
Interessieren würd mich nur noch, welche Fehler bei einer Umfrage auftauchen
PS: Toller Support ! Morgen gibts Blumensträuße
30.10.2006, 14:12
Zitat:Interessieren würd mich nur noch, welche Fehler bei einer Umfrage auftauchen WinkWie meinst du das?
Seiten: 1 2