Folder_new weg
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.

Folder_new weg
Wat is het probleem? Bij nieuwe berichten verschijnt er geen folder_big_new
Wanneer ontstond het probleem? vandaag een keer, gisteren werkte het nog
Adres van je forum: http://forum.lessthaneric.net
Geïnstalleerde mods: lijstje op: http://forum.lessthaneric.net/viewtopic.php?t=138
Huidige template: subSilver (aangepast)
phpBB versie: 2.0.15
Host: PcExtreme
Heb je onlangs een mod of stijl geïnstalleerd? gister de profile guestbook mod, en ook last post on index...
Heb je gezocht naar een antwoord? ja, maar niet gevonden
Extra: Ik heb alle bestanden nagelopen die ik met die mod heb verandert, maar alle codes voor het plaatje enzo staan er gewoon :S
Wanneer ontstond het probleem? vandaag een keer, gisteren werkte het nog
Adres van je forum: http://forum.lessthaneric.net
Geïnstalleerde mods: lijstje op: http://forum.lessthaneric.net/viewtopic.php?t=138
Huidige template: subSilver (aangepast)
phpBB versie: 2.0.15
Host: PcExtreme
Heb je onlangs een mod of stijl geïnstalleerd? gister de profile guestbook mod, en ook last post on index...
Heb je gezocht naar een antwoord? ja, maar niet gevonden
Extra: Ik heb alle bestanden nagelopen die ik met die mod heb verandert, maar alle codes voor het plaatje enzo staan er gewoon :S
het vervelende is dat in de mod dit staat
dus dat stuk code ben ik kwijt
/// wacht maar, ik haal dat stuk wel even van mn dev af
Code: Selecteer alles
#-----[ ACTION Find ]-----------------------------------------
#
if ( $forum_data[$j]['forum_last_post_id'] )
{
...
}
/// wacht maar, ik haal dat stuk wel even van mn dev af

het lukt toch nog steeds niet, dus ik heb voor als iemand het nog zou willen kijken het even in een .txt gezet 
index.php

index.php
Code: Selecteer alles
<?php
//
// ** Configuration file for subSilver template **
//
// ** copyright (C) 2001 The phpBB Group **
// ** Created by subBlue design **
// ** www.subBlue.com **
//
// ** subSilver dev. forum: www.subSky.com/phpBB2/ **
//
// $Id: subSilver.cfg,v 1.11 2002/02/04 18:31:15 psotfx Exp $
//
// Please note that to enable support of different languages
// the {LANG} place holder is available. This will be replaced
// with xxx where xxx is the users selected language. If
// that language isn't available it will default to english.
// Therefore you MUST ensure you have at least a english
// directory if you choose to localise your template
//
//
// Do not alter this line!
//
define(TEMPLATE_CONFIG, TRUE);
$current_template_images = $current_template_path . "/images";
$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif";
$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif";
$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif";
$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif";
$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif";
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif";
$images['icon_delpost'] = "$current_template_images/icon_delete.gif";
$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif";
$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif";
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif";
$images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif";
$images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif";
$images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif";
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif";
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif";
$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif";
$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif";
$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif";
$images['icon_view'] = "$current_template_images/icon_view.gif";
$images['gb_sign'] = "$current_template_images/{LANG}/gb_sign.gif";
$images['forum'] = "$current_template_images/folder_big.jpg";
$images['forum_new'] = "$current_template_images/folder_new_big.jpg";
$images['forum_locked'] = "$current_template_images/folder_locked_big.jpg";
$images['folder'] = "$current_template_images/folder.jpg";
$images['folder_new'] = "$current_template_images/folder_new.jpg";
$images['folder_hot'] = "$current_template_images/folder_hot.gif";
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif";
$images['folder_locked'] = "$current_template_images/folder_lock.jpg";
$images['folder_locked_new'] = "$current_template_images/folder_lock_new.jpg";
$images['folder_topic_type'] = "$current_template_images/folder_topic_type.gif";
$images['folder_topic_type_new'] = "$current_template_images/folder_topic_type_new.gif";
$images['folder_sticky'] = "$current_template_images/folder_sticky.jpg";
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.jpg";
$images['folder_announce'] = "$current_template_images/folder_announce.jpg";
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.jpg";
$images['post_new'] = "$current_template_images/{LANG}/post.gif";
$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif";
$images['reply_new'] = "$current_template_images/{LANG}/reply.gif";
$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif";
$images['pm_inbox'] = "$current_template_images/msg_inbox.gif";
$images['pm_outbox'] = "$current_template_images/msg_outbox.gif";
$images['pm_savebox'] = "$current_template_images/msg_savebox.gif";
$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif";
$images['pm_readmsg'] = "$current_template_images/folder.gif";
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif";
$images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif";
$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif";
$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif";
$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif";
// Start replacement - Flashing GIF for new PM MOD
$images['pm_new_msg'] = "$current_template_images/icon_mini_message.gif";
$images['pm_no_new_msg'] = "$current_template_images/icon_mini_no_message.gif";
// End replacement - Flashing GIF for new PM MOD
$images['topic_watch'] = "";
$images['topic_un_watch'] = "";
$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif";
$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif";
$images['topic_mod_split'] = "$current_template_images/topic_split.gif";
$images['topic_mod_move'] = "$current_template_images/topic_move.gif";
$images['topic_mod_delete'] = "$current_template_images/topic_delete.gif";
$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";
//
// Vote graphic length defines the maximum length of a vote result
// graphic, ie. 100% = this length
//
$board_config['vote_graphic_length'] = 205;
$board_config['privmsg_graphic_length'] = 175;
// Start add - Yellow card admin MOD
$images['icon_g_card'] = "$current_template_images/icon_gcard.gif";
$images['icon_y_card'] = "$current_template_images/icon_ycard.gif";
$images['icon_r_card'] = "$current_template_images/icon_rcard.gif";
$images['icon_b_card'] = "$current_template_images/icon_bcard.gif";
$images['icon_bhot_card'] = "$current_template_images/icon_bhotcard.gif";
?>
Ik wil nog een ding proberen. Zoek:Vervang door:
Code: Selecteer alles
'FORUM_FOLDER_IMG' => $folder_image,
Code: Selecteer alles
'FORUM_FOLDER_IMG' => ( $unread_topics ) ? $images['forum_new'] : $images['forum'],
... Maar ik modereer (nog) niet.