Customizing SMF > Now Available
PM to New Registered Users
PrizeLive.com:
--- Quote from: Vinspire on July 09, 2006, 12:16:10 AM ---
--- Quote from: husmen73 on July 05, 2006, 11:28:53 AM ---
--- Quote from: tarkhorani on July 04, 2006, 09:56:02 AM ---This is Mod for 1.1 RC2
I download and installed it but where can I set the propeties and how can Use it
--- End quote ---
Sub-members.php look for
--- Code: ---// welcomemessage options:)
sendpm($pmto, 'Welcome!!!', 'WE THANK MEMBER YOU FOR ISING...', 0, $pmfrom);
--- End code ---
Subject='Welcome'
Messaje='WE THANK MEMBER YOU FOR ISING...' ;)
Edit mod: download here
--- End quote ---
Try downloading this then :)
--- End quote ---
does that mean it will only be available for 30 days? it says it'll be deleted unless i download the premium one..
Vinspire:
Nope, that is rapidshare. I don't think they would delete your file after 30 days.
Am not sure thou but i don't think it will make any effect :P
dæmon:
Dumb question time. How do I put a break in? I tried <br>, <br />, /n, <p></p>... but none of them worked.
SpyDie:
It may be easier to use the mod that was created:
http://mods.simplemachines.org/index.php?mod=387
HTH
Maksa:
--- Quote --- // Set up the message arrays
$pmfrom = array(
'id' => 1,
'name' => 'name or variable',
'username' => 'name or variable'
);
$pmto = array(
'to' => array($memberID),
'bcc' => array()
);
// Give them a warm welcome via PM :)
sendpm($pmto, 'Subject Here', 'Message Here', 0, $pmfrom);
--- End quote ---
It's working. But It's showing "Guest" Undermy username. Infact i am Administrator.
Maksa
Guest
Wat if new member want to reply? Coz it send mail as Guest not Admin.
my edited code
--- Quote --- // Set up the message arrays
$pmfrom = array(
'id' => 1,
'name' => 'Maksa',
'username' => 'Maksa'
);
$pmto = array(
'to' => array($memberID),
'bcc' => array()
);
// Give them a warm welcome via PM :)
sendpm($pmto, 'Welcome My Friend', 'Welcome to Maksazone.com Hope u will enjoy here. please keep posting to make our site better. <br>Feel free to contact me or e-mail me at maksazone@gmail.com for any help of sugesstions.<br><br> Thanks,<br>Maksa (Mayur K. Saparia)<br>Maksazone.com', 0, $pmfrom);
--- End quote ---
also wanted to know one more thing..
Is it possible to make that text with bold, links n diffrent text colors. like below
Welcome to Maksazone.com Hope u will enjoy here. please keep posting to make our site better.
Waiting for Reply...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version