Teammitglieder online
Regeln und nützliche Hinweise
Neueste Themen
» [phpBB2] Avatare überlappen sichvon Joost Mo 16 Mai 2022 - 14:51
» [phpBB3] servimg - keine Bilder zu sehen
von Joost Sa 14 Mai 2022 - 8:56
» Erhaltet ab sofort Benachrichtigen von Forumieren-Foren auf eurem Discord Server
von Joost Sa 7 Mai 2022 - 10:28
» Logo Bewertungen
von Skouliki Mi 4 Mai 2022 - 19:25
» Präfix im mehrere Farben
von Joost Mo 2 Mai 2022 - 20:59
» Passwort vergessen
von Skouliki Fr 29 Apr 2022 - 20:44
» Seite von forumieren... funtioniert seit Wochen nicht mehr ... https://www.forumieren.de/verze
von Skouliki Fr 29 Apr 2022 - 15:50
» Ankündigungen im Kalender
von Skouliki Fr 29 Apr 2022 - 15:47
» in einem Forum ein Webshop integrieren geht das?
von Skouliki Fr 29 Apr 2022 - 15:24
» Forenverzeichnis Forumieren
von Joost Mi 27 Apr 2022 - 16:16
» Neues YAMAHA XT660-Forum
von gnadenlos Mo 25 Apr 2022 - 22:21
» Gründerpasswort vergessen
von Joost Mo 25 Apr 2022 - 15:41
» Das Ding mit dem Besucherzähler & gefällt mir Buttons_ Zeitgleiche Änderung
von Joost So 24 Apr 2022 - 12:32
» Avatarbild seit neusten nur noch 64 KB groß
von Joost Do 21 Apr 2022 - 14:09
» Seit neusten selbstständige Downloads auf unserer Forenseite
von Joost Do 21 Apr 2022 - 14:07
» Keine Erinnerung an Domain-Verlängerung erhalten
von Joost Do 21 Apr 2022 - 13:58
» Passwort vergessen
von Joost Mo 18 Apr 2022 - 9:49
» Passwort vergessen
von Joost Di 12 Apr 2022 - 14:47
Beiträge mit den meisten Reaktionen des Monats
» Beitrag von KainsAngel in [phpBB2] Avatare überlappen sich ( 2 )
» Beitrag von Skouliki in [phpBB2] Avatare überlappen sich
( 1 )
» Beitrag von Joost in Forenverzeichnis Forumieren
( 1 )
» Beitrag von Joost in Forenverzeichnis Forumieren
( 1 )
» Beitrag von Joost in [phpBB2] Avatare überlappen sich
( 1 )
Eine Liste der Mitglieder anzeigen, die an einer Umfrage teilgenommen haben
Seite 1 von 1 • Teilen
Eine Liste der Mitglieder anzeigen, die an einer Umfrage teilgenommen haben
| Eine Liste der Mitglieder anzeigen, die an einer Umfrage teilgenommen haben | NEUE FUNKTION |
Liebe Mitglieder, einige kleine neue Funktionen wurden kürzlich in unsere Forumieren Foren integriert, wie z.B. das Hinzufügen von Google Web Fonts oder Optimierung der Anzeige der Seite mit Javascripts (wenn ihr persönliche JS-Skripte in eurem Forum habt, zögert nicht einen Blick im Administrations-Bereich darauf zu werfen). Entdeckt nun unserer neustes Update: Anzeige der Umfrageteilnehmer und optional ihrer individuellen Auswahl Aber worum geht es hierbei? Wenn es vom Administrator zugelassen ist, stehen beim Erstellen einer Umfrage nun je nach Berechtigungen 2 neue Optionen zur Verfügung: 1) Zeigt euch die Liste der Mitglieder an, die bei der Umfrage gestimmt haben 2) Zeigt euch die Liste der Mitglieder an, die für jede Option gestimmt haben ![]() So sieht die Ergebnisseite einer Umfrage aus, wenn der Autor beide Optionen aktiviert hat. ![]()
Die Verfügbarkeit dieser Optionen kann von den Foren Administratoren konfiguriert werden. Dazu müsst ihr in den Administratoren Bereich zugreifen und dann zu: Hier könnt ihr auswählen, ob die oben gezeigten Optionen beim Erstellen jeder Umfrage verfügbar sein sollen und für welche Art von Benutzern. ![]()
Wir lassen Sie diese neuen Funktionen entdecken und die am besten geeigneten Einstellungen für Ihr Forum auswählen, in der Hoffnung, dass dieses Update für Sie nützlich sein wird. Euer Team von Forumieren ![]() |
Eine wichtige Ankündigung von Forumieren |


