Page Index Toggle Pages: 1 [2] 3 4 ... 14 Send TopicPrint
Very Hot Topic (More than 25 Replies) YaMS 5.02 - Yet another Memberlist SP 1.3.1 (Read 68698 times)
samir
Junior Member
**
Offline


You'll Never Walk Alone

Posts: 52
Joined: May 27th, 2003
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #15 - Oct 1st, 2003 at 11:32pm
Print Post  
Hmm...CdNPaperMoney is right...it does not run with rthe global moderator mod.  I'd be killing that mod if I continued modifying the errors by hand.  Any way you can make this compatible with that mod?  Because what you have is a killer mod. Smiley
  
Back to top
WWW  
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #16 - Oct 2nd, 2003 at 12:40am
Print Post  
@samir and CdnPaperMoney - ok... i've attached a mod that should be compatible with GB. I did not test it - so no guaranties  Wink
  

yams_502_gm_sp131.zip ( 19 KB | Downloads )

If you knock your head against a brick wall and hear a hollow sound, it's not necessarily coming from the wall.
Back to top
 
IP Logged
 
CdnPaperMoney
New Member
*
Offline



Posts: 32
Location: Brooklin
Joined: Jan 30th, 2002
Gender: Male
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #17 - Oct 4th, 2003 at 4:57pm
Print Post  
Carsten,

I removed the first action, it didn't seem to be needed and then it did install.

I could not get the YaMS MemberMap addon to work, so I abandoned it.

I'm still running into issues with several other mods, so I'm playing with install orders. I'll let you know what I find out.
  
Back to top
WWW  
IP Logged
 
LondonGman
New Member
*
Offline



Posts: 14
Location: London
Joined: Aug 18th, 2003
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #18 - Oct 8th, 2003 at 11:50pm
Print Post  
Hi Carsten,
Nice work but I am unable to install it and hope you can help.

I have the following mods installed

mbc2_sp13.mod
extended_profiles_v12_sp13.mod
Polls_3_SP13.mod
newcalendar3_7a_SP_1_3.mod
mbco2_polls_patch.mod
SplitSplice_1_SP13.mod
MemberMap_sp13.mod
SMTP_Authorisation.mod
TimeLock_v_1_1a_SP1_3a.mod
YaBBCHelpSP1_3.mod
advanced_imbox_2_sp13.mod

but get errors on steps 29, 33 and 50, all due to Search string could not be found

Step 29 locates

Code
Select All
            else { $yyim = qq~$txt{'152'} <a href="$cgi;action=im">$mnum $txt{'153'}</a>.~; } 

but the closest instances of that in my load.pl is

