vBulletin Notices [Deleted]

Status
Not open for further replies.

Matthew2D

Well-known member
Matthew2D submitted a new resource:

vBulletin Notices (version 1.0) - Notices that look like vbulletin.

This will make notices look like vbulletin's.

1. Admin CP -> Appearance -> Your Style -> Templates -> notice

Change panel in the first line to vbnotices. It should look like this.

Code:
<li class="vbnotices Notice DismissParent notice_{$noticeId}">
    <div class="{xen:if {$notice.wrap}, 'baseHtml noticeContent'}">{xen:raw $content}</div>
   
    <xen:if is="{$notice.dismissible}">
        <a href="{xen:link account/dismiss-notice, '', 'notice_id={$noticeId}'}"...

Read more about this resource...
 
Can you upload the preview images here? Since I am not a vBulletin customer, I can't see a full size version of the images.

BTW: Just so you know, I can't create add-ons. Only template modifications.
 
Can you upload the preview images here? Since I am not a vBulletin customer, I can't see a full size version of the images.

BTW: Just so you know, I can't create add-ons. Only template modifications.

That mod/function he's talking about above, should be able to be replicated with the default XenForo notices manager.
 
Status
Not open for further replies.
Top Bottom