Quote:
Originally Posted by RMS-Chef
To solve the issue with soft deleted threads, just do the same tempalte edit that you have in threadbit in threadbit_deleted.
|
Quote:
Originally Posted by RMS-Chef
And as a temporary fix for announcements in template threadbit_announcement
After the first <tr>
I added:
Code:
<!-- THREAD PREVIEW -->
<if condition="!is_member_of($vbulletin->userinfo, $postpreviewusergroups) && $vbulletin->options[ajaxpostpreview_enable] == 1 && (!(in_array($forumid, array($vbulletin->options['ajaxpostpreview_forums']))))">
<td class="alt2"> </td>
</if>
<!-- / THREAD PREVIEW -->
|
Thank you for taking the time to look at it! Work has been killing me lately so I haven't been able to do anything really
Will include these in the next update and give you credit for your work :up: