Page Index Toggle Pages: 1 ... 3 4 [5] 6  Send TopicPrint
Very Hot Topic (More than 25 Replies) Advanced Memberview Plus 3.1b for SP 1.3.1 (Read 37055 times)
astropilot
God Member
*****
Offline



Posts: 828
Location: Louisville
Joined: Jun 18th, 2003
Gender: Male
Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #60 - May 27th, 2004 at 9:38pm
Print Post  
@Carsten - I'm absolutely sure.  Checked yesterday and just now re-cecked.   BTW, I do appreciate your help.

astro-pilot
  

"For I am not ashamed of the gospel of Christ..."
Romans 1:16
---
http://www.ssflynn.com
www.flynnfarmsofkentucky.com
Back to top
 
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #61 - May 28th, 2004 at 9:06am
Print Post  
@astropilot - Strange... Could you zip your Memberlist.pl and attach it or mail it to me at carsten@cd-profil.dk
  

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
 
Ralph
Guest


Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #62 - Jun 6th, 2004 at 10:58am
Print Post  
I've installed 'your' modified 'Advanced Memberview Plus 3.1b for SP 1.3.1' and I had the same problem with the InstantMessage.pl as other users, because I installed 'advanced_imbox_21_sp131.mod' before: 

On step 9 I had to change this.
&fatal_error("$badusers $txt{'747'}");
to this
&fatal_error("$badusers $imtxt{'88'}");

I used your 'adv_memberview_plus_31moodtd.mod'. Everything is working fine...

...but now the line 'last IM' in the profiles always stay empty!?!?!

there are three lines in the (for example) 'admin.ll'-file (in the members folder). but the third line also always stays empty, although I had written more than one new IM!?!?!?

do you know something about that? what can I do, that also the IM's will be registered and showed?

  
Back to top
 
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #63 - Jun 6th, 2004 at 11:33am
Print Post  
@Ralph - could you post here the code lines from your modded InstantMessages.pl between:

Code
Select All
#if there were invalid usernames in the recipient list, these names are listed after all valid users have been IMed
 

and
Code
Select All
$yySetLocation = qq~$scripturl?action=im~;
 

  

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
 
Ralph
Guest


Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #64 - Jun 6th, 2004 at 4:16pm
Print Post  
Sorry, but the lines are too much:-) I've sent you the hole pl-file via e-mail. thank you!
  
Back to top
 
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #65 - Jun 6th, 2004 at 5:27pm
Print Post  
@Ralph - guess it would be approx. 7-8 lines - but nevermind  Wink

Where did you mail it to - have not received it yet. Remember, you can not just click the email link in posts - you'll have to change --AT-- to @
  

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
 
Ralph
Guest


Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #66 - Jun 6th, 2004 at 7:22pm
Print Post  
I'm sorry, you're right  Embarrassed

Here is it:
Code
Select All
#if there were invalid usernames in the recipient list, these names are listed after all valid users have been IMed
if (@nouser) {
	$badusers = join(" $txt{'763'} ", @nouser);
	$badusers =~ s/; $txt{'763'}/;/;
	&fatal_error("$badusers $imtxt{'88'}");
	if($username ne 'Guest') {&WriteLastOnline($username, "x", "x", $date);}
}

$yySetLocation = qq~$scripturl?action=im~; 

  
Back to top
 
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #67 - Jun 6th, 2004 at 9:03pm
Print Post  
@Ralph - NP. That's what i thought. That code should be:
Code
Select All
#if there were invalid usernames in the recipient list, these names are listed after all valid users have been IMed
if (@nouser) {
      $badusers = join(" $txt{'763'} ", @nouser);
      $badusers =~ s/; $txt{'763'}/;/;
      &fatal_error("$badusers $imtxt{'88'}");
}
      if($username ne 'Guest') {&WriteLastOnline($username, "x", "x", $date);}          
$yySetLocation = qq~$scripturl?action=im~;

 


You've put the addition inside the "if(@nouser)" statement - it should be after.
  

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
 
Ralph
Guest


Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #68 - Jun 6th, 2004 at 9:49pm
Print Post  
It works fine now and I'm happy  Cheesy!
Thank you so much, you're simply the best!!! Same as your fantastic mods! I love it!!!
  
Back to top
 
IP Logged
 
Ralph
Guest


Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #69 - Jun 7th, 2004 at 5:07pm
Print Post  
Hi Carsten - I'm sorry, but there is yet another small problem  Embarrassed:

I've installed 'adv_memberview_plus_31moodtd.mod'.
If I look in "Admin Center" - "Member Controls" - "View/Delete Members" somethings doesn't seem to work very properly.

1. If I check 'ckeck all', it doesn't check all and the explorer shows an 'error in this page' at the bottom (see the pic).

2. Is it possible to see the Side-Links (1 2 3..all) in another color (white), cause they can't be seen very hardly.



3. Wajt does that mean: 'Highlights "days since last..." greater than 30 and 90'?

Thank you very much for your support!


  
Back to top
 
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #70 - Jun 7th, 2004 at 6:14pm
Print Post  
@Ralph - if you would trust me with a admin account and mail/IM me URL and user/pw details i'll have a look...
  

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
 
Ralph
New Member
*
Offline



Posts: 2
Joined: Jun 7th, 2004
Gender: Male
Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #71 - Jun 9th, 2004 at 8:25pm
Print Post  
Hi Carsten! Did you find something? I guess it's something about the javascript working not properly!? But I understand too less from that  Smiley.
Question Nr. 3 you can cancel. Meanwhile I've noticed what this means...
Thanks a lot for your support!
  
Back to top
WWW  
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #72 - Jun 18th, 2004 at 12:12am
Print Post  
SORRY Ralph - nope i've not found anything, besides that reload script you have running. I'm a little embarasesd that i cant spend more time supporting mods right now, but annoying real life costumers are taking a lot of my spare time at the moment - and so are SP2...
  

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
 
astropilot
God Member
*****
Offline



Posts: 828
Location: Louisville
Joined: Jun 18th, 2003
Gender: Male
Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #73 - Jul 28th, 2004 at 4:31pm
Print Post  
Carsten,

  Hey its me again.  My troubles with this mod still continue.  Its been about two months since we last spoke about this and I was wondering if you have had anytime to look over my file that you requested in post #61.  Thanks again for your time and help.

astro-pilot
  

"For I am not ashamed of the gospel of Christ..."
Romans 1:16
---
http://www.ssflynn.com
www.flynnfarmsofkentucky.com
Back to top
 
IP Logged
 
thanat432
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 5
Joined: Sep 14th, 2004
Re: Advanced Memberview Plus 3.1b for SP 1.3.1
Reply #74 - Sep 15th, 2004 at 3:25am
Print Post  
carm wrote on Nov 16th, 2003 at 4:38am:
I edited the mod so that Boardmod would make whatever changes it needed to make, but for some reason, the Count Users Online mod no longer works.  It says 0 guests and 1 visitor logged in (meanwhile, just 2 minutes before i installed this mod, i had roughly 40 guests).  Anyone else have this problem?


carm's forum later fixed itself, but I just wanted to suggest trying going into Forum preferences and settings and clicking save w/o making changes. It seemed to get back the users online list when I tried it just now. Just a suggestion, hoping that's the answer.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 ... 3 4 [5] 6 
Send TopicPrint