Quote:
Originally Posted by Surviver
You can activate/deactivate ist per Usergroup and Forum 
|
Hi Survivor - nice hack. I just have one suggestion. Could you include that instruction into the instructions in the .zip file? I dutifully followed all instructions and was wondering why it didn't work. Then I discovered in post #22 that I needed to manually activate this on a usergroup basis. It might also be an idea to default the settings to on for the admin and super mod usergroups. This might save some people a lot of confusion (either that, or make sure it is written in the instructions).
I've also made a small change to the template edit as follows:
Code:
<if condition="$show['edithistorylink']"><if condition="$post['editcount'] > 0"><a href="edithistory.php?do=viewedithistory&postid=$post[postid]"><phrase 1=$post[editcount]>$vbphrase[saved_edits]</phrase><a></if></if>
This has the advantage of only displaying the edits link if there are actually edits. I don't think it makes sense to display an edits link when the number of edits is 0.
Thanks again for a great mod.