PDA

View Full Version : Here is a good question to ask about PM


T3MEDIA
12-13-2004, 08:17 AM
you know that area on the bototm:
"To delete this message, check the appropriate option below and then click the 'Delete this Message' button."
I would like that box to be ticked already. it makes no sense to me to tick and then delete. I know I know just in case they dont mess up.

but how do I change that in code?

tubedogg
12-13-2004, 06:12 PM
you know that area on the bototm:
"To delete this message, check the appropriate option below and then click the 'Delete this Message' button."
I would like that box to be ticked already. it makes no sense to me to tick and then delete. I know I know just in case they dont mess up.

but how do I change that in code?
Edit the pm_showpm template and change this
<input type="checkbox" name="pm[$pm[pmid]]" id="deletepm" value="true" />
to this
<input type="checkbox" name="pm[$pm[pmid]]" id="deletepm" value="true" checked="checked" />

T3MEDIA
12-13-2004, 09:43 PM
Edit the pm_showpm template and change this
<input type="checkbox" name="pm[$pm[pmid]]" id="deletepm" value="true" />
to this
<input type="checkbox" name="pm[$pm[pmid]]" id="deletepm" value="true" checked="checked" />
Is this how you go about getting business? Because I am about to ask you if your looking for work!