Seite 1 von 2
Poll Ergebnisse anzeigen
Verfasst: 21.08.2003 11:17
von MrDevil
Moin
ich würde gerne unter den jeweiligen Polls einen Link angeben "Ergebnisse anzeigen" wo der USer direkt zu dem thread kommt und die Ergebnisse sieht !
Wie baue ich so einen Link ein?
Verfasst: 21.08.2003 11:19
von Henne
Wo meinst du jetzt?
Hast du nen Portal oder so installiert und meinst das da?
Verfasst: 21.08.2003 11:22
von MrDevil
ja genau in der Portal software
Bist wohl immer hier *lol* schläftst Du auch mal??
Verfasst: 21.08.2003 11:26
von Henne
Kannst vielleicht mal nen Link geben, welches das ist?
MrDevil hat geschrieben:schläftst Du auch mal??
Was ist das? Kann man das essen?

Verfasst: 21.08.2003 11:29
von MrDevil
hier der link
oben recht ist der Poll habe schon einen Link drunter gesetzt NUR fehlt mir die möglichkeit den WAHREN Link zu bekommen!
http://www.sedoge.com/di604/forum/portal.php
Verfasst: 21.08.2003 11:39
von Henne
Ne, ich meine zum Download von dem Portal...
Damit ich mir mal die Quellen anschauen kann
BTW: Gehts um DLink Router? Hab hier nen 614+ stehen

Verfasst: 21.08.2003 11:40
von MrDevil
Achso meinste das lol
na das ist von
von Eurem Freund awsw
Intro & Portal MOD - Version 1.25
Ja es geht um DLINK Router aber NUR um den DI604!
Verfasst: 21.08.2003 11:44
von Henne
Hast du in der portl_body.tpl auch folgendes stehen?
Code: Alles auswählen
<!-- BEGIN switch_pollbox_active -->
<input type="hidden" name="topic_id" value="{S_TOPIC_ID}">
<input type="hidden" name="mode" value="vote">
<br><span class="gensmall"><b><a href="viewtopic.php?t={S_TOPIC_ID}&postdays=0&postorder=asc&vote=viewresult" class="gensmall">{L_RESULT}</a></b></span>
</form>
</span></td>
</tr>
</table><br>
<!-- END switch_pollbox_active -->
Verfasst: 21.08.2003 12:00
von MrDevil
neee wo soll ich das den hinsetzen ahbe das hier!
Code: Alles auswählen
<!-- ##### FETCH POLL START ##### -->
<!-- BEGIN switch_pollbox_active -->
<form method="post" action="{S_POLL_ACTION}">
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="3" height="25"><span class="cattitle"><b>{IntroPortaltext18}:</b></span></td>
</tr>
<tr>
<td colspan="3" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td height="140" align="center" class="row1"><span class="gensmall">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><span class="gensmall"><b>{S_POLL_QUESTION}</b>
<!-- END switch_pollbox_active -->
<!-- BEGIN poll_option_row --></span></td>
</tr>
<tr>
<td width="2%"><span class="gensmall">
<input align="middle" type="radio" name="vote_id" value="{poll_option_row.OPTION_ID}">
</span></td>
<td width="98%"><span class="gensmall">{poll_option_row.OPTION_TEXT} [{poll_option_row.VOTE_RESULT}]<br /></span></td>
</tr>
<tr>
<td colspan="2"><div align="center"><span class="gensmall">
<span class="gensmall">
<!-- END poll_option_row -->
<!-- BEGIN switch_pollbox_active -->
</span>
<input type="submit" class="mainoption" name="submit" value="{L_VOTE_BUTTON}" {disabled}>
<input type="hidden" name="topic_id" value="{S_TOPIC_ID}">
<input type="hidden" name="mode" value="vote">
</span></div></td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
</table>
</span></td>
</tr>
</table>
</form>
<br>
<!-- END switch_pollbox_active -->
Verfasst: 21.08.2003 12:13
von Henne
Dann lad dir das Paket nochmal und schau dir die Datei portal_body.tpl an.