PDA

View Full Version : how to allow a user to delete the his first post, without deleting a thread?


Stasik
19 Jun 2001, 21:00
how to allow a user to delete the his first post, without deleting a thread?


TXH

kippesp
24 Jan 2002, 01:06
Same question for admins and mods.

Does this require a hack?

Xenon
24 Jan 2002, 11:18
open editpost.php and find this lines:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



just change


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



to


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


when only normal users cannot delete the thread

or just kill the whole true clause when nobody should delete a thread on this way