The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
I have an idea for a hack, if someone would care to try writing it. My idea is that users would be required to use at least one form of PM notification, be it the pop-up message, or email message. I know that many people, if they don't use either type, may never notice the message at the bottom that says they have a PM, and if they mark all forums read, or their cookie times out, they might never notice.
This hack would probably only apply to new users at the time of registration, and current members the next time they edit their profile options. If a user tries to register, or save their profile options, while having both notification options turned off, they would get a warning message telling them they must select one or the other. They would not be able to register or save their options until they select one. |
#2
|
|||
|
|||
this would just be some java script code if you already have the options their, you can just make one of them checkd by adding "checked" to the tag without the ", then you just use a script so that if they select one the other one goes out, there is away around that but it would mean people rewriting the page, so thats very unlikly. i would like to see this pop on new pm script if someone could sen it to me.
i will post the java script code here later if you don't allready know it regards jamie |
#3
|
|||
|
|||
try this. its not java but it mean that the have one selected even if they dont know it!
open members.php find $adminemail=iif($allowmail=="yes",1,0); (about line 648) add above that if ($emailonpm==no and $pmpopup==no) { $emailonpm="yes"; } if you wish for the default to be a popup window the just change $emailonpm="yes"; to $pmpopup="yes"; hope this is what you wanted! i will work on the one for when they register but it should be the same. you may want to add a msg on your board to say that if they dont select any then x will be selected! regards jamie |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|