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

26.05.13 at 01:15:18, Welcome, Guest. Please Login or Register

Choose Language:
Pages: 1 ... 10 11 12 
[DONE] User's More Membergroups! (Read 27174 times)
Il Cobra
Bloody Novice
*
Offline

Posts: 9



Reply #165 - 29.06.03 at 07:57:17  
Yes, at last I made it, but putting the string elsewhere.... In display.pl, just before the "call" for the user avatar (it's userprofile[13],userprofile[12] or something like that), I put this code:

Quote:
 $krititleinfo
           $krititleinfo{$krititleinfo{$musername}}


And it shows from the second position on.... Hope that this tip could help other people!
« Last Edit: 30.06.03 at 07:24:22 by Il Cobra »  
IP Logged
 
dOCdaS
Moderator
*****
Offline

Germany, Schleswig-Holstein, Germany
Posts: 1568



Reply #166 - 29.06.03 at 15:32:24  
BHRA Webmaster wrote on 28.06.03 at 11:30:43:
(But that might not be released for some time...)


ya right cause i'm still working on ARO in my spare time and it's less again. also i did began to rewrite AMM 1.5 to 2.0 using Membergroup IDs. Those need a lot of rewrite of the mod. Hope i can get it compatible to the old version anyway.
 
IP Logged
 

...
ms_ukyankee
Hacker Expert
****
Offline

England, United Kingdom
Posts: 365



Reply #167 - 09.01.04 at 13:26:10  
I have spent many hours getting this to work on my 1.3.1 board, with AMM, YAMs 4x, and MBCO2. I'm posting the mod in case it's useful to someone. It's a fab mod, and saving me lots of extra work with special membergroups. Smiley
« Last Edit: 10.01.04 at 18:43:58 by ms_ukyankee »  
IP Logged
 

No longer active on Boardmod, migrated to another forum system.
rfunches
Hacker Wannabe
**
Offline

, Virginia, USA
Posts: 73



Reply #168 - 10.01.04 at 16:50:00  
Thank you *so* much. Just in time, as I see with the date. My board's been down for 50 minutes for, well, pretty much nothing. I thought AMM gave multiple membergroups, then I wasted 20 minutes finding out it didn't and looking for the mod that would do that. I run 1.3.1, btw.

Except for one problem, it says there are characters after tags where they aren't allowed (error code 15), and even when i get it to install, it fails at steps 2 (error 1), 7 (error 1), and 12 (error 12).

I have AMM but NOT YaMS and MBCO.
 
IP Logged
 

Read the blog "by Robert J. Funches" at http://www.tvstream.net/blog/
and meet other Final Fantasy XI players on your server at http://www.vanadiellobby.com
...

$15, GMail invite for a free iPod referral. Ancestry.com and Infone are the best offers.
http://www.freeiPods.com/default.aspx?referer=7733768
ms_ukyankee
Hacker Expert
****
Offline

England, United Kingdom
Posts: 365



Reply #169 - 10.01.04 at 18:53:32  
Sorry about that, I fixed the illegal characters and uploaded the fixed file.

To skip the MBCO steps, remove the last part of the mod that edits Security.pl.

Steps 2 and 7, try comparing what the mod is searching for for what you have in your Profile.pl, you can copy and paste what you have into it, might be a color difference (td background color?). With Step 12, have a look in your Load.pl and see if there is anything similar to what it is looking for.

Good luck. Smiley
 
IP Logged
 

No longer active on Boardmod, migrated to another forum system.
rfunches
Hacker Wannabe
**
Offline

, Virginia, USA
Posts: 73



Reply #170 - 10.01.04 at 19:42:39  
Thanks for getting back to me so quickly. Basically there were small differences between my Profile.pl and the text the mod was looking for, but I mustered the courage to tinker with the code and fix it.

If you want to take a look, the site is http://www.tvstream.net/lobby/.
 
IP Logged
 

Read the blog "by Robert J. Funches" at http://www.tvstream.net/blog/
and meet other Final Fantasy XI players on your server at http://www.vanadiellobby.com
...

$15, GMail invite for a free iPod referral. Ancestry.com and Infone are the best offers.
http://www.freeiPods.com/default.aspx?referer=7733768
multikon
Fulltime Hacker
***
Offline

Posts: 240



Reply #171 - 21.01.04 at 15:44:27  
ms_ukyankee wrote on 09.01.04 at 13:26:10:
I have spent many hours getting this to work on my 1.3.1 board, with AMM, YAMs 4x, and MBCO2. I'm posting the mod in case it's useful to someone. It's a fab mod, and saving me lots of extra work with special membergroups. Smiley


Hi

I`m have in your MOD two steps with:

Code:
<edit file>
Sources/Subs.pl
</edit file>
« Last Edit: 21.01.04 at 23:59:17 by multikon »  
IP Logged
 

beware ... yabb goes wbb ^^
ms_ukyankee
Hacker Expert
****
Offline

England, United Kingdom
Posts: 365



Reply #172 - 22.01.04 at 10:10:22  
multikon wrote on 21.01.04 at 15:44:27:
Hi

I`m have in your MOD two steps with:

Code:
<edit file>
Sources/Subs.pl
</edit file>


I think it was like that in the original yams & amm compatible mod that was posted, which was what I modified for myself. You can combine the two occurrences of course. They are different steps and not duplicates. I do remember noticing it, but I didn't change it.
 
IP Logged
 

No longer active on Boardmod, migrated to another forum system.
rfunches
Hacker Wannabe
**
Offline

, Virginia, USA
Posts: 73



Reply #173 - 24.02.04 at 11:33:56  
Somehow UMM got partially wiped out by other mod installs, so I'm trying to hack it back in.

Problem is, there's a step that doesn't exist in my Load.pl:
Code:
	if( $userprofile{$user}->[7] ne 'Administrator') {
if ($groupinfo{$user} ne "") { $brgroup = "<BR>"; } else { $brgroup = ""; }
if ($groupinfo{$user} eq "") {
$memberinfo{$user} = "$memberinfo{$user}"; } else {
$memberinfo{$user} = "$groupinfo{$user}"; }
if ($modinfo{$user} ne "") { $memberinfo{$user} = "$modinfo{$user}$brgroup$groupinfo{$user}" }
}
}

