
error in viewforum
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.

- Cheeta
- Berichten: 1165
- Lid geworden op: 11 jan 2004, 11:26
- Locatie: Mijdrecht Sites: -- Derbi Club --
- Contacteer:
Verander dit eens in ditMeDieViL schreef:718 - 723Code: Selecteer alles
{ //-- mod : announces ------------------------------------------------------------------------------- //-- add else if( $topic_type == POST_GLOBAL_ANNOUNCE ) { $topic_type = $lang['Topic_Global_Announcement'] . ' ';
Code: Selecteer alles
{
//-- mod : announces -------------------------------------------------------------------------------
//-- add
else if( $topic_type == POST_GLOBAL_ANNOUNCE )}
{
$topic_type = $lang['Topic_Global_Announcement'] . ' ';
Don't mess with BD and save the Cheeta's!
710 tot 740
Code: Selecteer alles
$type = POST_PICTURE;
}
}
$icon = get_icon_title($topic_rowset[$i]['topic_icon'], 1, $type);
//-- fin mod : post icon ---------------------------------------------------------------------------
// Begin New Post Type MOD
if( $topic_type == POST_ANNOUNCE )
{
//-- mod : announces -------------------------------------------------------------------------------
//-- add
elseif( $topic_type == POST_GLOBAL_ANNOUNCE )
{
$topic_type = $lang['Topic_Global_Announcement'] . ' ';
}
//-- fin mod : announces ---------------------------------------------------------------------------
$topic_type = $custom_vars['announce'] . ': ';
}
elseif( $topic_type == POST_STICKY )
{
$topic_type = $custom_vars['sticky'] . ': ';
}
elseif( $topic_type == POST_SPECIAL )
{
$topic_type = $custom_vars['special'] . ': ';
}
// End New Post Type MOD
else
{
$topic_type = '';
Laatst gewijzigd door MeDieViL op 04 feb 2004, 16:16, 1 keer totaal gewijzigd.
ik zie dit nergens staan:
Code: Selecteer alles
{
//-- mod : announces -------------------------------------------------------------------------------
//-- add
else if( $topic_type == POST_GLOBAL_ANNOUNCE )
{
$topic_type = $lang['Topic_Global_Announcement'] . ' ';
Code: Selecteer alles
{
//-- mod : announces -------------------------------------------------------------------------------
//-- add
else if( $topic_type == POST_GLOBAL_ANNOUNCE )
{
$topic_type = $lang['Topic_Global_Announcement'] . ' ';
ik wist dat er niets klopte....
{
die vond ik zo raar
er wordt een actie geopend, en dan komt er elseif.
dit kon dus niet.
boven { stond dan ook if.
okee, dan kan het, maar dan kan de eerste niet elseif worden maar gewoon if. de daar opvolgende moeten dan wel elseif zijn.
misschien een beetje onduidelijk, maar het is opgelost.
{
die vond ik zo raar
er wordt een actie geopend, en dan komt er elseif.
dit kon dus niet.
boven { stond dan ook if.
okee, dan kan het, maar dan kan de eerste niet elseif worden maar gewoon if. de daar opvolgende moeten dan wel elseif zijn.
misschien een beetje onduidelijk, maar het is opgelost.