[mod] handtekening van board

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gebruikersavatar
mosymuis
Berichten: 6940
Lid geworden op: 05 feb 2003, 14:00
Locatie: Amsterdam
Contacteer:

Bericht door mosymuis » 05 jan 2004, 23:00

Waarom werd er op de pagina hiervoor zo moeilijk gedaan over die zip?! Het is een .txt filetje van 78 regeltjes... pfft. :?

Code: Selecteer alles

############################################################## 
## MOD Title: Include board e-mail sig on all user e-mails 
## MOD Author: Duvelske 
## MOD Description: The title says it all. This will place the 
##                  sig you define in the admin config area at 
##                  the bottom of all e-mails sent from the 
##                  user profile links anywhere on the forum. 
## MOD Version: 1.0.0 
## 
## Installation Level: (easy) 
## Installation Time: A few minutes 
## Files To Edit: includes\usercp_email.php 
##                language\lang_english\email\profile_send_email.tpl 
## Included Files: (n/a) 
############################################################## 
## For Security Purposes, Please Check: http://www.vitrax.vze.com 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
############################################################## 
## Author Notes: While you have profile_send_email.tpl open 
##               you can customize the default message. 
############################################################## 
## Before Adding This MOD To Your Forum, 
## You Should Back Up All Files Related To This MOD 
############################################################## 

# 
#-----[ OPEN ]------------------------------------------ 
# 
includes\usercp_email.php 

# 
#-----[ FIND ]------------------------------------------ 
# 
'MESSAGE' => $message) 

# 
#-----[ REPLACE WITH ]------------------------------------------ 
# 
'MESSAGE' => $message, 
'BOARD_EMAIL_SIG' => $board_config['board_email_sig']) 

# 
#-----[ FIND ]------------------------------------------ 
# 
'MESSAGE' => $message) 

# 
#-----[ REPLACE WITH ]------------------------------------------ 
# 
'MESSAGE' => $message, 
'BOARD_EMAIL_SIG' => $board_config['board_email_sig']) 

# 
#-----[ OPEN ]------------------------------------------ 
# 
language\lang_english\email\profile_send_email.tpl 

# 
#-----[ FIND ]------------------------------------------ 
# 
{MESSAGE} 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 


~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
{BOARD_EMAIL_SIG} 



# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 
# EoM

AJK

Bericht door AJK » 06 jan 2004, 10:18

Precies! Als het alleen tekst is kan je de inhoud van de mod ook gewoon posten!

Request: Slotje?

Duvelske
Berichten: 656
Lid geworden op: 19 okt 2003, 16:05
Locatie: st willebrord
Contacteer:

Bericht door Duvelske » 06 jan 2004, 11:41

Over die zip werd wel moeilijk gedaan, maar er staat ook een link bij om hem direct te downloaden

Download
Bezoek ook ns mn site:
http://www.partyfreakers.nl of mn premodded site: http://www.vitrax.org

Laturzzz,
Duvelske

Gebruikersavatar
mosymuis
Berichten: 6940
Lid geworden op: 05 feb 2003, 14:00
Locatie: Amsterdam
Contacteer:

Bericht door mosymuis » 06 jan 2004, 12:39

Dat snap ik, hoe dacht je dat ik eraan kwam? ik bedoel dat je hem net zo goed meteen tussen [code]..[/code] had kunnen plaatsen, dat ziet iedereen meteen waar het om gaat en was dat gezeur om security niet nodig geweest.

Gesloten