Nothing matches at all in my Load.pl, attached to this message.

Everything else was modded in by hand without any problems, but I can't say for sure until I get the Load.pl fixed. When I don't make this change, it comes up as a 500 internal server error, so I'm assuming that because Load.pl hasn't been modded correctly, that's why it's failing.
 
IP Logged
 

Load.pl-rfunches.txt (20 KB | 128 )

Read the blog "by Robert J. Funches" at http://www.tvstream.net/blog/
and meet other Final Fantasy XI players on your server at http://www.vanadiellobby.com
...

$15, GMail invite for a free iPod referral. Ancestry.com and Infone are the best offers.
http://www.freeiPods.com/default.aspx?referer=7733768
dNI3L
Guest





Reply #174 - 05.03.04 at 17:16:02  
Hi,

I installed this mod ("usermoremembergroups4.mod") and there ist
also Code:
if(-e("$memberdir/$user.kri")) {
fopen( USERFILE, "$memberdir/$user.kri");
@kms = <USERFILE>;
fclose(FILE);
chomp @kms;
foreach $setting (@kms) {
if($setting ne "") {
if( $krititleinfo{$user} eq '') { $krititleinfo{$user} =
qq~$setting~; }
else { $krititleinfo{$user} = qq~ $krititleinfo{$user}

$setting~; }
}
}
} else { $krititleinfo{$user} = ''; }


in the load.pl and the *.kri files exist too. But the different Membergrpups
aren't show in the Profile (in the posts). Why?

Thanks for reply
 
IP Logged
 
mrbones
Guest





Reply #175 - 09.05.05 at 16:16:00  
Hello,

Here's another bug. I installed version UserMoreMembergroupsfinal3_-_Fixed on Yabb SP1.1 and everything worked fine until people started using it. The bug is this. After the admin grants them access in their profile, if the user edits their profile and saves it, the .kri file is wiped clean and they can't see the private board anymore. Profile.pl is doing something wrong. I don't know perl enough to fix it.

Anyone know how to fix this bug?
 
IP Logged
 
mrbones
Guest





Reply #176 - 09.05.05 at 16:21:00  
Sorry. I just found a fix for this on page 6. There's a lot of pages on this thread! LOL!
 
IP Logged
 
Senjion
Hacker Wannabe
**
Offline

Posts: 55



Reply #177 - 21.10.05 at 03:58:48  
Well, great news is that I managed to hack this mod enough to get it to install with all the other mods I have. Only problem is that it doesn't display the additional groups in the Forum Staff Info on my site.

Any suggestions/fixes?
 
IP Logged
 

***Installed Mods***
Code:
amm sp131 15 *
edit profile during registration *
extended profiles v122 sp13
forum staff info SP13 *
img tag bugfix v11
ImgSize 13 sp11 sp12 sp131 *
improved code boxes v21a sp13
mbc2 sp13
mbco2 polls patch
membersearch 20
ModsInstalled sp131
Polls 3 Showcase SP13
Polls 3 SP132
print who is online v11 sp13
quick reply box 13
Recent posts list *
recent users list
report to moderator sp *
SMTP Authorisation2
User More Membergroups 4 for AMM and YaMS MBCO2 *

* = Edited for personal use/1.3.2 compatibility.
Pages: 1 ... 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