PDA

View Full Version : Mod. 2 Mod. Notes VIA ModCP Index


shovel
11-29-2002, 10:00 PM
Hello All vB.org Members,

I've brought another small hack to the screen, this time it's for the Moderator's Control Panal. This is a cousin of sorts to the Admin. 2 Admin. Notes.... I recently submitted. This one is bug free and is ready to be loaded to a fresh ModCP.

What does it do? Like it's cousin, it allows the Staff of a forums to check into their ModCP and post quick notices which are displayed on the Index of the CP. The hack only requires one fresh table on your database and I believe it or not, it only maintains a single row at any time. Installation should only take five minutes.

I'm currently unable to take screenshots do to my lack of a program and I'm also afraid that since this is an Administrative tool, that a working panal cannot be shown. If someone would, please install and submit your screenshots. I'll love ya da death. Thanks.

Enjoy!

- Anthony AKA Crater Seraph

assassingod
11-30-2002, 06:05 PM
Great! I wanted this:D I requested it in the other thread!
Execellent work:) Thanks

shovel
11-30-2002, 06:07 PM
No problem. Enjoy.

shovel
11-30-2002, 06:54 PM
YAY! I HAVE SCREENS!

This is an Index shot.

shovel
11-30-2002, 06:55 PM
This is a shot of the write-your-note file.

Chris M
11-30-2002, 07:52 PM
Nice:)

Satan

Dean C
11-30-2002, 08:25 PM
Nice hack by my mods have no need to use their mod cp as they can just sticky threads + i dont want them posting global annoucements anyway hehe :)

- miSt

Chris M
11-30-2002, 08:57 PM
@Mist - Then remove that feature from the Mod CP;)

Satan

shovel
12-01-2002, 02:10 PM
Lol. HS knows best. :p

Dean C
12-01-2002, 02:19 PM
Look i dont need it hehe

- miSt

joeboo
12-01-2002, 09:11 PM
Oooh i love it, i may install this one

shovel
12-02-2002, 12:24 PM
Originally posted by Mist
Look i dont need it hehe

- miSt

It's ok Mist. We're only playing. ;)

Btw, my current working version is now BBCode compliant. I will release the update either today or tomarrow. See ya then. :)

[vbg]chef
12-02-2002, 07:25 PM
chef]nice job seraph ;)

Morgalis
03-21-2003, 07:50 PM
i had to do some fiddling to stop the errors that i was getting.. i can actually pass something on to everyone

this was taken from a fix to Admin 2 Admin Notes

open mnotes.php

find this:

//DELETENOTES
$DB_site->query_first("DELETE FROM modnotes");

replace it with:

//DELETENOTES
$DB_site->query("DELETE FROM modnotes");

find this:

//REDIRECT
header("Location: ./index.php?s=$session[sessionhash]&action=home");

replace it with:

//THANKS
print "<p>Thanks for posting a Mod to Mod note!</p>";

Zelda-King
03-24-2003, 07:13 AM
Nice one! I was getting the header error too. In //THANKS
print "<p>Thanks for posting a Mod to Mod note!</p>";
}

though, omit the } from the end as there is already one under that. Also, NotePad is not good for this file. WordPad is.