|
Post Group: Working Newbie
Posts: 80
Status: 
|
You can choose the default signatur of new users.
Very easy to install.
File: main/register.php
Find:
PHP Code $qresult = makequery("INSERT INTO ".$dbtables['users']."
Add before:
PHP Code $signature = 'New signature text';
Find:
PHP Code email = '$email',
Add after / before:
PHP Code sig = '$signature',
You can replace the text "New signature text" with the text you want to apear in the new user signatures.
You can also use bbcode here.
Done ^^
Edited by nfsalon : December 9, 2009, 7:37 pm
-----------------------
|