Previous Thread
Next Thread
Print Thread
Hop To
#248265 02/02/2012 12:22 PM
Joined: Feb 2011
Posts: 15
F
stranger
stranger
F Offline
Joined: Feb 2011
Posts: 15
This might seem petty considering all the hacking going on, but is there a way to disable the "multiple User notifications" that moderators get?

I know you can go into your user preferences and uncheck the box individually, but is there a way to disable the feature so that option isnt even available to anyone and is always off globally for any mod?

Thanks

Joined: Jun 2006
Posts: 1,344
G
veteran
veteran
G Offline
Joined: Jun 2006
Posts: 1,344
I actually did this on my board too, here is what I did. Before you do this, go set it to no for all your mods than apply this.

editdisplay.tpl

Find this around line 246 comment out

Code
	
   {if $multi_option}
   {$lang.NOTIFY_MULTI}<br />
   <input type="radio" name="notify_multi" value="1" id="multi_on" {$multi_on} class="form-radio" /> <label for="multi_on">{$lang.TEXT_YES}<label>
   <input type="radio" name="notify_multi" value="0" id="multi_off" {$multi_off} class="form-radio" /> <label for="multi_off">{$lang.TEXT_NO}<label>
   <br /><br />
   {/if}

Replace with

Code
   {if $user_status == "Administrator"}
		{$lang.NOTIFY_MULTI}<br />
		<input type="radio" name="notify_multi" value="1" id="multi_on" {$multi_on} class="form-radio" /> <label for="multi_on">{$lang.TEXT_YES}<label>
		<input type="radio" name="notify_multi" value="0" id="multi_off" {$multi_off} class="form-radio" /> <label for="multi_off">{$lang.TEXT_NO}<label>
		<br /><br />
		{/if}

Joined: Feb 2011
Posts: 15
F
stranger
stranger
F Offline
Joined: Feb 2011
Posts: 15
Awesome...Thank you! Worked perfectly!

Joined: Jun 2006
Posts: 1,344
G
veteran
veteran
G Offline
Joined: Jun 2006
Posts: 1,344
wink


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
spam issues
by ECNet - 03/19/2024 11:45 PM
Who's Online Now
1 members (Ruben), 802 guests, and 202 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)