• Die Regeln • Keine unaufgeforderten PNs! • Infos zu den Gründerdaten
• Passwort vergessen? • Suche benutzen!

Forumieren auf Facebook
Joost- Administrator
-
Beiträge : 619
Anmeldedatum : 29.12.12
Hana19 mag diesen Beitrag
Re: Eine Liste der Mitglieder anzeigen, die an einer Umfrage teilgenommen haben
| Administratoren, die die Vorlagen posting_poll_body, viewtopic_poll_ballot und viewtopic_poll_result angepasst haben, sollten die folgenden Änderungen berücksichtigen. (Administratoren, die diese Vorlage nicht angepasst haben, sind von diesen Änderungen nicht betroffen.) |
- viewtopic_poll_ballot and viewtopic_poll_result in Anzeige > Templates > Allgemeines
- posting_poll_body in Anzeige > Templates > Posten & Private Nachrichten
Awesomebb :
- POSTING_POLL_BODY:
Füge hinzu:- Code:
<!-- BEGIN switch_poll_public -->
<div class="radio-wrap">
<label class="radio-label">{switch_poll_public.L_POLL_DISPLAY_MEMBERS}</label>
<label>
<span class="radio">
<input type="radio" name="poll_public_members" value="1"{switch_poll_public.POLL_DISPLAY_MEMBERS_CHECK} />
<span class="radio-check"></span>
</span>
<span>{L_YES}</span>
</label>
<label>
<span class="radio">
<input type="radio" name="poll_public_members" value="0"{switch_poll_public.POLL_DISPLAY_MEMBERS_UNCHECK} />
<span class="radio-check"></span>
</span>
<span>{L_NO}</span>
</label>
</div>
<!-- BEGIN switch_poll_whovoted -->
<div class="radio-wrap">
<label class="radio-label">{switch_poll_public.switch_poll_whovoted.L_POLL_DISPLAY_WHOVOTED}</label>
<label>
<span class="radio">
<input type="radio" name="poll_public_whovoted" value="2"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK_TIME} />
<span class="radio-check"></span>
</span>
<span>{switch_poll_public.switch_poll_whovoted.L_TIMED_REVEAL}</span>
</label>
<label>
<span class="radio">
<input type="radio" name="poll_public_whovoted" value="1"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK} />
<span class="radio-check"></span>
</span>
<span>{L_YES}</span>
</label>
<label>
<span class="radio">
<input type="radio" name="poll_public_whovoted" value="0"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_UNCHECK} />
<span class="radio-check"></span>
</span>
<span>{L_NO}</span>
</label>
</div>
<!-- END switch_poll_whovoted -->
<!-- END switch_poll_public -->
Vor:- Code:
<!-- BEGIN switch_poll_hide_result -->
- VIEWTOPIC_POLL_BALLOT:
Ersetze:- Code:
<form method="post" action="{S_POLL_ACTION}">
Von:- Code:
<form method="post" action="{S_POLL_ACTION}" class="poll">
Füge hinzu:- Code:
<!-- BEGIN warning_public_votes -->
<div>{warning_public_votes.L_WARNING_PUBLIC_VOTES}</div>
<!-- END warning_public_votes -->
Vor:- Code:
<div id="vote_expire">{L_VOTE_EXPIRE}</div>
- VIEWTOPIC_POLL_RESULT:
Füge hinzu:- Code:
<!-- BEGIN option_voters -->
<dd><p class="option_voters_list">{poll_option.option_voters.POLL_OPTION_VOTERS}</p></dd>
<!-- END option_voters -->
Vor:- Code:
<!-- END poll_option -->
Ersetze:- Code:
<div id="vote_expire">{L_VOTE_EXPIRE}</div>
Von:- Code:
<!-- BEGIN switch_back_to_vote -->
<a href="{switch_back_to_vote.U_BACK_TO_VOTE}" class="btn btn-flat">{switch_back_to_vote.L_BACK}</a>
<!-- END switch_back_to_vote -->
<div id="vote_expire">{L_VOTE_EXPIRE}</div>
{ALL_POLL_VOTERS_LIST}
ModernBB :
- POSTING_POLL_BODY:
Füge hinzu:- Code:
<!-- BEGIN switch_poll_public -->
<dl>
<dt><label>{switch_poll_public.L_POLL_DISPLAY_MEMBERS}</label></dt>
<dd>
<label><input type="radio" name="poll_public_members" value="1"{switch_poll_public.POLL_DISPLAY_MEMBERS_CHECK} /> {L_YES}</label>
<label><input type="radio" name="poll_public_members" value="0"{switch_poll_public.POLL_DISPLAY_MEMBERS_UNCHECK} /> {L_NO}</label>
</dd>
</dl>
<!-- BEGIN switch_poll_whovoted -->
<dl>
<dt><label>{switch_poll_public.switch_poll_whovoted.L_POLL_DISPLAY_WHOVOTED}</label></dt>
<dd>
<label><input type="radio" name="poll_public_whovoted" value="2"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK_TIME} /> {switch_poll_public.switch_poll_whovoted.L_TIMED_REVEAL}</label>
<label><input type="radio" name="poll_public_whovoted" value="1"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK} /> {L_YES}</label>
<label><input type="radio" name="poll_public_whovoted" value="0"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_UNCHECK} /> {L_NO}</label>
</dd>
</dl>
<!-- END switch_poll_whovoted -->
<!-- END switch_poll_public -->
Vor:- Code:
<!-- BEGIN switch_poll_hide_result -->
- VIEWTOPIC_POLL_BALLOT:
Ersetze:- Code:
<dd class="resultbar"><strong><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></strong></dd>
Von:- Code:
<dd class="resultbar">
<strong><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></strong>
</dd>
Ersetze:- Code:
<dd class="">{L_VOTE_EXPIRE}</dd>
Von:- Code:
<dd class=""><!-- BEGIN warning_public_votes -->
{warning_public_votes.L_WARNING_PUBLIC_VOTES}
<br/>
<!-- END warning_public_votes -->
{L_VOTE_EXPIRE}</dd>
- VIEWTOPIC_POLL_RESULT:
Füge hinzu:- Code:
<!-- BEGIN option_voters -->
<dd><div class="option_voters_list">{poll_option.option_voters.POLL_OPTION_VOTERS}</div></dd>
<!-- END option_voters -->
Nach:- Code:
<dt><label>{poll_option.POLL_OPTION_CAPTION}</label></dt>
<dd class="poll-bar">
<div class="poll-bar-bar" style="width: {poll_option.POLL_OPTION_PERCENT};"></div>
<div class="poll-bar-desc">{poll_option.POLL_OPTION_RESULT} - {poll_option.POLL_OPTION_PERCENT}</div>
</dd>
Füge hinzu:- Code:
{ALL_POLL_VOTERS_LIST}
Nach:- Code:
<dd><strong>{L_TOTAL_VOTES}: {TOTAL_VOTES}</strong></dd>
Füge hinzu:- Code:
<!-- BEGIN switch_back_to_vote -->
<dl>
<dt> </dt>
<dd><b><a href="{switch_back_to_vote.U_BACK_TO_VOTE}">{switch_back_to_vote.L_BACK}</a></b></dd>
</dl>
<!-- END switch_back_to_vote -->
Vor:- Code:
<!-- BEGIN switch_hide_result -->
<div id="hide_result_msg">{L_POLL_HIDE_RESULT}</div>
<!-- END switch_hide_result -->
PhpBB3 :
- POSTING_POLL_BODY:
Füge hinzu:- Code:
<!-- BEGIN switch_poll_public -->
<dl>
<dt><label>{switch_poll_public.L_POLL_DISPLAY_MEMBERS}</label></dt>
<dd>
<label><input type="radio" name="poll_public_members" value="1"{switch_poll_public.POLL_DISPLAY_MEMBERS_CHECK} /> {L_YES}</label>
<label><input type="radio" name="poll_public_members" value="0"{switch_poll_public.POLL_DISPLAY_MEMBERS_UNCHECK} /> {L_NO}</label>
</dd>
</dl>
<!-- BEGIN switch_poll_whovoted -->
<dl>
<dt><label>{switch_poll_public.switch_poll_whovoted.L_POLL_DISPLAY_WHOVOTED}</label></dt>
<dd>
<label><input type="radio" name="poll_public_whovoted" value="2"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK_TIME} /> {switch_poll_public.switch_poll_whovoted.L_TIMED_REVEAL}</label>
<label><input type="radio" name="poll_public_whovoted" value="1"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK} /> {L_YES}</label>
<label><input type="radio" name="poll_public_whovoted" value="0"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_UNCHECK} /> {L_NO}</label>
</dd>
</dl>
<!-- END switch_poll_whovoted -->
<!-- END switch_poll_public -->
Vor:- Code:
<!-- BEGIN switch_poll_hide_result -->
- VIEWTOPIC_POLL_BALLOT:
Füge hinzu:- Code:
<!-- BEGIN warning_public_votes -->
{warning_public_votes.L_WARNING_PUBLIC_VOTES}
<br/>
<!-- END warning_public_votes -->
Vor:- Code:
{L_VOTE_EXPIRE}
- VIEWTOPIC_POLL_RESULT:
Füge hinzu:- Code:
<!-- BEGIN option_voters --><dd class="option_voters_list">{poll_option.option_voters.POLL_OPTION_VOTERS}</dd><!-- END option_voters -->
Nach:- Code:
<dd>[ {poll_option.POLL_OPTION_RESULT} ]</dd>
Ersetze:- Code:
<dl>
<dt> </dt>
<dd><strong>{L_TOTAL_VOTES} : {TOTAL_VOTES}</strong></dd>
<!-- BEGIN cancel_vote -->
<dd><b><a href="{U_CANCEL_VOTE}">{L_CANCEL_VOTE}</a></b></dd>
<!-- END cancel_vote -->
</dl>
Von:- Code:
<dl>
<dt> </dt>
<dd><strong>{L_TOTAL_VOTES} : {TOTAL_VOTES}</strong></dd>
<!-- BEGIN cancel_vote -->
<dd><b><a href="{U_CANCEL_VOTE}">{L_CANCEL_VOTE}</a></b></dd>
<!-- END cancel_vote -->
<!-- BEGIN switch_back_to_vote -->
<dd><b><a href="{switch_back_to_vote.U_BACK_TO_VOTE}">{switch_back_to_vote.L_BACK}</a></b></dd>
<!-- END switch_back_to_vote -->
</dl>
<d1>
<dt> </dt>
<dd style="width:40%;">{ALL_POLL_VOTERS_LIST}</dd>
</d1>
PhpBB2 :
- POSTING_POLL_BODY:
Füge hinzu:- Code:
<!-- BEGIN switch_poll_public -->
<tr>
<td class="row1"><span class="gen"><b>{switch_poll_public.L_POLL_DISPLAY_MEMBERS}</b></span></td>
<td class="row2"><span class="gen"><input type="radio" name="poll_public_members" value="1"{switch_poll_public.POLL_DISPLAY_MEMBERS_CHECK} /> {L_YES} <input type="radio" name="poll_public_votes" value="0"{switch_poll_public.POLL_DISPLAY_MEMBERS_UNCHECK} /> {L_NO}</span></td>
</tr>
<!-- BEGIN switch_poll_whovoted -->
<tr>
<td class="row1"><span class="gen"><b>{switch_poll_public.switch_poll_whovoted.L_POLL_DISPLAY_WHOVOTED}</b></span></td>
<td class="row2"><span class="gen"><input type="radio" name="poll_public_whovoted" value="2"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK_TIME} /> {switch_poll_public.switch_poll_whovoted.L_TIMED_REVEAL} <input type="radio" name="poll_public_whovoted" value="1"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK} /> {L_YES} <input type="radio" name="poll_public_whovoted" value="0"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_UNCHECK} /> {L_NO}</span></td>
</tr>
<!-- END switch_poll_whovoted -->
<!-- END switch_poll_public -->
Vor:- Code:
<!-- BEGIN switch_poll_hide_result -->
- VIEWTOPIC_POST_BALLOT:
Füge hinzu:- Code:
<!-- BEGIN warning_public_votes -->
<tr>
<td align="center"><span class="gensmall">{warning_public_votes.L_WARNING_PUBLIC_VOTES}</span></td>
</tr>
<!-- END warning_public_votes -->
Vor:- Code:
<tr>
<td align="center"><span class="gensmall">{L_VOTE_EXPIRE}</span></td>
</tr>
- VIEWTOPIC_POLL_RESULT:
Füge hinzu:- Code:
<!-- BEGIN option_voters -->
<tr><td></td><td colspan="3" class="option_voters_list"><span class="gen">{poll_option.option_voters.POLL_OPTION_VOTERS}</span></td></tr>
<!-- END option_voters -->
Vor:- Code:
<!-- END poll_option -->
Ersetze:- Code:
<tr>
<td colspan="4"> </td>
</tr>
<!-- BEGIN cancel_vote -->
Von:- Code:
<tr>
<td colspan="4"> {ALL_POLL_VOTERS_LIST}</td>
</tr>
<!-- BEGIN cancel_vote -->
Füge hinzu:- Code:
<!-- BEGIN switch_back_to_vote -->
<tr>
<td colspan="4" align="center"><span class="gen"><b><a href="{switch_back_to_vote.U_BACK_TO_VOTE}">{switch_back_to_vote.L_BACK}</a></b></span></td>
</tr>
<!-- END switch_back_to_vote -->
Nach:- Code:
<!-- BEGIN cancel_vote -->
<tr>
<td colspan="4" align="center"><span class="gen"><b><a href="{U_CANCEL_VOTE}">{L_CANCEL_VOTE}</a></b></span></td>
</tr>
<!-- END cancel_vote -->
PunBB :
- POSTING_POLL_BODY:
Füge hinzu:- Code:
<!-- BEGIN switch_poll_public -->
<dl>
<dt><label>{switch_poll_public.L_POLL_DISPLAY_MEMBERS}</label></dt>
<dd>
<label><input type="radio" name="poll_public_members" value="1"{switch_poll_public.POLL_DISPLAY_MEMBERS_CHECK} /> {L_YES}</label>
<label><input type="radio" name="poll_public_members" value="0"{switch_poll_public.POLL_DISPLAY_MEMBERS_UNCHECK} /> {L_NO}</label>
</dd>
</dl>
<!-- BEGIN switch_poll_whovoted -->
<dl>
<dt><label>{switch_poll_public.switch_poll_whovoted.L_POLL_DISPLAY_WHOVOTED}</label></dt>
<dd>
<label><input type="radio" name="poll_public_whovoted" value="2"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK_TIME} /> {switch_poll_public.switch_poll_whovoted.L_TIMED_REVEAL}</label>
<label><input type="radio" name="poll_public_whovoted" value="1"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK} /> {L_YES}</label>
<label><input type="radio" name="poll_public_whovoted" value="0"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_UNCHECK} /> {L_NO}</label>
</dd>
</dl>
<!-- END switch_poll_whovoted -->
<!-- END switch_poll_public -->
Vor:- Code:
<!-- BEGIN switch_poll_hide_result -->
- VIEWTOPIC_POLL_BALLOT:
Füge hinzu:- Code:
<!-- BEGIN warning_public_votes -->
<div>{warning_public_votes.L_WARNING_PUBLIC_VOTES}</div>
<!-- END warning_public_votes -->
Vor:- Code:
<div id="vote_expire">{L_VOTE_EXPIRE}</div>
- VIEWTOPIC_POLL_RESULT:
Füge hinzu:- Code:
<!-- BEGIN option_voters -->
<p class="option_voters_list">{poll_option.option_voters.POLL_OPTION_VOTERS}</p>
<!-- END option_voters -->
Nach:- Code:
<img src="{VOTE_RCAP_IMG}" height="12" alt="" loading="lazy" /> {poll_option.POLL_OPTION_PERCENT} [ {poll_option.POLL_OPTION_RESULT} ]
Ersetze:- Code:
<!-- BEGIN cancel_vote -->
<em><a href="{U_CANCEL_VOTE}">{L_CANCEL_VOTE}</a></em><br /><br />
<!-- END cancel_vote -->
Von:- Code:
<!-- BEGIN cancel_vote -->
<em><a href="{U_CANCEL_VOTE}">{L_CANCEL_VOTE}</a></em><br />
<!-- END cancel_vote -->
<!-- BEGIN switch_back_to_vote -->
<em><a href="{switch_back_to_vote.U_BACK_TO_VOTE}">{switch_back_to_vote.L_BACK}</a></em><br/>
<!-- END switch_back_to_vote -->
{ALL_POLL_VOTERS_LIST}
Invision :
- POSTING_POLL_BODY:
Füge hinzu:- Code:
<!-- BEGIN switch_poll_public -->
<dl>
<dt><label>{switch_poll_public.L_POLL_DISPLAY_MEMBERS}</label></dt>
<dd>
<label><input type="radio" name="poll_public_members" value="1"{switch_poll_public.POLL_DISPLAY_MEMBERS_CHECK} /> {L_YES}</label>
<label><input type="radio" name="poll_public_members" value="0"{switch_poll_public.POLL_DISPLAY_MEMBERS_UNCHECK} /> {L_NO}</label>
</dd>
</dl>
<!-- BEGIN switch_poll_whovoted -->
<dl>
<dt><label>{switch_poll_public.switch_poll_whovoted.L_POLL_DISPLAY_WHOVOTED}</label></dt>
<dd>
<label><input type="radio" name="poll_public_whovoted" value="2"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK_TIME} /> {switch_poll_public.switch_poll_whovoted.L_TIMED_REVEAL}</label>
<label><input type="radio" name="poll_public_whovoted" value="1"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_CHECK} /> {L_YES}</label>
<label><input type="radio" name="poll_public_whovoted" value="0"{switch_poll_public.switch_poll_whovoted.POLL_DISPLAY_WHOVOTED_UNCHECK} /> {L_NO}</label>
</dd>
</dl>
<!-- END switch_poll_whovoted -->
<!-- END switch_poll_public -->
Vor:- Code:
<!-- BEGIN switch_poll_hide_result -->
- VIEWTOPIC_POLL_BALLOT:
Füge hinzu:- Code:
<!-- BEGIN warning_public_votes -->
{warning_public_votes.L_WARNING_PUBLIC_VOTES}<br/>
<!-- END warning_public_votes -->
Vor:- Code:
{L_VOTE_EXPIRE}
- VIEWTOPIC_POLL_RESULT:
Füge hinzu:- Code:
<!-- BEGIN option_voters -->
<dl class="clearfix option_voters_list">
<dt> </dt>
<dd class="number-votes"> </dd>
<dd><p>{poll_option.option_voters.POLL_OPTION_VOTERS}</p></dd>
</dl>
<!-- END option_voters -->
Vor:- Code:
<!-- END poll_option -->
Füge hinzu:- Code:
<!-- BEGIN switch_back_to_vote -->
<em><a href="{switch_back_to_vote.U_BACK_TO_VOTE}">{switch_back_to_vote.L_BACK}</a></em><br/>
<!-- END switch_back_to_vote -->
{ALL_POLL_VOTERS_LIST}
Nach:- Code:
<!-- BEGIN cancel_vote -->
<em><a href="{U_CANCEL_VOTE}">{L_CANCEL_VOTE}</a></em><br />
<!-- END cancel_vote -->


• Die Regeln • Keine unaufgeforderten PNs! • Infos zu den Gründerdaten
• Passwort vergessen? • Suche benutzen!

Forumieren auf Facebook
Joost- Administrator
-
Beiträge : 619
Anmeldedatum : 29.12.12

» Mitglieder als Liste anzeigen
» Umfrage - wer hat teilgenommen
» Sehen wer an der Umfrage teilgenommen hat
» Hintergrund einer/eines "Text/Liste"
» Profilfeld "Laune" mit einer vorgefertigten Liste?
» Umfrage - wer hat teilgenommen
» Sehen wer an der Umfrage teilgenommen hat
» Hintergrund einer/eines "Text/Liste"
» Profilfeld "Laune" mit einer vorgefertigten Liste?
Seite 1 von 1
Befugnisse in diesem Forum
Sie können in diesem Forum nicht antworten