Page Index Toggle Pages: 1 ... 9 10 [11] 12  Send TopicPrint
Very Hot Topic (More than 25 Replies) [DONE] User's More Membergroups! (Read 70745 times)
Dummy Proof
God Member
*****
Offline


I hate Bosses!  Now get
to work!

Posts: 991
Location: Outside L.A.
Joined: Aug 8th, 2002
Gender: Male
Re: [DONE] User's More Membergroups!
Reply #150 - Sep 23rd, 2002 at 1:57pm
Print Post  
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
  

Ya can Idiot proof it...
Ya can Dummy proof it...
But ya can never...
...Blonde proof it!
Back to top
WWW  
IP Logged
 
newbe
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 50
Joined: Apr 28th, 2002
Re: [DONE] User's More Membergroups!
Reply #151 - Oct 6th, 2002 at 2:22pm
Print Post  
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
Select All
<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)
  
Back to top
 
IP Logged
 
huijaa
Full Member
***
Offline


I'm loving YaBB GOLD 2
and MORE!

Posts: 173
Location: Zoetermeer
Joined: Feb 23rd, 2002
Gender: Male
Re: [DONE] User's More Membergroups!
Reply #152 - Nov 7th, 2002 at 1:00am
Print Post  
Can i get a newer version of this mod? thx.
  

WorkBar Mod...Planning[0.5%]
Dutch Mod...Planning[99.5%]
Back to top
 
IP Logged
 
Ryan
New Member
*
Offline



Posts: 3
Location: Twin Cities
Joined: Nov 9th, 2002
Gender: Male
Re: [DONE] User's More Membergroups!
Reply #153 - Nov 9th, 2002 at 6:00am
Print Post  
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
  
Back to top
 
IP Logged
 
thyroid
Guest


Re: [DONE] User's More Membergroups!
Reply #154 - Jan 19th, 2003 at 6:01pm
Print Post  
yeah me too plz  Grin
  
Back to top
 
IP Logged
 
thyroid
New Member
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Jan 19th, 2003
Re: [DONE] User's More Membergroups!
Reply #155 - Jan 19th, 2003 at 6:27pm
Print Post  
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!
  
Back to top
 
IP Logged
 
thyroid
New Member
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Jan 19th, 2003
Re: [DONE] User's More Membergroups!
Reply #156 - Jan 19th, 2003 at 11:26pm
Print Post  
nm i got it
  
Back to top
 
IP Logged
 
Big Bopper
New Member
*
Offline



Posts: 3
Joined: Feb 27th, 2003
Gender: Male
Re: [DONE] User's More Membergroups!
Reply #157 - Feb 27th, 2003 at 8:08am
Print Post  
Does anyone know if this will work with 1.2?
  
Back to top
 
IP Logged
 
dannyjames24
Guest


Re: [DONE] User's More Membergroups!
Reply #158 - Feb 27th, 2003 at 11:03am
Print Post  
thyroid wrote on Jan 19th, 2003 at 11:26pm:
nm i got it


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

Thanks
  
Back to top
 
IP Logged
 
dannyjames24
Guest


Re: [DONE] User's More Membergroups!
Reply #159 - Feb 27th, 2003 at 11:26am
Print Post  
nm I got it.

hehe

Grin
  
Back to top
 
IP Logged
 
sFelixs
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 3
Joined: Mar 1st, 2003
Re: [DONE] User's More Membergroups!
Reply #160 - Apr 28th, 2003 at 6:10am
Print Post  
Anyone can fixed this to work for 1.31? Thanks a lot.
  
Back to top
 
IP Logged
 
Scaper
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 43
Joined: Mar 19th, 2003
Re: [DONE] User's More Membergroups!
Reply #161 - Apr 28th, 2003 at 8:10pm
Print Post  
I thing we need a new thread this is getting way to confusing
  
Back to top
 
IP Logged
 
Il Cobra
New Member
*
Offline


Crazy about YaBB

Posts: 9
Location: Rome
Joined: Jun 13th, 2003
Gender: Male
Re: [DONE] User's More Membergroups!
Reply #162 - Jun 19th, 2003 at 1:52pm
Print Post  
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?
  
Back to top
WWW  
IP Logged
 
Christer Alexander
God Member
*****
Offline


Make my day...

Posts: 3443
Location: Lethbridge
Joined: Feb 10th, 2002
Gender: Male
Re: [DONE] User's More Membergroups!
Reply #163 - Jun 28th, 2003 at 8:18am
Print Post  
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.
  

Code
Select All
unless(0) { stab("LoonyPandora"); next; } 

Back to top
IP Logged
 
BHRA Webmaster
God Member
*****
Offline


Mod Author of the Year
2002

Posts: 5238
Location: BHRA Headquarters
Joined: Jan 18th, 2002
Gender: Male
Re: [DONE] User's More Membergroups!
Reply #164 - Jun 28th, 2003 at 10:30am
Print Post  
(But that might not be released for some time...)
  


World Domination, one smiley at a time!
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 ... 9 10 [11] 12 
Send TopicPrint