MyBB.de Forum
Umfrage funktioniert nicht? - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.6.x (https://www.mybb.de/forum/forum-58.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-59.html)
+---- Thema: Umfrage funktioniert nicht? (/thread-18833.html)



Umfrage funktioniert nicht? - iPlewka - 04.09.2011

Hallo Support,
Ich habe ein Problem

Wenn ich in meinem Forum an einer Umfrage teilnehmen will und dann aus "Abstimmen" klicke werde ich nur auf eine Seite weitergeleitet.

http://www.minecraft-treff.de/polls.php?action=vote&pid=8&option[2]=1
Das Bild bleibt weiss und die Stimme wird nicht zur Umfrage dazu gezählt

Woran liegt dies?

gruß




RE: Umfrage funktioniert nicht? - StefanT - 04.09.2011

https://www.mybb.de/forum/thread-18692.html


RE: Umfrage funktioniert nicht? - iPlewka - 04.09.2011

Vielen Dank Big Grin
Habe es auch gerade entdeckt


RE: Umfrage funktioniert nicht? - iPlewka - 05.09.2011

Ich habe da noch ein Problem
Das Template kann ich nciht zurück setzen :/


RE: Umfrage funktioniert nicht? - StefanT - 05.09.2011

Ist das Template nicht verändert oder warum scheitert es?


RE: Umfrage funktioniert nicht? - iPlewka - 05.09.2011

(05.09.2011, 11:44)StefanT schrieb: Ist das Template nicht verändert oder warum scheitert es?

Dieses Template wurde nie verändert :/

Aber ich habe MyBB schon 2 mal geupdatet


RE: Umfrage funktioniert nicht? - StefanT - 05.09.2011

Das Template "showthread_poll" ist bei dir definitiv veraltet. Bearbeitest du das richtige Template-Set?


RE: Umfrage funktioniert nicht? - iPlewka - 05.09.2011

(05.09.2011, 11:57)StefanT schrieb: Das Template "showthread_poll" ist bei dir definitiv veraltet. Bearbeitest du das richtige Template-Set?

Zeige Thema-Templates>showthread_poll? Smile

Kannst du mir dann mal bitte das neue Template per pn schicken?


RE: Umfrage funktioniert nicht? - K-Help4You - 05.09.2011

Hier mein showthread_poll-Template

PHP-Code:
<form action="polls.php" method="post">
<
input type="hidden" name="my_post_key" value="{$mybb->post_code}/>
<
input type="hidden" name="action" value="vote" />
<
input type="hidden" name="pid" value="{$poll['pid']}/>
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td colspan="4" class="thead" align="center"><strong>{$lang->poll} {$poll['question']}</strong></td>
</
tr>
{
$polloptions}
</
table>
<
table width="100%" align="center">
<
tr>
<
td><input type="submit" class="button" value="{$lang->vote}/></td>
<
td valign="top" align="right"><span class="smalltext">[<a href="polls.php?action=showresults&amp;pid={$poll['pid']}">{$lang->show_results}</a>{$edit_poll}]</span></td>
</
tr>
<
tr>
<
td colspan="2"><span class="smalltext">{$publicnote}</span></td>
</
tr>
</
table>
</
form



RE: Umfrage funktioniert nicht? - iPlewka - 06.09.2011

(05.09.2011, 15:44)K-Help4You schrieb: Hier mein showthread_poll-Template

PHP-Code:
<form action="polls.php" method="post">
<
input type="hidden" name="my_post_key" value="{$mybb->post_code}/>
<
input type="hidden" name="action" value="vote" />
<
input type="hidden" name="pid" value="{$poll['pid']}/>
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td colspan="4" class="thead" align="center"><strong>{$lang->poll} {$poll['question']}</strong></td>
</
tr>
{
$polloptions}
</
table>
<
table width="100%" align="center">
<
tr>
<
td><input type="submit" class="button" value="{$lang->vote}/></td>
<
td valign="top" align="right"><span class="smalltext">[<a href="polls.php?action=showresults&amp;pid={$poll['pid']}">{$lang->show_results}</a>{$edit_poll}]</span></td>
</
tr>
<
tr>
<
td colspan="2"><span class="smalltext">{$publicnote}</span></td>
</
tr>
</
table>
</
form

Danke jetzt geht es Smile