MyBB Community Forums

Full Version: Note moderator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
no it is compatible
(2015-09-10, 10:50 AM)Supryk Wrote: [ -> ]no it is compatible

let me check again .
Version 1.4

added bbcode editor
added option to set pm sender, and chose if you wanna drop table on plugin unistall
small optimization
Version 1.5

added animation when we remove note
change option t defined uid of author PM, now plugin user select2 autocomplete username

http://i.imgur.com/xJQLLgd.png
Version 1.6
fix animation for quick delete note
add note to Preview Post
small code fix
Thank you Supryk.
@Supryk - is possible to change the css style for the note window? It should be more separated from tthe text above in the post
Yes, show me screenshot how it's look on your forum
Here it is
hmmm
try this

add to each template
notemoderator_normal
notemoderator_information
notemoderator_warn

to first span add new class "note"
like that
<span id="notemoderator_{$note[\'nmid\']}" style="width:100%;" class="note">

and add to plugin css

.note:first-child, :not(.note) + .note { margin-top :5px; }
or
note:first-child {
 margin-top :5px; 
}

tell me if it work
Pages: 1 2 3 4 5 6 7 8 9