Page Index Toggle Pages: 1 2 [3]  Send TopicPrint
Very Hot Topic (More than 25 Replies) Recent User List V1.1 for YaBB 2.3/2.3.1 (Read 25887 times)
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #30 - Mar 17th, 2009 at 5:01pm
Print Post  
mick wrote on Mar 17th, 2009 at 4:57pm:
deti wrote on Mar 17th, 2009 at 2:18pm:
and insert this here:


Edited:
[...]
<!-- RECENT USER LIST END -->~;


With or without the highlighted, deti?

@DOT-COM: Did You test it with FF3? There I got a fault after
taking new code (But I will verify it again after deti answers me).



It used to be $boardIndex_template~;

You input the highlighted code in deti's post between $boardindex_template   and  ~;


I tested in IE6 and FF3
  
Back to top
 
IP Logged
 
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #31 - Mar 17th, 2009 at 6:10pm
Print Post  
Ok, thx. No Error any more. But the result isn't
very nice with IE6. Maybe, because I test on a
modded Board.
  
Back to top
WWW  
IP Logged
 
deti
Full Member
***
Offline


YaBB is the best!!!

Posts: 101
Location: Prien am Chiemsee
Joined: Mar 13th, 2008
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #32 - Mar 17th, 2009 at 6:32pm
Print Post  
mick wrote on Mar 17th, 2009 at 6:10pm:
But the result isn'tvery nice with IE6.

What does this mean? Do you have an image?
  

Was immer Du tun kannst
oder erträumst tun zu können,
beginne es.
Kühnheit besitzt Genie,
Macht und magische Kraft.
Beginne es jetzt.
Whatever you can do
or dream you can,
begin it.
Boldness has genius,
power and magic in it.
Begin it now.
Johann Wolfgang Goethe
Back to top
 
IP Logged
 
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #33 - Mar 17th, 2009 at 7:02pm
Print Post  
Not so easy, IE6 is on "wrong" PC...

See picture. One time it looked better, but after
refresh same.

Settings are 50/70 pixel
  

recent3.png ( 111 KB | Downloads )
recent3.png
Back to top
WWW  
IP Logged
 
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #34 - Mar 17th, 2009 at 7:06pm
Print Post  
After joining Admin-Center and than back to boardindex
I get attached Image. Than, after refresh, same like last
post (recent3.png).
  

recent4.png ( 153 KB | Downloads )
recent4.png
Back to top
WWW  
IP Logged
 
MasterKarman
Junior Member
**
Offline


YaBB 2.5.2

Posts: 90
Location: Karmanville
Joined: Feb 14th, 2009
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #35 - Mar 24th, 2009 at 9:23am
Print Post  
That fixed the javascript error in IE6. Thanks.
Same issue with resizing though. In IE6, reloading the page can produce various heights and widths making for very deformed images. It displays fine in FireFox. The only way I've found to make it work in IE6 is to put the height and width you want in the avatar img tags. Replacing
style="max-width: $mw;"
with
width="whateverpx" height="whateverpx"
I guess it's ie6's time to go the way f the dinosaur...
  

Now using YaBB 2.5.2 with 40+mods
"The world is a dangerous place to live. Not because of the evil in it, but because of the people who don't do anything about it."


Back to top
IP Logged
 
MasterKarman
Junior Member
**
Offline


YaBB 2.5.2

Posts: 90
Location: Karmanville
Joined: Feb 14th, 2009
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #36 - Apr 5th, 2009 at 10:51pm
Print Post  
Don't know why this got removed, I thought it a legitimate report, but I'll post again and see what happens.
I noticed if I've removed a member they still display in Recent User List as online days after removal. Not a big problem if there is alot of activity on the forums.
See image...
  

Now using YaBB 2.5.2 with 40+mods
"The world is a dangerous place to live. Not because of the evil in it, but because of the people who don't do anything about it."


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


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #37 - Apr 8th, 2009 at 3:05pm
Print Post  
search in BoardIndex.pl
Code
Select All
		if ($last_username && (!${$uid.$last_username}{'stealth'} || $iamadmin || $iamgmod)) { 




Replace
Code
Select All
		if (-f "$memberdir/$last_username.vars" && (!${$uid.$last_username}{'stealth'} || $iamadmin || $iamgmod)) { 



will update in next Version after some days when YaBB 2.3.2 is released.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
MasterKarman
Junior Member
**
Offline


YaBB 2.5.2

Posts: 90
Location: Karmanville
Joined: Feb 14th, 2009
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #38 - Apr 8th, 2009 at 6:37pm
Print Post  
Thanks JetLi.
That fixed it.
  

Now using YaBB 2.5.2 with 40+mods
"The world is a dangerous place to live. Not because of the evil in it, but because of the people who don't do anything about it."


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


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #39 - Apr 8th, 2009 at 6:45pm
Print Post  
your welcome
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
sybaris
New Member
*
Offline


I Love YaBB 2!

Posts: 5
Joined: May 28th, 2009
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #40 - May 28th, 2009 at 1:11pm
Print Post  
This was one of my favorite mods on my yabb 2.1 board.  I've recently upgraded to 2.4 and now I'm missing it terribly!    Is anyone working on adapting it for Yabb 2.4? 

I hope so!
  
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #41 - May 28th, 2009 at 2:42pm
Print Post  
sybaris wrote on May 28th, 2009 at 1:11pm:
I've recently upgraded to 2.4 and now I'm missing it terribly!

Bad for you!

sybaris wrote on May 28th, 2009 at 1:11pm:
Is anyone working on adapting it for Yabb 2.4?

Read my Signature. Thnx.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #42 - May 28th, 2009 at 4:16pm
Print Post  
Quote:
Jeff wrote on May 28th, 2009 at 2:42pm:
sybaris wrote on May 28th, 2009 at 1:11pm:
I've recently upgraded to 2.4 and now I'm missing it terribly!

Bad for you!

sybaris wrote on May 28th, 2009 at 1:11pm:
Is anyone working on adapting it for Yabb 2.4?

Read my Signature. Thnx.

Hi  sybaris - As an old member of this forum, let me try and translate this:

Thanks for your nice and positive words about this mod by Jet Li. He is currentlty busy making and updating mods for YaBB 2.4 - which means that hopefully when he's got the time he will get to update this mod too.

Anyways - welcome as a new member of this forum  Smiley
  

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


Beer anyone ?

Posts: 2630
Location: New York
Joined: Apr 16th, 2002
Gender: Male
Re: Recent User List V1.1 for YaBB 2.3/2.3.1
Reply #43 - Jun 14th, 2009 at 10:06pm
Print Post  
Jeff wrote on May 28th, 2009 at 2:42pm:
Bad for you!


Hé Jet.... short fused? I thought 2.4 should be the greatest release of all YaBB's so you should be happy for him....

And of course it takes time to update all your mods (if they are not in the base package) for 2.4, so just tell him to have a bit of patience, not tell him to feel bad about upgrading Tongue
  

Nothing to add here Smiley
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 2 [3] 
Send TopicPrint