Quote:
Originally posted by !!!cyr0n_k0r
here are my settings. I set my post count to 24 and made a new thread and I didnt get a PM or an e-mail. I even posted replies making my post count like 27.. and still no pm or e-mail.
|
1- Is "accept pm" settings in your user cp is ON?
2- Did you applied the hack code BOTH to newthread.php AND newreply.php?
3- Did your hack settings are exactly same in newthread.php and newreply.php?
4- Did you create templates correctly? (Check especially exact names)
5- If you have more than 1 style sets, did you create your templates in ALL stylesets?
6- Does hack work if you change the settings to "Send Email", "create a thread"?
7- Does hack send you an admin report mentioning that pm is sent, if you set admin notification ON? (Try it)
8- Set the first 2 settings as:
PHP Code:
// How to send the greeting to the user:
// 0 --> Neither PM nor Email (Disables PM/email Greeting)
// 1 --> PM Only (If he can receive pms)
// 2 --> Email Only
// 3 --> PM Only (Whether he can receive PMs or not)
// 4 --> BOTH PM and email
// 5 --> If he can receive send PM, if not send Email.
$greeting_type=4;
// Which post numbers will be greeted via email or PM?
// The hack will greet send greetings email/PM for every number of posts you specified here
// Usage Examples: To greet only 1000th post use: $greetpost_pm=array('1000');
// To greet only 1000th and 2000th post use: $greetpost_pm=array('1000','2000');
$greetpost_pm=array('1','2','3','4','5','6','7','8');
Register as a new user (with post number 0) and try to send a few posts and see if the hack is working.
And make sure you dont choose "create a poll" option while you send your post or send the post into a "moderated" forum.