Umfrage Problem beim Abstimmen

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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.
Antworten
Tobymonzgi
Mitglied
Beiträge: 300
Registriert: 17.06.2004 12:32
Kontaktdaten:

Umfrage Problem beim Abstimmen

Beitrag von Tobymonzgi »

Hallo!
Ich weiss, immer ich hab Probleme ;).
Also, seit ich den Cashmod eingebaut habe (da gabs noch ein Problem, fehlende Variabel) sind die Umfragen, naja, schwer zu beschreiben, hier:
http://de.f2.pg.photos.yahoo.com/ph/tob ... m=51e3.jpg
Es könnte eben an der Variabel liegen, oder am Update von 2.0.10.
Danke für Hilfe!
Benutzeravatar
Fabse
Mitglied
Beiträge: 1401
Registriert: 02.06.2003 15:10
Wohnort: Klagenfurt
Kontaktdaten:

Beitrag von Fabse »

Da hast du was an den templates geändert, wenn ich mich nicht irre.
viewtopic_poll_result.tpl Denk ich
Schau mal nach was da nicht stimmt. Normalerweise müsste die so aussehen:

Code: Alles auswählen

<table width="100%" border="0" cellpadding="3" cellspacing="1" class="forumline">
<tr> 
<th>Poll :: {POLL_QUESTION}</th>
</tr>
<tr>
<td class="row2">
<br />
<table cellspacing="0" cellpadding="4" border="0" align="center">
<tr> 
<td><table cellspacing="0" cellpadding="2" border="0">
<!-- BEGIN poll_option -->
<tr> 
<td>{poll_option.POLL_OPTION_CAPTION}</td>
<td> <table cellspacing="0" cellpadding="0" border="0">
<tr> 
<td><img src="templates/fisubsilversh/images/vote_lcap.gif" width="4" alt="" height="12" /></td>
<td><img src="{poll_option.POLL_OPTION_IMG}" width="{poll_option.POLL_OPTION_IMG_WIDTH}" height="12" alt="{poll_option.POLL_OPTION_PERCENT}" title="{poll_option.POLL_OPTION_PERCENT}" /></td>
<td><img src="templates/fisubsilversh/images/vote_rcap.gif" width="4" alt="" height="12" /></td>
</tr>
</table></td>
<td align="center">&nbsp;<strong>{poll_option.POLL_OPTION_PERCENT}</strong>&nbsp;</td>
<td align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
</tr>
<!-- END poll_option -->
</table></td>
</tr>
<tr> 
<td colspan="4" align="center"><strong>{L_TOTAL_VOTES} : {TOTAL_VOTES}</strong></td>
</tr>
</table>
<br />
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<br />
Tobymonzgi
Mitglied
Beiträge: 300
Registriert: 17.06.2004 12:32
Kontaktdaten:

Beitrag von Tobymonzgi »

Ich denke eher, dass das hier das Problem ist, da kommen sich zwei mods in die quere....
Zuletzt geändert von Tobymonzgi am 24.07.2004 15:25, insgesamt 1-mal geändert.
Benutzeravatar
Fabse
Mitglied
Beiträge: 1401
Registriert: 02.06.2003 15:10
Wohnort: Klagenfurt
Kontaktdaten:

Beitrag von Fabse »

Nein das hat mit dem nix zum tun!
Tobymonzgi
Mitglied
Beiträge: 300
Registriert: 17.06.2004 12:32
Kontaktdaten:

Beitrag von Tobymonzgi »

Aha, und wieso ist das problem erst seit HEUTE da wo ich DAS gemacht habe?!
Benutzeravatar
Fabse
Mitglied
Beiträge: 1401
Registriert: 02.06.2003 15:10
Wohnort: Klagenfurt
Kontaktdaten:

Beitrag von Fabse »

Kein Ahnung!

Auf jeden Fall hat die Änderung die du heute gemacht hast nix mit den Umfragen zu tun!

Hast du die Datei kontrolliert wie ich es dir geschrieben hab?
Tobymonzgi
Mitglied
Beiträge: 300
Registriert: 17.06.2004 12:32
Kontaktdaten:

Beitrag von Tobymonzgi »

Ich habe noch andere Mods intregriert.
Diese könnten nicht mehr gehen wenn ich das mache.
Ich denke eher das der Fehler in der "viewtopic_poll_ballot.tpl" liegt:

Code: Alles auswählen

			<tr>
				<td class="row2" colspan="2"><br clear="all" /><form method="POST" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center">
					<tr>
						<td align="center"><span class="gen" style="color: red"><b>{MAX_VOTING_1_EXPLAIN}{max_vote}{MAX_VOTING_2_EXPLAIN}{POLL_VOTE_BR}</b></span><span class="gen" style="color: darkred">{MAX_VOTING_3_EXPLAIN}{POLL_VOTE_BR}{POLL_VOTE_BR}</span></td>
					</tr>				
	<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="{poll_option.POLL_VOTE_BOX}" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}" />&nbsp;</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
Tobymonzgi
Mitglied
Beiträge: 300
Registriert: 17.06.2004 12:32
Kontaktdaten:

Beitrag von Tobymonzgi »

Niemand eine Lösung, Rat, Tipp?
Acid
Ehrenadmin
Beiträge: 12195
Registriert: 26.04.2001 02:00
Wohnort: Berlin

Beitrag von Acid »

Von welchem MOD stammt denn das ganze 'vote_box' und 'max_vote' Zeugs!?
Tobymonzgi
Mitglied
Beiträge: 300
Registriert: 17.06.2004 12:32
Kontaktdaten:

Beitrag von Tobymonzgi »

Ich hab das ganze phpBB neu draufgezogen.
Stammte vom MultivoteMod, ich installier ihn auch nicht, weil ich denke das es an dem liegt.
Antworten

Zurück zu „phpBB 2.0: Mod Support“