[BETA] Integrate Color group in Profile Guestbook

Zelf bezig aan een modificatie? Wij kijken graag mee..
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
brandsrus
Berichten: 1966
Lid geworden op: 01 jul 2005, 19:38
Locatie: r. Лeувapдeн
Contacteer:

[BETA] Integrate Color group in Profile Guestbook

Bericht door brandsrus » 14 mei 2006, 12:13

Code: Selecteer alles

##############################################################
## MOD Title: Adaption for guestbook to integrate the color groups mod 1.2.1
## MOD Author: Brandsrus < martenkorfbalt@hotmail.com > (Marten Brands) N/A
## MOD Description: Makes it possible to view the color of generated by the color groups mod in the profile guestbook.
## MOD Version: 0.0.1
## 
## Installation Level: Easy
## Installation Time: 3 minutes
## Files To Edit: includes/functions_guestbook.php
## Included Files: 
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
## Generator: MOD Studio [ ModTemplateTools 1.0.2288.38406 ]
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes: I must installed the profile guestbook from Paul and the Color Groups mod from nivisec
##############################################################
## MOD History:
## 
## 2006-05-14 - Version 0.0.1
## -- Makes possible to view the color group in profile guestbook 
## 
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################

#
#-----[ OPEN ]------------------------------------------
#
includes/functions_guestbook.php
#
#-----[ FIND ]------------------------------------------
#
if (!defined('IN_PHPBB'))
{
	die("Hacking attempt");
} 
#
#-----[ BEFORE, ADD ]------------------------------------------
#
include_once($phpbb_root_path.'includes/functions_color_groups.'.$phpEx);
#
#-----[ FIND ]------------------------------------------
#
'POSTER_NAME' => $poster,
#
#-----[ REPLACE WITH ]------------------------------------------
#
'POSTER_NAME' => ($poster_name = color_group_colorize_name($poster_id, true)) ? $poster_name : $poster,
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM

cartoontje
Berichten: 1518
Lid geworden op: 29 jun 2003, 10:57
Locatie: Home Sweet Home
Contacteer:

Bericht door cartoontje » 14 mei 2006, 13:56

Mag je dit nog een mod noemen? Het is gewoon een CTRL C + CTRL V van een andere lokatie.

Gebruikersavatar
Carlo Claessen
Berichten: 1280
Lid geworden op: 02 jul 2005, 14:05

Bericht door Carlo Claessen » 14 mei 2006, 14:05

Cartoontje laat het modden aan ons over!!!

Een mod is een mod als er een aanpassing komt in het systeem, dit gebeurd bij deze dus ja het is een mod.

nu ontopic!!!
''Do not meddle in the affairs of wizards, for they are subtle and quick to anger. '' J.R.R Tolkien

Gesloten