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

26.05.13 at 05:20:21, Welcome, Guest. Please Login or Register

Choose Language:
Pages: 1 ... 9 10 11 12 
[DONE] User's More Membergroups! (Read 27175 times)
Dummy Proof
Hacker God
*****
Offline

Outside L.A., California, USA
Posts: 991



Reply #150 - 23.09.02 at 14:57:56  
This thread has become so muddled with attachments, I wonder if it might deserve a new start? Christer, do you have a different version that should be installed other than the one in post #96?

Also the unlink routines in the attachment in post #96 might need to be looked at.(See my later posts after #96 regarding this issue)

I just feel like maybe the length of this thread with it's multiple attachments might be keeping peeps from being able to do a safe and confident install. I have it working wonderfully so I know it's more than possible, however it took some doing to get it there.

But in the end...  just IMHO  Tongue

Dummy
 
IP Logged
 

Ya can Idiot proof it...
Ya can Dummy proof it...
But ya can never...
...Blonde proof it!
newbe
Hacker Wannabe
**
Offline

Posts: 50



Reply #151 - 06.10.02 at 15:22:20  
I would like to add another fix for the AMM compatible version of this mod (last version: http://boardmod.yabbforum.com/yabb/YaBB.pl?board=newssp;action=display;num=10191...):

The forum jump function (when displaying a thread) didn't work properly since Christer's new membergroups weren't checked.

The functionality will work if you apply the following changes to Subs.pl:
Code:
<search for>
$found = 0;
foreach $tmp (@memgroups) {
if($data[1] ne "") {
$tmp =~ s~[\n\r]~~g;
if($settings[7] ne "Administrator" && $settings[7] ne $tmp) { next; }
else { $found = 1; break;}
}
else { $found = 1; break;}
}
</search for>

<replace>
fopen(accset, "$memberdir/$username.kri");
@youraccess = <accset>;
fclose(accset);
chomp @youraccess;
$found = 0;
foreach $tmp (@memgroups) {
if($data[1] ne "") {
$tmp =~ s~[\n\r]~~g;
if($settings[7] ne "Administrator" && $settings[7] ne $tmp && $youraccess[0] ne $tmp && $youraccess[1] ne $tmp && $youraccess[2] ne $tmp && $youraccess[3] ne $tmp && $youraccess[4] ne $tmp) { next; }
else { $found = 1; break;}
}
else { $found = 1; break;}
}
</replace>


Attached please find the corrected mod (fix of the above mentioned version)
 
IP Logged
 
huijaa
Fulltime Hacker
***
Offline

Zoetermeer, Netherlands
Posts: 173



Reply #152 - 07.11.02 at 01:00:01  
Can i get a newer version of this mod? thx.
 
IP Logged
 

WorkBar Mod...Planning[0.5%]
Dutch Mod...Planning[99.5%]
Ryan
Bloody Novice
*
Offline

Twin Cities, Minnesota, USA
Posts: 3



Reply #153 - 09.11.02 at 06:00:49  
Is anyone else having trouble installing this mod with YaMS 4.02 already installed? When I try to install it I get errors on #24 and #26. YaMS changes a lot in the Memberlist.pl. I looked at the changes YaMS made and what this mod needs to make in the Memberlist.pl. The thing I noticed was that YaMS changed $membergroups[0] to $MemStatAdmin in a few steps. So I chaned steps 24,25, and 26 to search for the new variable.  Also note that I changed those steps from replace to addafter that search string and made the proper changes to the add text. I attached the mod with my changes. Someone might want to varify that the changes are correct. Also, I noticed that there was a $membergoups[0] at the bottom in the MLTop sub. This would have met the search string in 25 or 26 for the mod without my changes so I don't know if another step needs to be added for that string. If you would like I could post my Memberlist.pl file for you to take a look at.  Just let me know. Other than that everything appears to be working right with my changes for AMM and YaMS.

Thanks,
Ryan
 
IP Logged
 
thyroid
Guest





Reply #154 - 19.01.03 at 18:01:14  
yeah me too plz  Grin
 
IP Logged
 
thyroid
Bloody Novice
*
Offline

Posts: 2



Reply #155 - 19.01.03 at 18:27:38  
ignore my previous post.

I get Errors at steps 4 and step 11 of UserMoreMembergroups4.mod.

Can anyone help me with installing the mod?  I desperatly need this mod to work.  

Please let me know what you need in order for you to help me!

Please and Thanks!
 
IP Logged
 
thyroid
Bloody Novice
*
Offline

Posts: 2



Reply #156 - 19.01.03 at 23:26:34  
nm i got it
 
IP Logged
 
Big Bopper
Bloody Novice
*
Offline

, Victoria, Australia
Posts: 3



Reply #157 - 27.02.03 at 08:08:49  
Does anyone know if this will work with 1.2?
 
IP Logged
 
dannyjames24
Guest





Reply #158 - 27.02.03 at 11:03:21  
thyroid wrote on 19.01.03 at 23:26:34:
nm i got it


will you let me know how you fixed it?  I've been having the same errors.

Thanks
 
IP Logged
 
dannyjames24
Guest





Reply #159 - 27.02.03 at 11:26:34  
nm I got it.

hehe

Grin
 
IP Logged
 
sFelixs
Bloody Novice
*
Offline

Posts: 3



Reply #160 - 28.04.03 at 07:10:24  
Anyone can fixed this to work for 1.31? Thanks a lot.
 
IP Logged
 
Scaper
Bloody Novice
*
Offline

Posts: 43



Reply #161 - 28.04.03 at 21:10:40  
I thing we need a new thread this is getting way to confusing
 
IP Logged
 
Il Cobra
Bloody Novice
*
Offline

Posts: 9



Reply #162 - 19.06.03 at 14:52:49  
Guys, one thing... I installed the mod and the fix from BHRA, and it works correctly. But in the user profile (left pane) it appears only the first position of the user. Is it possible to show all the positions of the user?
 
IP Logged
 
Christer Alexander
Moderator
*****
Offline

Lethbridge, Alberta, Canada
Posts: 3443



Reply #163 - 28.06.03 at 09:18:36  
It actually should do that, due to $krititleinfo being present.

Anyways, I no longer continue development on this mod because the author of Add More Membergroups has decided to implement it in the next version.
 
IP Logged
 

Code:
 
unless(0) { stab("LoonyPandora"); next; }
BHRA Webmaster
Mod Author of the Year 2002
*****
Offline

BHRA Headquarters, United Kingdom
Posts: 5238



Reply #164 - 28.06.03 at 11:30:43  
(But that might not be released for some time...)
 
IP Logged
 

...
World Domination, one smiley at a time!
Pages: 1 ... 9 10 11 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