Version: 1.00, by Reven
Developer Last Online: Apr 2009
Category: Moderators Functions -
Version: 3.6.5
Rating:
Released: 05-02-2007
Last Update: 05-02-2007
Installs: 25
Uses Plugins Template Edits
No support by the author.
View Usernotes Given
This product will allow all current staff on your forum view usernotes they have given to members of your community. All moderators, super moderators and administrators are able to view a list of usernotes, the users they were given to, and links to either view or edit each.
The usernotes are divided into pages, each with ten. Staff can browse through each page of usernotes using the navigation menu at the bottom right of the table.
Your staff can view their posted usernotes by going to:
http://www.example.com/forums/misc.p...usernotesgiven
(vBulletin.org truncates this link. Please copy this link to your clipboard and paste it into a text editing program for the full link, or hover over the link in your browser.)
Where http://www.example.com/forums/ is the path to your forum root. You can decide whether or not you want to edit a template somewhere on your site in order to show a permanant link to this page, but I found the feature worked best as a link in a sticky within my staff forum. Adding functionality in order to show a link to the page somewhere on the forum only visible to staff would create an extra query for everyone, not just staff, which is a bad overhead for such a small forum feature.
Non-staff are shown the normal contents of misc.php (Smilies) if they access the page.
Features
Lets moderators, super moderators and administrators view all usernotes they have posted through one page.
Divides usernotes into groups of ten per page, in order to prevent large loading times.
Images are not shown, so as not to stretch the page dimensions. Smilies, BB code and HTML/PHP/Code tags are all shown as normal.
Details
1 Product
1 Plugin
2 Templates
Update Tracker
1 Query
No database edits.
Installation
Enter your Admin Control Panel and go to the Manage Products page under the Plugins & Products tab, then click Add/Import Product. Download the XML file attached to this post and then locate it on your computer on this page, then click Import. The product will now be installed automatically.
If your board is primarily non-English speaking, you can edit the two phrases the product uses. These are named 'no_usernotes_posted' and 'viewing_usernotes_given'.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I'm probably being daft but I don't see how to get 'an overview' of all usernotes... mods/admin are only able to see the usernotes they made themselves.
Is it possible for admin to see all usernotes issued by all staff and would that include usernotes that are automatically added such as following an email change (where that modification is installed)?
I'm probably being daft but I don't see how to get 'an overview' of all usernotes... mods/admin are only able to see the usernotes they made themselves.
Is it possible for admin to see all usernotes issued by all staff and would that include usernotes that are automatically added such as following an email change (where that modification is installed)?
Just remove this;
PHP Code:
WHERE posterid=" . $vbulletin->userinfo['userid'] . "
This calls only the usernotes that a userID has posted. By removing it you will have everyones usernotes displayed.
Also don't forget to tweak the number of usernotes displayed from the default 10.
A much more likely scenario, given that the developer of this mod hasn't been online here for years and the code is not marked as reusable, is that someone builds something similar for vB 4.2.x from scratch.
A much more likely scenario, given that the developer of this mod hasn't been online here for years and the code is not marked as reusable, is that someone builds something similar for vB 4.2.x from scratch.
Ah right, any takers? Mark didn't you have something like this in the works?
Ah right, any takers? Mark didn't you have something like this in the works?
Yes, but I abandoned it because I had too many other things going. If I recall correctly, you wanted to view the usernotes from within the AdminCP. It appears this mod does what I would do, and that is to display them on a custom page.
Yes, but I abandoned it because I had too many other things going. If I recall correctly, you wanted to view the usernotes from within the AdminCP. It appears this mod does what I would do, and that is to display them on a custom page.