Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 10 Replies) Avatars in Member List V1.1 for YaBB 2.4 (Read 16628 times)
Greydane
New Member
*
Offline


I Love YaBB 2!

Posts: 18
Joined: Feb 22nd, 2012
Re: Avatars in Member List V1.1 for YaBB 2.4
Reply #15 - Sep 16th, 2013 at 1:30pm
Print Post  
Hi Derek:  No difference at all with that change.  Are there any files you would like me to attach for you to peruse?? (In what little time I know you have) Smiley  I appreciate this.

Bruce
  
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Avatars in Member List V1.1 for YaBB 2.4
Reply #16 - Sep 16th, 2013 at 2:27pm
Print Post  
I think it might be a conflict with the Last Online on Memberlist mod. Yep, attach me your Memberlist.pl file and I'll take a look for you.
  
Back to top
 
IP Logged
 
Greydane
New Member
*
Offline


I Love YaBB 2!

Posts: 18
Joined: Feb 22nd, 2012
Re: Avatars in Member List V1.1 for YaBB 2.4
Reply #17 - Sep 16th, 2013 at 4:23pm
Print Post  
Derek Barnstorm wrote on Sep 16th, 2013 at 2:27pm:
Yep, attach me your Memberlist.pl file


Thanks Derek!!

Bruce
  

Memberlist1.txt ( 30 KB | Downloads )
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Avatars in Member List V1.1 for YaBB 2.4
Reply #18 - Sep 16th, 2013 at 4:42pm
Print Post  
Try this - change:

Code
Select All
	 if ($showuserpicml && $allowpics) {
	     $headertop = 8;
	  } else {
	     $headertop = 7;
	  } 


To:

Code
Select All
	 if ($showuserpicml && $allowpics) {
	     $headertop = 9;
	  } else {
	     $headertop = 8;
	  } 

  
Back to top
 
IP Logged
 
Greydane
New Member
*
Offline


I Love YaBB 2!

Posts: 18
Joined: Feb 22nd, 2012
Re: Avatars in Member List V1.1 for YaBB 2.4
Reply #19 - Sep 17th, 2013 at 12:53am
Print Post  
darn your good Derek.  I'm not even really sure what header top does. Smiley  One other thing if you don't mind. (I know, I know  Grin)  The avatar and Name/Mood look a bit crowded.  See attached Picture.  Is there a way to add some space between the Avatar and Name/Mood so things look less crowded.

Thanks Bruce
  

AvatarProperColumn.PNG ( 178 KB | Downloads )
AvatarProperColumn.PNG
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Avatars in Member List V1.1 for YaBB 2.4
Reply #20 - Sep 17th, 2013 at 2:01am
Print Post  
Greydane wrote on Sep 17th, 2013 at 12:53am:
I'm not even really sure what header top does.

It's for the colspan on the table cell which has the pages index and member search, and other cells which need to span across the Avatar, Name, Email etc. cells.

Greydane wrote on Sep 17th, 2013 at 12:53am:
One other thing if you don't mind. (I know, I know  )  The avatar and Name/Mood look a bit crowded.  See attached Picture.  Is there a way to add some space between the Avatar and Name/Mood so things look less crowded.

Find:

Code
Select All
	  <td class="windowbg">$link{$user}$mood</td> 


And add the highlighted:

Code
Select All
	  <td class="windowbg" style="padding-left: 20px;">$link{$user}$mood</td> 


Change the '20px' value to a value that you find suitable.
  
Back to top
 
IP Logged
 
Greydane
New Member
*
Offline


I Love YaBB 2!

Posts: 18
Joined: Feb 22nd, 2012
Re: Avatars in Member List V1.1 for YaBB 2.4
Reply #21 - Sep 17th, 2013 at 3:00am
Print Post  
Thank-you for your time Derek!  It worked perfectly.

Bruce
  
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Avatars in Member List V1.1 for YaBB 2.4
Reply #22 - Sep 17th, 2013 at 3:03am
Print Post  
No problem, Bruce. Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint