The BoardMod Project
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum
BoardMod Support Forum
[ Home | Help | Search | Login | Register ]  

20.06.13 at 13:53:05, Welcome, Guest. Please Login or Register

Choose Language:
Pages: 1 ... 3 4 5 6 7 ... 12
[DONE] User's More Membergroups! (Read 27423 times)
Seph
Bloody Novice
*
Offline

Posts: 46



Reply #60 - 25.06.02 at 20:40:38  
Hey... This mod is great and all(been looking for it... But I set up an admin board and made it so a membergroup called site admin can only get in. I added this mod and BOOM!! It dosn't show up for them anymore... Help please?
 
IP Logged
 

...
...
...
Christer Alexander
Moderator
*****
Offline

Lethbridge, Alberta, Canada
Posts: 3443



Reply #61 - 26.06.02 at 15:03:03  
1. Do you have anybody assigned to 'Site Admin'?

2. If so, which position? (1, 2, 3, 4, 5, 6?)
 
IP Logged
 

Code:
 
unless(0) { stab("LoonyPandora"); next; }
Seph
Bloody Novice
*
Offline

Posts: 46



Reply #62 - 27.06.02 at 19:07:53  
Yes. Slot 1. Does it need to be in a diffrent one?
« Last Edit: 29.06.02 at 15:03:58 by Seph »  
IP Logged
 

...
...
...
Seph
Bloody Novice
*
Offline

Posts: 46



Reply #63 - 29.06.02 at 15:05:17  
ello?
 
IP Logged
 

...
...
...
Christer Alexander
Moderator
*****
Offline

Lethbridge, Alberta, Canada
Posts: 3443



Reply #64 - 29.06.02 at 17:15:57  
actually, that's weird! Slot #1 is the slot you normally use...try #2 or #3...
 
IP Logged
 

Code:
 
unless(0) { stab("LoonyPandora"); next; }
Seph
Bloody Novice
*
Offline

Posts: 46



Reply #65 - 30.06.02 at 02:28:39  
okay. Here's the scoop. every position works BUT 1st. weird...
 
IP Logged
 

...
...
...
Derek
Bloody Novice
*
Offline

Posts: 4



Reply #66 - 30.06.02 at 05:36:52  
I recieve errors at step 2, 7, 10, 11, 12, and 14. I have installed the Poll Mod, the add more membergroups mod, the more board/category options mod, and the....yeah, that's it.

Anyways, I have no idea what's not working with it. It can't find the search strings with any of the ones that I've listed here, and upon manual installation a server error occured. Thoughts?
 
IP Logged
 
Christer Alexander
Moderator
*****
Offline

Lethbridge, Alberta, Canada
Posts: 3443



Reply #67 - 01.07.02 at 10:03:53  
I have a reason to belive that AMM is having a "minor" fight with my mod....it's not AMM compatible yet.
 
IP Logged
 

Code:
 
unless(0) { stab("LoonyPandora"); next; }
Seph
Bloody Novice
*
Offline

Posts: 46



Reply #68 - 01.07.02 at 15:03:06  
I don't have AMM though... I'm just using the add user groups box... It isn't a mod...
 
IP Logged
 

...
...
...
goatroper
Bloody Novice
*
Offline

Posts: 5



Reply #69 - 01.07.02 at 16:56:01  
I'm having problems with the modified Load.pl.  If I upload the modded version, it kills my board.  

If I comment out the last right curly bracket, the board displays OK, but any call to display memberlist or profile results in a server error (page not available...)

The rest of the mod seems to be working, as the extra positions show up on the user profile, and when I view the user.kri file I can see the other positions listed.

Could there be a problem with the Load.pl code?  Has anyone else had this problem?
 
IP Logged
 
goatroper
Bloody Novice
*
Offline

Posts: 5



Reply #70 - 01.07.02 at 19:26:00  
OK, I've managed to make the mod work - I think.

If I comment out these lines:
Quote:
foreach $setting (@krimodsettings) {
     if($setting ne '') {
           if( $krititleinfo{$user} eq '') { $krititleinfo{$user} = $setting; }
           else { $krititleinfo{$user} = "$krititleinfo{$user}\n$setting"; }
}


and create an admin.kri file with Administrator as the first entry then everything seems to be working.  I can assign a member multiple positions, and they see only those boards they should see.

If I don't do the admin.kri file and upload it first, none of the admin functions work - you just get "Page not Available" errors.

If I don't comment out the aforementioned code, the board won't even load.

Even tho the mod seems to be working, I'm really hesitant to upload the new board without knowing for sure what I've done.  I am a Perl newbie, and I'm also working on an IBM Mainframe under O/S390, which is a non-Ascii environment (They use EBCDIC), and they have their own implementation of Perl.

Comments and/or reassurance would be appreciated.
 
IP Logged
 
Derek
Bloody Novice
*
Offline

Posts: 4



Reply #71 - 01.07.02 at 19:39:30  
Allright, I've got AMM installed, so it won't work with mine so far. When you get it fixed, tell me.
 
IP Logged
 
andyl56
Ex Member





Reply #72 - 02.07.02 at 22:10:00  
I have found 2 bracket errors... one from a previous post, and one most people dont notice, but it causes an error when you do a version check. I have attached the fixed file. Grin
 
IP Logged
 
Schoolmarm
Bloody Novice
*
Offline

Posts: 43



Reply #73 - 03.07.02 at 00:28:36  
Thanks Andy! Lol, didn't find that error but glad you helped out with a quick fix.

Just wanted everybody to know....

I have installed this mod on a heavily modified board with over 30+ mods in it: including, AMM.

I did have some moans from boardmod concerning not being able to find code (due to differences from all the modifications made) but with a simple compare to the original yabb sources.. it was easy to figure out a manual installation. Profile.pl was the hardest to sort out the codes as it has been modified considerably.

For me, it works so great without conflicts with other mods! Smiley Whoo Hoo!

Thanks Much Christer for all your hard work! Smiley

This mod is just what I needed to allow my members their beloved post count positions and still manage to assign them privaledges on hidden boards.

Gotta Love you all for your dedication and hard work
Kiss
 
IP Logged
 
Derek
Bloody Novice
*
Offline

Posts: 4



Reply #74 - 03.07.02 at 17:33:55  
You wouldn't be willing to pass the edited mod on to me, would you?
 
IP Logged
 
Pages: 1 ... 3 4 5 6 7 ... 12
© 2000-2012 by - All rights reserved.

Project website hosting proudly sponsored and provided by UK2 Hosting
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum