Gives "New Post Indicator" function for all admin posts [Deleted]

Russ

Well-known member
Russ submitted a new resource:

Gives "New Post Indicator" function for all admin posts (version 1.0) - Add some admin alerts

This is a rather simple template modification which simply extends the "New Post Indicator" to display it on all admin posts. Like so:

View attachment 41556

Steps to install:

Open EXTRA.CSS and add:

Code:
    .message .snewIndicator
    {
        font-size: 11px;
        color: @primaryMedium;
        background: @primaryLight url('@imagePath/xenforo/gradients/form-button-white-25px.png') repeat-x top;
        padding: 1px 5px;
        margin: -5px -5px 5px 5px;
        border:...

Read more about this resource...
 
@Russ is this part of the Core? As I don't remember to use this resource but now Admin Posts are shown exactly this way, but I would really love to turn this feature off, just don't know how, as I never turned it on :D
 
Threadstarter:

<xen:if is="{$post.user_id} == {$thread.user_id}">
<strong class="newIndicator"><span></span>Themenstarteer</strong></xen:if>
 
Last edited:
That would be great to have chosable for admins before posting. I participate in my forum mostly as a normal user with noch admin banner but if i have to say something as "admin" i would be happy to have this option to get the needed attention....
 
Top Bottom