Welcome, Guest. Please Login or Register.
May 01, 2025, 07:36:47 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  global moderator be able to ban? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: global moderator be able to ban?  (Read 651 times)
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

global moderator be able to ban?
« on: April 12, 2002, 08:10:43 PM »
Reply with quote

In perl version GM allows the GM's to see ip addresses. THis doesn't seem to work in se. How can I enable this feature? I also want GM's to be able to ban people and edit word list. Thanks

Goosemoose
« Last Edit: April 14, 2002, 07:29:31 PM by goosemoose » Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:global moderator help
« Reply #1 on: April 12, 2002, 09:10:39 PM »
Reply with quote

I'm looking for the same too if anyone wants to do the mod I'd be gratefull....
Logged
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:global moderator be able to ban?
« Reply #2 on: April 14, 2002, 07:29:49 PM »
Reply with quote

bump
Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:global moderator be able to ban?
« Reply #3 on: April 14, 2002, 09:31:36 PM »
Reply with quote

Because banning is in the admin panel I don't see this in the near future.
Logged

goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:global moderator be able to ban?
« Reply #4 on: April 14, 2002, 09:53:15 PM »
Reply with quote

It is in the admin panel in the perl version as well but their version of global moderator allows them to ban. There has to be a way to achieve this!

Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
Paladin
Noobie
*
Posts: 4


Have Gun -- Will Travel

WWW
Re:global moderator be able to ban?
« Reply #5 on: April 15, 2002, 12:32:49 AM »
Reply with quote

Quote from: goosemoose on April 12, 2002, 08:10:43 PMIn perl version GM allows the GM's to see ip addresses. THis doesn't seem to work in se. How can I enable this feature?....
My GM's asked for that also.  It was fairly easy.  In display.php there is a line:

$mip = $settings[7] == 'Administrator' ? $mip : $txt[511];

I changed it to:

$mip = ($settings[7]=='Administrator' || $settings[7]=='Global Moderator') ? $mip : $txt[511];

My GM's thanked me.
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:global moderator be able to ban?
« Reply #6 on: April 15, 2002, 02:04:07 AM »
Reply with quote

That seems way too simple.  Does it give them access to the entire admin cp?  If it doesn't then you need to teach me how to code like that because it is amazing if it works.  I havn't tested it yet but it doesn't seem like it should work.
Logged

Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:global moderator be able to ban?
« Reply #7 on: April 15, 2002, 04:45:26 AM »
Reply with quote

All that does is allow the gm's to see the ip address on posts.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:global moderator be able to ban?
« Reply #8 on: April 15, 2002, 07:28:10 AM »
Reply with quote

Well that gets us part way there. It might be time for me to learn php. Too bad the program wasn't written in c++ or java. :(
Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
Big P
Mod Team
YaBB God
*****
Posts: 1462


"Back in '68, I don't like you, The End."

ICQ - 76064555pierceward@hotmail.com WWW
Re:global moderator be able to ban?
« Reply #9 on: April 15, 2002, 09:05:56 PM »
Reply with quote

That'd be simple to do. I actually missed the Global Mod Panel from Y1G, but it wouldn't be hard to do. I might do this after Smilies SE.
Logged

PHPNews has been released!!! Download it now!!!
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:global moderator be able to ban?
« Reply #10 on: April 16, 2002, 02:48:31 AM »
Reply with quote

This wouldn't be very hard to make.  Find the thread about making a new page and do that.  Then in Display add a button that is displayed when the user is a GM.  Boom done.
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  global moderator be able to ban? « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.039 seconds with 21 queries.