Former Member
inherit
guest@proboards.com
212918
0
Nov 1, 2024 9:36:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 28, 2015 14:01:53 GMT -8
I was wondering if someone could give me a member list template that would be set up like this: So essentially the part with the avatar, display name, @ name, group/rank, and group/rank images would be like the micro profile I currently have set up on my forum, with the other information to the right. Please note that the post/registered/last online info has a border above it (it's probably about 4 pixels wide?). Can this be done? Please note that the round avatars is not be requested. I have that code already in my CSS.
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 1, 2024 9:36:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 28, 2015 14:38:19 GMT -8
Try This Go - admin > templates > Members > Members list And look for this line <td class="name target">$[user]</td>
And replace that with this line <td class="name target"><center>$[user.avatar_quote]$[user]</center></td>
If you want the avatar a little larger try <td class="name target"><center>$[user.avatar_small]$[user]</center></td>Remember you can preview it before saving any changes to your template Screenshot here I have it so all align center If you wish all to align centerGo admin > Themes > Advanced Styles & CSS > On the Visual Editor Click on Column Titles > Set text to center And click save changes Then go Go admin > Themes > Advanced Styles & CSS > On the Visual Editor > Members - Click on Column Alignment - and set all to center - Then click to save changes For more info and help please see this threadSteve
|
|
inherit
namaste
197894
0
Nov 15, 2013 13:06:18 GMT -8
Jaguar
Fear does not stop death. It stops life.
7,151
August 2013
sugilite
|
Post by Jaguar on Mar 28, 2015 14:43:51 GMT -8
Damn that is freaking awesome @xsteveuk, thank you!
|
|
inherit
209486
0
Mar 6, 2016 15:03:59 GMT -8
T.C.
2,614
May 2014
tacochuck
|
Post by T.C. on Mar 28, 2015 14:45:56 GMT -8
Center tags aren't needed
|
|
inherit
namaste
197894
0
Nov 15, 2013 13:06:18 GMT -8
Jaguar
Fear does not stop death. It stops life.
7,151
August 2013
sugilite
|
Post by Jaguar on Mar 28, 2015 14:49:49 GMT -8
Center tags aren't needed I actually like it better without the center tags, thanks for that head's up.
|
|
inherit
209486
0
Mar 6, 2016 15:03:59 GMT -8
T.C.
2,614
May 2014
tacochuck
|
Post by T.C. on Mar 28, 2015 14:50:48 GMT -8
Center tags aren't needed I actually like it better without the center tags, thanks for that head's up. Yeah the center tags make it off center
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 1, 2024 9:36:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 28, 2015 14:53:20 GMT -8
yeah with or without the center tags it will work fine
|
|
Former Member
inherit
guest@proboards.com
212918
0
Nov 1, 2024 9:36:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 28, 2015 15:04:38 GMT -8
I'll use the code @xsteveuk posted, but if anyone is willing to create a code similar to the screenshot/mock-up I posted, have at it. Just tag me if you create it.
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 1, 2024 9:36:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 2, 2015 12:42:47 GMT -8
I'll use the code @xsteveuk posted, but if anyone is willing to create a code similar to the screenshot/mock-up I posted, have at it. Just tag me if you create it. Hi, @hadesfire I have updated the template to look more inline on what you asked for on the screenshot you posted Steve
|
|