Quote:
Originally Posted by Psionic Vision
Code:
<if condition="$show['supportforum_message']">
<center>
<span class="smallfont">
<strong>
<if condition="$thread['postuserid'] == $vbulletin->userinfo['userid']">
Notice: This issue has been resolved! If you are still experiencing problems, you may reopen the thread.
<else />
<if condition="can_moderate($foruminfo['forumid'], 'canopenclose')">
Notice: This issue has been resolved! The thread may be reopened by the thread starter if he or she is continuing to experience problems.
<else />
Notice: This issue has been resolved! If you are experiencing a similar issue, please create another thread.
</if>
</if>
</strong>
</span>
</center>
<br />
</if>
|
If I'm experiencing the double lines for seperate sticky threads with the mod for that installed, is this a fix for it?