Welke Mod gebruikt voor automatische Support template?
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

-
- Berichten: 72
- Lid geworden op: 02 jan 2007, 21:44
- Contacteer:
- Jan
- Berichten: 1987
- Lid geworden op: 30 mei 2006, 20:30
- Locatie: De kelder van Dhr. J. Fritzl
- Contacteer:
Ook poll's is mogelijk:
Verander $forum_id == 4 is $forum_id == jouwnummer
De rest wijst zichzelf wel uit
//EDIT:
je zet het rond regel 1130, na
Code: Selecteer alles
if ( $forum_id == 4 )
{ $poll_title = "Rating:";
$HTTP_POST_VARS['poll_option_text']['1'] = "Excellent!";
$HTTP_POST_VARS['poll_option_text']['2'] = "Very Good";
$HTTP_POST_VARS['poll_option_text']['3'] = "Good";
$HTTP_POST_VARS['poll_option_text']['4'] = "Fair";
$HTTP_POST_VARS['poll_option_text']['5'] = "Poor";
$poll_options = $HTTP_POST_VARS['poll_option_text'];
$poll_length = 0;
}
De rest wijst zichzelf wel uit

//EDIT:
je zet het rond regel 1130, na
Code: Selecteer alles
$template->assign_vars(array(
'FORUM_NAME' => $forum_name,
'L_POST_A' => $page_title,
'L_POST_SUBJECT' => $lang['Post_subject'],
'U_VIEW_FORUM' => append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id"))
);