Quote:
Originally Posted by SaN-DeeP
is it possible to hide the QuickEdit Button
once the edit time on those posts is over ??
Just want to hide the button, as even after users click on it, they are not able to edit post 
But better to hide it.
What ya say ?
Sandy...
|
Try using this code in the postbit templates:
Code:
<if condition="THIS_SCRIPT=='showthread' and $post['editlink']">
$quickedit
</if>