MyBB Notices [Deleted]

Status
Not open for further replies.

Matthew2D

Well-known member
Matthew2D submitted a new resource:

MyBB Notices (version 1.0) - Make your notices look like MyBB

This will make notices look like MyBB's.

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

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

Code:
<li class="mybbnotice 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}'}"
            title="{xen:phrase...

Read more about this resource...
 
Status
Not open for further replies.
Top Bottom