Code
Select All
            else { $yyim = qq~$txt{'152'} <a href="$scripturl?action=im">$mnum $txt{'153'}</a> 


This change is caused by the advanced_imbox_2_sp13.mod

Step 33 locates a lot of code in Memberlist.pl that has been interrupted by code added by Extended profile mod hence causing the error

The step 50 error is again caused by Extended profile mod which adds  
Code
Select All
$additional_tds 


Within the code your mod looks for.

Is there any chance you could look into these errors because I would love to use your mod. Hopefully I have narrowed down where to search for the solution.

EDIT: I just read samir's post above and believe his errors 29, 33 and 50 could be similar to mine since he has the mods i have identified as the cause.
  
Back to top
 
IP Logged
 
LondonGman
New Member
*
Offline



Posts: 14
Location: London
Joined: Aug 18th, 2003
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #19 - Oct 9th, 2003 at 7:32pm
Print Post  
I have also posted this problem on the Extended Profiles for SP1.3 topic in case it is that mod problem.

http://boardmod.yabbforum.com/yabb/YaBB.pl?board=newssp13;action=display;num=104...
  
Back to top
 
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #20 - Oct 10th, 2003 at 5:57pm
Print Post  
Extended Profiles mod has been updated to be compatible with YaMS5.
  

The Administrator.
Back to top
WWW  
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #21 - Oct 10th, 2003 at 6:19pm
Print Post  
GJ Michael  Grin
  

If you knock your head against a brick wall and hear a hollow sound, it's not necessarily coming from the wall.
Back to top
 
IP Logged
 
LondonGman
New Member
*
Offline



Posts: 14
Location: London
Joined: Aug 18th, 2003
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #22 - Oct 11th, 2003 at 12:21am
Print Post  
Thanks a lot dude, I would have a go at installing it but I am waiting for a response from advanced_imbox_2 mod as regard error 29 and have posted the issue at

http://boardmod.yabbforum.com/yabb/YaBB.pl?board=newssp13;action=display;num=105...
  
Back to top
 
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #23 - Oct 11th, 2003 at 12:44am
Print Post  
@ LondonGman

If you change this line in the YaMS mod file:
Code
Select All
            else { $yyim = qq~$txt{'152'} <a href="$cgi;action=im">$mnum $txt{'153'}</a>.~; }
 


to:
Code
Select All
            else { $yyim = qq~$txt{'152'} <a href="$scripturl?action=im">$mnum $txt{'153'}</a>, $imnewcount $imnewtext $imsound~;}
 


it should take care of step 29.
  

If you knock your head against a brick wall and hear a hollow sound, it's not necessarily coming from the wall.
Back to top
 
IP Logged
 
LondonGman
New Member
*
Offline



Posts: 14
Location: London
Joined: Aug 18th, 2003
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #24 - Oct 11th, 2003 at 1:44am
Print Post  
Ok yes it worked Thanks a lot all. I owe you guys a drink
  
Back to top
 
IP Logged
 
stingee
New Member
*
Offline



Posts: 10
Joined: Oct 7th, 2003
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #25 - Oct 11th, 2003 at 6:37am
Print Post  
I haven't been long at this, so forgive me if this is a stupid question.  I have YaMS4.03 installed.  Do I need to uninstall it to get this mod to work?  Thanks!
  
Back to top
 
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #26 - Oct 11th, 2003 at 11:56am
Print Post  
Yep - uninstall 4.03 - install 5.02  Wink
  

If you knock your head against a brick wall and hear a hollow sound, it's not necessarily coming from the wall.
Back to top
 
IP Logged
 
stingee
New Member
*
Offline



Posts: 10
Joined: Oct 7th, 2003
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #27 - Oct 13th, 2003 at 8:48am
Print Post  
Ok, thanks!  Smiley
  
Back to top
 
IP Logged
 
Kamphausen
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 2
Location: Essen
Joined: Oct 15th, 2003
Gender: Male
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #28 - Oct 15th, 2003 at 9:24am
Print Post  
Hi!
Great Mod´s ....especially Membermap...

But my problem are Users asking to sort the Memberlist by Location / State/Region !?!  
The other sorting orders aren´t used.... Wink
Is it easy to implement this modification?

Thanks in advance...

Peter
« Last Edit: Oct 17th, 2003 at 3:57pm by Kamphausen »  
Back to top
WWW  
IP Logged
 
DJJOHNNYM
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 27
Joined: Sep 3rd, 2003
Re: YaMS 5.02 - Yet another Memberlist SP 1.3.1
Reply #29 - Oct 20th, 2003 at 6:43pm
Print Post  
Hello Carsten... 8). I'm back... Wink.  But to make life a little simpler, so I'm in the middle of rebuilding my board, and planning on transferring the users/messages to it, from a clean install.

I'm having 2 problems though, IS YAMS 5.02 compatible with Advanced IM? I heard rumors that it's not.

Secondly, when I use the memberlist sort by IP function, just by clicking on "LATEST IP", i get a

"Wide character in print at ./Sources/Subs.pl line 156" error...

I've attached some files for your review if you get a chance....

And as always...

THANKS IN ADVANCE.
  

DJ.zip ( 27 KB | Downloads )
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 4 ... 14
Send TopicPrint