Group Moderators 1.4

Started by Dannii, July 25, 2005, 04:24:08 PM

Previous topic - Next topic

Dannii

I'm no longer developing this mod, so unless someone else picks it up, there's unlikely to be any further updates. Feel free to upload the code here though, in case anyone wants it :)
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

pdeoliveira

OK; So here is a link to the mod Group Moderators 1.4 with english, swedish and french versions included. All comments on the french version are welcome !

hxxp:www.ramaplus.fr/download/smf_1-1-4_french.tar.bz2 [nonactive]

eleven0

First off all, groups tab doesn't appear in menu. which kinda works for me. because i couldn't set permissions for that. Can you tell me how i can do that?

and when someone is viewing their group page, It says     "Viewing the Groups interface." in who is online list. I want to change that. How?

Thanks.

Dannii

QuoteFirst off all, groups tab doesn't appear in menu. which kinda works for me. because i couldn't set permissions for that. Can you tell me how i can do that?
It's just a normal permission. Why couldn't you set it?

Quoteand when someone is viewing their group page, It says     "Viewing the Groups interface." in who is online list. I want to change that. How?
edit $txt['who_groups'] in Modifications.english.php
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

h4tr3d

I install SMF 1.1.3 (from my distributive repositaries) and update it up to 1.1.4, after i try to install Group Moderators mod but SMF says me that this archive is not package or corrupt, but manualy it unpacked well.

h4tr3d

Hmmm... Error in crc32 checking

Dannii

"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

jackregan

I am having a problem installing this mod and could do with a tip...

It fails the test on the index.template.php file, which does not suprise me since this is heavily edited on my forum (default theme)

So I am thinking of 2 options:

1. To backup the index.template.php file and then just copy back in the old one when the installation messes it up.

2. to get inside the mods xml files and remove the operations to alter this particular file. I have tried to do this but whenever I zip it all up again to .zip or .gtar format, SMF doesn't recognise it a a valid package!!


...after each option, I would just change the index.template.php manually to add a menu option ?action=groups
Bible Study, Catholic News, Youth Group Stuff (my humble attempt at an SMF site... I'm grateful to the amazing people who have made SMF what it is!!

Dannii

When you install it, it won't mess up your index.template.php file, it just won't add in the menu item. You can add it in yourself, or just leave it out.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

jackregan

Okay, I've done that and it works fine.

Good mod :)


By the way, is there any plan to develop this mod so that users can create their own groups?
Bible Study, Catholic News, Youth Group Stuff (my humble attempt at an SMF site... I'm grateful to the amazing people who have made SMF what it is!!

Dannii

No, as I said above,
Quote from: Dannii on November 06, 2007, 05:41:28 AM
I'm no longer developing this mod, so unless someone else picks it up, there's unlikely to be any further updates. Feel free to upload the code here though, in case anyone wants it :)
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Viporizer

Adding the button in SMF 1.1.4

Take the index.template.php from your personal Theme.

Search for: // Login

and add above it:


   // Groups
   $context['menubox'][]=array(
            'title' => 'Groups',
            'link' => $scripturm.'?action=groups',
            'chosen' => 'groups',
            'mermberonly' => true,
            'guestonly' => false,
            'permission' => 'allow_memberlist',
            );

Damian1221

Quote from: Viporizer on February 11, 2008, 09:55:07 AM
Adding the button in SMF 1.1.4

Take the index.template.php from your personal Theme.

Search for: // Login

and add above it:


   // Groups
   $context['menubox'][]=array(
            'title' => 'Groups',
            'link' => $scripturm.'?action=groups',
            'chosen' => 'groups',
            'mermberonly' => true,
            'guestonly' => false,
            'permission' => 'allow_memberlist',
            );


not working for me in 1.1.4 dilbermc theme that code doesn't work and a bunch of code gets added to the top of my page

Dannii

Ask the theme's author for help.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Damian1221

// Group Moderators $txt['elgm1'] = 'Group moderators'; $txt['elgm2'] = 'Allow Primary Group'; $txt['elgm3'] = 'When someone is added through the Groups interface allow it to be set to Primary?'; $txt['elgm4'] = 'Groups'; $txt['permissionname_view_groups'] = 'View the Groups interface'; $txt['permissionhelp_view_groups'] = 'The Groups interface allows groups to be moderated by specific non-admin members.'; $txt['cannot_view_groups'] = 'Sorry, you\'re not allowed to view the Groups interface.'; $txt['permissiongroup_view_groups_group'] = 'Groups'; $txt['whoall_groups'] = 'Viewing the Groups interface.';


I get this at the top and I can't go to my index.php?action=group it just brings me back to the index

any ideas i really want to use this mod  :(

Dannii

Check that there's only one ?> in modifications.english.php and that it's at the end of the file.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Kender

okay, i have installed this mod, i do see its not supported, but i hope someone can help

I have added a member to a membergroup as group moderator, but he cannot see the button/menu item, i do have the group by default not set for that permission, because i only would like the menu item visible to the moderator, not to the whole usergroup who will have no use for the button
http://chucknorris2012.com  Avoid a roundhouse kick to the head!  Sign the petition

Dannii

You could always make a new group and only add that member to the group. That would be the simplest way.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."


Dannii

"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Advertisement: