News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Super Admin

Started by Bulakbol, August 04, 2008, 06:44:30 PM

Previous topic - Next topic

Teal

I'm getting a couple of errors when I try and install this mod. I just upgraded from 1.1.7 to 1.1.8
Can someone have a  look at them and suggest what I might need to do to sort them out.

Thanks
www.overclockeddoc.com
www.hellzhawtdogz.com

Bulakbol

@Teal
There should be a conflict with other mods you installed. You have to manually edit the files in question.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Teal

What am I looking for in particular withing these files?

Thanks
www.overclockeddoc.com
www.hellzhawtdogz.com

edi67

i hope to see soon this mod for 2.0 RC1 thx bulak
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

X3mE

Quote from: edi67 on February 12, 2009, 11:29:18 AM
i hope to see soon this mod for 2.0 RC1 thx bulak

Me too :)
Kids, you tried your best and you failed miserably. The lesson is - never try.

My mods:
OS & Browser Detection (1.5 is out!) | Skype Profile Field | GTalk Profile Field | AllCaps Blocker | SMF Syntax Highlighter (Beta) + 2 in development!

Personal websites:
Mobilize.rs (and forum) | Lolmao.info



KahneFan

#eric_on_twit| (video) Creating Themes for SMF | Reset Your Forum
NOTE: No PM's for support please.

Bulakbol

#166
Sorry guys. I got sick but got better. I will update my mods soon.


edit:
  It is now updated for version 2.0 RC1 only.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

edi67

Quote from: Bulakbol on February 17, 2009, 04:18:13 PM
Sorry guys. I got sick but got better. I will update my mods soon.


edit:
  It is now updated for version 2.0 RC1 only.

thx bula i want notice one little error in package:

modification in Profile.php, line to replace   deleteAccount array msut have lowercase and not uppercase deleteaccount
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Bulakbol

@edi67
In Profile.php
- SMF 2.0 Beta 4 (camelCase)
Quote'deleteAccount' => array(
   'own' => array('profile_remove_any', 'profile_remove_own'),
   'any' => array('profile_remove_any'),
   'sc' => 'post',
   'password' => true,
),

- SMF 2.0 RC1 (lowercase)
Quote'deleteaccount' => array(
   'label' => $txt['deleteAccount'],
   'file' => 'Profile-Actions.php',
   'function' => 'deleteAccount',
   'sc' => 'post',
   'password' => true,
   'permission' => array(
      'own' => array('profile_remove_any', 'profile_remove_own'),
      'any' => array('profile_remove_any'),
   ),
),

Not sure which one you are referring to.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

ManilaGurL

Wow, this is a great mod... I like it, too... but I am too shy to ask for help now.. Maybe some other time. Btw, your mods are really good! :)

Bulakbol

Thanks ManilaGurl. You can install this mod as long as all files pass the test. :)
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

eric1234

Hi, does that mods has the function with will er...make other admin cant see and cant access some mods in their admin panel as those mods don't really existed??

Stigmartyr

Quote from: christicehurst on August 05, 2008, 11:58:21 PM
A great mod that evens the odds with other forum software. Great work!

IDK about you but SMF blows other forum software out of the water.  Fin.

- Lawrence -

I have a question about this, it may have already been answered but oh well...

If the package isn't hidden from other admins, can they remove it or not?

AlenNS

I can't install this mod because I have errors on this files:

    3.     Add Before     ./Sources/Subs-Boards.php     Test failed

     3.     Replace     ./Sources/MessageIndex.php     Test failed

    3.     Replace     ./Sources/Display.php     Test failed

     1.     Replace     ./Themes/default/Profile.template.php     Test failed

Can you help me please?

Bulakbol

@Stigmartyr and Lawrence
Other admins can uninstall this mod if they can see it. Admin #1 should hide it. If you are admin #1, go to  Admin => Current Theme and enable (tick) the check box for "Hide Super Admin from list of installed packages?".


@AlenNS
I'll see what I can do when I have time.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

edi67

Quote from: Bulakbol on February 26, 2009, 01:25:44 AM
@edi67
In Profile.php
- SMF 2.0 Beta 4 (camelCase)
Quote'deleteAccount' => array(
   'own' => array('profile_remove_any', 'profile_remove_own'),
   'any' => array('profile_remove_any'),
   'sc' => 'post',
   'password' => true,
),

- SMF 2.0 RC1 (lowercase)
Quote'deleteaccount' => array(
   'label' => $txt['deleteAccount'],
   'file' => 'Profile-Actions.php',
   'function' => 'deleteAccount',
   'sc' => 'post',
   'password' => true,
   'permission' => array(
      'own' => array('profile_remove_any', 'profile_remove_own'),
      'any' => array('profile_remove_any'),
   ),
),

Not sure which one you are referring to.

i refer to second case
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Bulakbol

@edi67
Download the package for RC1 and check the files. I believe I used lowercase. No camelCase.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

mlw4428

#178
mmm...I was able to delete my admin #1 account inside of my own account (I know stupid...but I thought it was to protect against deletion). Had to manually reset the userID on my test account from #2 to #1 and change around some stuff.

I was able to delete myself by going into Admin>Members>Members then placing a check next to my name and clicking on remove selected member.

How can I disable that ability for everyone (including myself)? Thanks!

Mechanical Karasu

5.     Execute Modification     ./Sources/ManageBoards.php     Test failed

Got this error. What do I do?

Advertisement: