Click to See Complete Forum and Search --> : phpBB Package
Dysan
03-13-2008, 08:41 AM
I have downloaded the phpBB Full Package at http://downloads.sourceforge.net/phpbb/phpBB-3.0.0.zip?download
My question is this:
Which PHP file sends confirmation emails to people? (e.g. Welcome to the forums etc)
Which PHP file sends Private messages to people
MrCoder
03-13-2008, 09:23 AM
If I told you I would have to kill you...
Not sure to be honest, but if it is multilingual then there will probably be English text files floating about.
If in doubt then search in the files using a tool to find instances of text.
bokeh
03-13-2008, 09:31 AM
Just click on the links and watch the URL bar.
Dysan
03-13-2008, 10:54 AM
The URL is: http://localhost/ucp.php?mode=register I can see the email code within this file. Where is it then?
Dysan
03-13-2008, 12:00 PM
I can't find the email code. Any Ideas?
bokeh
03-13-2008, 12:06 PM
You will need to look in each file included by that or any of it's descendants.
roscor
03-13-2008, 02:08 PM
1/ user_welcome.tpl
Path----- phpbb/language/lang_english/email/user_welcome.tpl
2/privmsg_notify.tpl
Path----- phpbb/language/lang_english/email/privmsg_notify.tpl