Previous Thread
Next Thread
Print Thread
Hop To
#31611 08/22/2002 10:12 AM
Anonymous
Unregistered
Anonymous
Unregistered
Hi

When i grant moderator status or admin etc, the moderators are notified with a private message.

Does this have to be so ?

Regards

Lars

#31612 08/25/2002 11:53 AM
Anonymous
Unregistered
Anonymous
Unregistered
Hi, Lars:

I'm not sure why you WOULDN'T want to notify someone they were a moderator....I don't see a way to change that. You might check over at UBBCentral . They may have a suggestion for you.

#31613 08/25/2002 2:40 PM
Anonymous
Unregistered
Anonymous
Unregistered
Sometimes this can be annoying...
because It notifies EVERY mod about the new mod. Sometimes you don't want others to know who has been granted "powers". <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

Warning... if you modify your files... infopop can't support you. Read the warnings at the tops of your files.... but you can disable this by removing a couple of sections in 2 files.

Make backup copies of your files before attempting this... so if something goes wrong you can put the original file back.

In /admin/dograntmod.php

Remove this:
<pre>// ----------------------------------------------------------------
// Let's let all admins and moderators know about the new moderator
$Sender = $user['U_Username'];
$To = "A_M_GROUP";
$Subject = "New Moderator";
$mess = "$Sender has given Moderator privileges to $NewMod.";
$html -> send_message($Sender,$To,$Subject,$mess);


// ---------------------------------------------------------------
// Send the user a message letting them know they have mod privs

$Sender = $user['U_Username'];
$To = $NewMod;
$Subject = "New Moderator";
$mess = "You have been granted Moderator privileges. Please do not abuse this or these privileges may be revoked.";
$html -> send_message($Sender,$To,$Subject,$mess);
</pre>

In /admin/doassignmod.php remove this:
<pre>// --------------------------------
// Inform all admins and moderators
$Sender = $user['U_Username'];
$To = "A_M_GROUP";
$Subject = "A new moderator";
$mess = "$Sender has given Moderator privileges to $User for the the following forums: $allboards.";
$html -> send_message($Sender,$To,$Subject,$mess);

$Sender = $user['U_Username'];
$To = $User;
$Subject = "A new moderator";
$mess = "You have been assigned to be the moderator of the forums: $allboards.";
$html -> send_message($Sender,$To,$Subject,$mess);

</pre>

hope that helps. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

"Happiness comes through doors you didn't even know you left open. "


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
2 members (Ruben, Nightcrawler), 798 guests, and 271 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)