SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

I am using Xoops 2.0.15. When someone register, he/she will recieve an email (subject name of "User activation key...") for activation purpose. How could I change the subject name and the contents inside the email? Thanks.
Hi'

You have to change it two places.

Subject:
Change in http://www.yousite.com/language/english/user.php
Find the line Quote:
define('_US_USERKEYFOR','User activation key for %s');

Change to:
Quote:
define('_US_USERKEYFOR','any text you want');


Content
Change in http://www.yousite.com/language/english/mail_template/register.tpl
That shoud be easy, when You see the file.


The comments are owned by the author. We aren't responsible for their content.


Login

Who's Online

221 user(s) are online (1 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 221


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Did you know ?

you can use 'cronjob' in CPanel to complete backups of your database.

Random question

I recently upgraded from 2.0.13 to 2.2.3a Final. Before upgrading, I was able to make changes to html files, saving them to the server, then seeing those changes appear on a browser reload. Now, I cant get any changes to appear in my html files. Do I need to set a caching variable somewhere? I am using a custom module?