PDA

View Full Version : Administrative and Maintenance Tools - [OzzModz] Global Admin / Mod Notes In ACP / MODCP


ozzy47
10-20-2013, 10:00 PM
Another mod brought to you by,
https://vborg.vbsupport.ru/external/2015/01/1.png

Here is a small modification you can use to show a block in the ACP / MODCP that contains notes admins typed in.

Only Admins can type notes in the block, if you choose to let Mods view them, that is all they can do, they can not add notes.

It is a simple installation, just import the product XML, product-ozzmodz_global_notes_3.8

You can edit the options under the settings, OzzModz: Global Admin / MOD Notes Settings

Complete Feature List
Option to disable the mod completely.
Option to show the notes to moderators in the MODCP.Frequently Asked Questions.

Q. Why would I need such a mod?

A. The current Administrator Notes, only show up for the person that typed them, these notes will show up to all admins / mods, better to communicate things in the ACP / MODCP that way.

-------------------------------------------------------------------------------------------

If you like this mod please hit the https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ---->

Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available.

* For security issues - vBulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications.

I appreciate the support!
-------------------------------------------------------------------------------------------

v1.0.0 Initial release.

ozzy47
10-21-2013, 12:50 AM
Reserved.

Max Taxable
10-21-2013, 01:20 AM
This error on install:

Database error in vBulletin 3.8.7:

Invalid SQL:
CREATE TABLE IF NOT EXISTS `ozzmodz_global_admin_notes` (
`noteid` int(11) NOT NULL auto_increment,
`notes` mediumtext NOT NULL,
PRIMARY KEY (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2;

MySQL Error : Key column 'userid' doesn't exist in table
Error Number : 1072
Request Date : Sunday, October 20th 2013 @ 07:18:57 PM
Error Date : Sunday, October 20th 2013 @ 07:18:57 PM
Script : http://myboard.com/admincp/plugin.php?do=productimport
Referrer : http://myboard.com/admincp/plugin.php?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.96-log

ozzy47
10-21-2013, 01:24 AM
Sorted, redownload the XML, and try it again. Thanks for catching that.

Max Taxable
10-21-2013, 01:26 AM
I actually have no use at all for this since I have no Moderators and never will have, but installed anyway with no hitches this time.

It's a cool idea and would definitely be useful for most all boards IMO.

ozzy47
10-21-2013, 01:28 AM
What about other admins? Thanks for marking as installed also. :)

Max Taxable
10-21-2013, 01:30 AM
What about other admins? Thanks for marking as installed also. :)I have two other admins so yeah, I suppose this could be handy for leaving "notes on the fridge" to them. Only the Super Admin can see the admin notes in native adminCP?

ozzy47
10-21-2013, 01:43 AM
No, each admin will only see what they type in in the native Administrator Notes block.

Max Taxable
10-21-2013, 01:44 AM
No, each admin will only see what they type in in the native Administrator Notes block.Got'cha.:up:

GiRassell
12-23-2013, 07:59 AM
Mod: 3.8 & 4.x
Incorrectly:
<installcode>
ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2");
</installcode>
And if the forum uses utf8 ?

I recommend to remove:
DEFAULT CHARSET=latin1