Quote:
Originally Posted by fusiongoddess
How can I remove "Last Edited By" on the group's description next to its image? (it's the block before post listing in a group)
|
Either untick "Show Group Text Edit Details" or edit the template "groups_display_main" and remove this chunk of html
HTML Code:
<if condition="$grps_showgroup[edit_details]">
<div class="smallfont" align="right"><br /><br /><br />
<em>
<phrase 1="$grps_showgroup[edit_username]" 2="$grps_showgroup[edit_date]" 3="$grps_showgroup[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
<if condition="$grps_showgroup[edit_reason]">$vbphrase[reason]: $grps_showgroup[edit_reason]</if>
</em>
</div>
</if>