PDA

View Full Version : How can this be done


lost in space
11-05-2002, 01:58 PM
I am new to everything and need some help.

I did a search and did not find anything.

I want to install the pm to new members hack, but want to know if there is any way to take the, Pop up a box when you receive a Private Message? option from the edit options area and make it a default setting?

or is there a better way to make sure that the pm that is sent is read asap?


I do not want to take away the users options but, do want to ensure that they do read the new member pm.

Thank you for all of the valuable information that you provide on this site. :confused:

Xenon
11-05-2002, 03:54 PM
This is just a template modification... *moving*

in registeradult-template you find this:
<td bgcolor="{firstaltcolor}"><normalfont>
<input type="radio" name="pmpopup" value="yes"> yes
<input type="radio" name="pmpopup" value="no" checked> no
</normalfont></td>


change it to:

<input type="hidden" name="pmpopup" value="yes">


then it is standart when they register, but can be changed in options after registration

lost in space
11-05-2002, 04:19 PM
Thank you very much.

Sorry for posting in the wrong area