Umfrage bei Iris verzogen
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Umfrage bei Iris verzogen
Da hab ich mein Forum schon lange und bemerke nicht, dass im Iris Template die Umfragen völlig verzogen sind...
http://www.mobile-freaks.de/phpbb/viewtopic.php?t=5
Das kann doch so nciht normal sein, oder?
Was kann man da tun?
http://www.mobile-freaks.de/phpbb/viewtopic.php?t=5
Das kann doch so nciht normal sein, oder?
Was kann man da tun?
Hi ...
ersetze mal bitte deine komplette viewtopic_poll_result.tpl mit der hier ... (Vorher eine Sicherungskopie erstellen).
Markus
ersetze mal bitte deine komplette viewtopic_poll_result.tpl mit der hier ... (Vorher eine Sicherungskopie erstellen).
Code: Alles auswählen
<tr>
<td class="row2" colspan="2"><br clear="all" />
{TPL_HDR1}<span class="cattitle">{MESSAGE_TITLE}</span>{TPL_HDR2}
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
<td class="row2" colspan="2"><br clear="all" />
<table cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td colspan="4" align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td>
</tr>
<tr>
<td align="center">
<table cellspacing="0" cellpadding="2" border="0">
<!-- BEGIN poll_option -->
<tr>
<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="{T_TEMPLATE_PATH}/images/vote_lcap.gif" width="4" alt="" height="12" /></td>
<td><img src="{T_TEMPLATE_PATH}/images/voting_bar.gif" width="{poll_option.POLL_OPTION_IMG_WIDTH}" height="12" alt="{poll_option.POLL_OPTION_PERCENT}" /></td>
<td><img src="{T_TEMPLATE_PATH}/images/vote_rcap.gif" width="10" alt="" height="12" /></td>
</tr>
</table>
</td>
<td align="center"><b><span class="gen"> {poll_option.POLL_OPTION_PERCENT} </span></b></td>
<td align="center"><span class="gen">[ {poll_option.POLL_OPTION_RESULT} ]</span></td>
</tr>
<!-- END poll_option -->
</table>
</td>
</tr>
<tr>
<td colspan="4" align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td>
</tr>
</table>
<br clear="all" />
</td>
</tr>
</table>{TPL_FTR}
</td>
</tr>
Zuletzt geändert von Markus67 am 25.11.2004 20:23, insgesamt 1-mal geändert.
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
Hi ...
erstmal nur die "result"
Markus
erstmal nur die "result"
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
Hi ...
ich habe obigen Code nochmal verändert ... der sollte jetzt aber funktionieren ... ersetze nochmal die komplette Datei.
Markus
ich habe obigen Code nochmal verändert ... der sollte jetzt aber funktionieren ... ersetze nochmal die komplette Datei.
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
Hi ...
Wieso Problem
Ersetze deine viewtopic_poll_ballot.tpl mit der hier
Markus
Wieso Problem

Ersetze deine viewtopic_poll_ballot.tpl mit der hier
Code: Alles auswählen
<tr>
<td class="row2" colspan="2"><br clear="all" />
{TPL_HDR1}<span class="cattitle">{MESSAGE_TITLE}</span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
<td class="row2" colspan="2"><br clear="all" /><form method="POST" action="{S_POLL_ACTION}" style="display: inline;"><table cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td>
</tr>
<tr>
<td align="center"><table cellspacing="0" cellpadding="2" border="0">
<!-- BEGIN poll_option -->
<tr>
<td><input type="radio" name="vote_id" value="{poll_option.POLL_OPTION_ID}" /> </td>
<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
</tr>
<!-- END poll_option -->
</table></td>
</tr>
<tr>
<td align="center">
<input type="submit" name="submit" value="{L_SUBMIT_VOTE}" class="liteoption" />
</td>
</tr>
<tr>
<td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}" class="gensmall">{L_VIEW_RESULTS}</a></b></span></td>
</tr>
</table>{S_HIDDEN_FIELDS}</form></td>
</tr>
</table>{TPL_FTR}
</td>
</tr>
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen