vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Administrative and Maintenance Tools - [OzzModz] Global Admin / Mod Notes In ACP / MODCP (https://vborg.vbsupport.ru/showthread.php?t=303650)

ozzy47 10-20-2013 10:00 PM

[OzzModz] Global Admin / Mod Notes In ACP / MODCP
 
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:

Quote:

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

Quote:

Originally Posted by ozzy47 (Post 2455035)
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

Quote:

Originally Posted by ozzy47 (Post 2455038)
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:
PHP Code:

<installcode>
ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2");
</installcode> 

And if the forum uses utf8 ?

I recommend to remove:
PHP Code:

DEFAULT CHARSET=latin1 



All times are GMT. The time now is 10:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00964 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete