Post icoons
Geplaatst: 11 sep 2005, 12:59
Hoe krijg de message icoons onder het onderwerp?!
Code: Selecteer alles
Fatal error: Call to undefined function: mods_settings_get_lang() in /home/farmer/domains/farmeronline.nl/public_html/forum/admin/admin_board_extend.php on line 326
Door de mod goed uit te voeren en begrijpen waar je hem neer zet.Farmer schreef:http://img399.imageshack.us/img399/1678 ... ons5fo.jpg
Hoe krijg de message icoons onder het onderwerp?!
Code: Selecteer alles
##############################################################
## MOD Title: Post Icons : icons for topics and posts - part 1
## MOD Author: Ptirhiik < ptirhiik@clanmckeen.com > (Pierre) http://rpgnet.clanmckeen.com
## MOD Description:
## This mod will allow to add an icon in front of each topic title.
## This part is common to all board setup.
##
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 15 Minutes
## Files To Edit:
## posting.php
## viewtopic.php
##
## includes/functions.php
## includes/functions_post.php
## includes/topic_review.php
##
## templates/subSilver/posting_body.tpl
## templates/subSilver/subSilver.cfg
##
## Included Files:
## icon/*.*
##
## def_icons.php
## icons_def_icons.tpl
## lang_extend_post_icons.php
## mod_post_icons.php
##
## admin_icons.php
## admin_icons_body.tpl
## admin_icons_delete_body.tpl
## admin_icons_edit_body.tpl
##
## mod-mods_settings/admin_board_extend.php
## mod-mods_settings/board_config_extend_body.tpl
## mod-mods_settings/functions_mods_settings.php
## mod-mods_settings/lang_extend_mods_settings.php
##
## mod-lang_settings/lang_extend_mac.php
Code: Selecteer alles
##############################################################
## MOD Title: Post Icons : icons for topics and posts - Part 2
## MOD Author: Ptirhiik < ptirhiik@clanmckeen.com > (Pierre) http://rpgnet.clanmckeen.com
## MOD Description:
## This mod will allow to add an icon in front of each topic title. This part
## is about the viewforum.php/viewforum_body.tpl if you haven't Split topic v2 mod
## installed.
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 3 Minutes
## Files To Edit:
## viewforum.php
## templates/subSilver/viewforum_body.tpl
##
## Included Files:(n/a)
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## You must have the part 1 of the mod installed.
##
##############################################################
## MOD History:
##
## 2003-10-28 - Version 1.0.1
## - fix usage of image key entry in the configuration
## - add the lang settings
##
## 2003-09-14 - Version 1.0.0
## - no change regarding 0.0.3
##
## 2003-09-07 - Version 0.0.3 (beta)
## - add the admin part
## - split the mod in two part for further add (split topic type v2)
##
## 2003-08-01 - Version 0.0.2 (alpha)
## - add the function get_icon_title() in functions.php
##
## 2003-08-01 - Version 0.0.1 (alpha)
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################