Usernotes for the Staff [Deleted]

@semprot

vb.webp
Time to import that Usernote :D
importer.webp
Success :D
xf.webp

Tested on XenForo 1.5.8

If you have anymore questions please feel free to tag me or shoot me a message.

Cheers :coffee:
 
@Kirk @Dan

Quick question. The large editor on the top makes it difficult to read some of the messages as you need to scroll. Is there a way to make it smaller like the quick reply?
 
@Kirk @Dan

Quick question. The large editor on the top makes it difficult to read some of the messages as you need to scroll. Is there a way to make it smaller like the quick reply?
Try this:

1- Go to Templates-> Look for elusernotes_memberview

2- Look for:
Code:
<style>

        .messageSimple .messageContent article,
        .messageSimple .messageContent blockquote
        {
            display: block;
        }

</style>

Add the following after the }
Code:
        .redactor_box{
        height:100px;
        }

Shoot me a message if you need anymore help
 
If I edit and save a usernote, I get this error:

Is this a problem with usernotes or another addon?

I just tried editing a usernote on my local dev machine and It seems I can edit usernotes

FlBfs3Pcfv.gif
 
If I edit and save a usernote, I get this error:

Is this a problem with usernotes or another addon?

Stuart, it could be.
I've just checked the files of 1.2.4 which we're running, and that variable is only used in an array when writing to the moderator log.
/library/ElUsernotes/ModeratorLogHandler/Usernotes.php

Can also edit usernotes on our installation and my dev installation too.
This against XenForo 1.5.10
 
Hi @Kirk & @Dan , i tried the importer from VB 4.
However i see the BB code content within the user notes are removed.
For example on original data, there is IMG bbcode tag.
But on the imported data, i see there is no BB code at all.

is it intended?

Update : i see that in "el_usernote" table, there is no bb code indeed in the "message" column.
 
Last edited:
AndyBs´s Addon seems to have one text, here we have many.
But what is with bbcode, attachments or links?
And how many chars are possible (varchar or text?)
 
I have a Problem with my Design, could 1 help me out? A tip where I can find the error would help
upload_2017-7-6_19-20-47.webp

And is it possible to see the usernotes in e.g. find-new/posts ?
 
Last edited:
Top Bottom