Highlight Threadstarter

Allow to highlight posts that were created by the creator of the thread
Version: 1.0
Autor: Matthias M.
Deutsche Übersetzung: noch nicht übersetzt
Hochgeladen: 20.06.2012
Letzte Aktualisierung: 20.06.2012
Support: https://www.mybb.de/forum/thread-25903.html (0 Beiträge)
Kompatibilität: MyBB 1.6.x
Bisherige Downloads: 10
Adds an additional array-value "isauthor" to posts that were created by threadstarter, easily usable for adding css-classes.

$post will get a new array-entry 'isauthor' with the value ' isauthor'.

Simply activate the plugin and edit your postbit or postbit_classic - template like this:

{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder{$post['isauthor']}" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>

the important part is the inertion of {$post['isauthor']} in the class-attribute of the post. So the table gets the additional class 'isauthor'.

Now you can adjust the global.css by simply adding something like

.isauthor {
background-color: red;
}

or whatever suits your needs.

Quelle: Highlight Threadstarter bei MyBB.com

Ähnliche Erweiterungen

Visual C# Syntax Highlighter 1.0 von piman314 für MyBB 1.4.x
Allows the use of [vcs][/vcs] tags to highlight Visual C# code

152 Downloads
Highlight Direct Speech
Highlight Direct Speech 1.0 von Amaryllion für MyBB 1.8.x
Direkte Rede in Posts hervorheben

75 Downloads
DCode Syntax Highlighter
DCode Syntax Highlighter 1.1 von Rashan für MyBB 1.8.x
An advanced code/ syntax highlighting system for MyBB.

27 Downloads
Highlight own threads 0.1 von Tom Loveric für MyBB 1.4.x
Highlights threads that you created.

153 Downloads
MyBB Syntax Highlighter v1.1
MyBB Syntax Highlighter v1.1 1.1 von MaRZoCHi für MyBB 1.6.x
Higlighter for Codes

32 Downloads