Members Group Posts & Likes Avatar on The Created By Column
Mar 31, 2015 3:01:24 GMT -8
CåñåÐå™ likes this
Post by Former Member on Mar 31, 2015 3:01:24 GMT -8
A Little Update
That Will Show The Users Members Group Under The Avatar
On The Created By column
Note: The Member Group Name Does Not Link
Tested latest versions IE 11 - Chrome - Firefox
Go admin > Board > Thread List
Look for the line
<td class="created-by clickable">$[thread.created_by]</td>
And replace that with the line below
<td class="created-by clickable"><center>$[thread.created_by_user.avatar_quote]$[thread.created_by]<br>$[thread.created_by.group.name]</center></td>
If wish the avatar to display a little larger use the code below
<td class="created-by clickable">
<center>$[thread.created_by_user.avatar_small]$[thread.created_by]<br>$[thread.created_by.group.name]</center></td>
NOW GO TO
Admin > THEMES > ADVANCED STYLES & CSS > STYLE SHEET
AND AT THE VERY BOTTOM OF THE STYLE SHEET PAGE
ADD THE LINE OF CODE BELOW
.created-by .avatar-wrapper {display: block;}
____________________________________________________________________
If wish to show the users post count also
Under the username and avatar
Screenshot
Use the code below
<td class="created-by clickable">
<center>$[thread.created_by_user.avatar_quote]$[thread.created_by]<br>$[thread.created_by.group.name]
<br>$[thread.created_by_user.posts]<br>Posts</center></td>
If wish the avatar to display a little larger use the code below
<td class="created-by clickable">
<center>$[thread.created_by_user.avatar_small]$[thread.created_by]
<br>$[thread.created_by.group.name]<br>
$[thread.created_by_user.posts]<br>Posts</center></td>
_____________________________________________
If you would like to show the users likes count also
Use This Code
Screenshot
<td class="created-by clickable">
<center>$[thread.created_by_user.avatar_quote]$[thread.created_by]<br>$[thread.created_by.group.name]
<br>$[thread.created_by_user.posts]<br>Posts
<br><font size="1">Likes: $[thread.created_by_user.likes]</font></center></td>
If wish the avatar to display a little larger use the code below
<td class="created-by clickable">
<center>$[thread.created_by_user.avatar_small]$[thread.created_by]
<br>$[thread.created_by.group.name]<br>
$[thread.created_by_user.posts]<br>Posts
<br><font size="1">Likes: $[thread.created_by_user.likes]</font></center></td>
______________________________
NOW GO TO
Admin > THEMES > ADVANCED STYLES & CSS > STYLE SHEET
AND AT THE VERY BOTTOM OF THE STYLE SHEET PAGE
ADD THE LINE OF CODE BELOW
.created-by .avatar-wrapper {display: block;}
Steve
That Will Show The Users Members Group Under The Avatar
On The Created By column
Note: The Member Group Name Does Not Link
Tested latest versions IE 11 - Chrome - Firefox
Go admin > Board > Thread List
Look for the line
<td class="created-by clickable">$[thread.created_by]</td>
And replace that with the line below
<td class="created-by clickable"><center>$[thread.created_by_user.avatar_quote]$[thread.created_by]<br>$[thread.created_by.group.name]</center></td>
If wish the avatar to display a little larger use the code below
<td class="created-by clickable">
<center>$[thread.created_by_user.avatar_small]$[thread.created_by]<br>$[thread.created_by.group.name]</center></td>
NOW GO TO
Admin > THEMES > ADVANCED STYLES & CSS > STYLE SHEET
AND AT THE VERY BOTTOM OF THE STYLE SHEET PAGE
ADD THE LINE OF CODE BELOW
.created-by .avatar-wrapper {display: block;}
____________________________________________________________________
If wish to show the users post count also
Under the username and avatar
Screenshot
Use the code below
<td class="created-by clickable">
<center>$[thread.created_by_user.avatar_quote]$[thread.created_by]<br>$[thread.created_by.group.name]
<br>$[thread.created_by_user.posts]<br>Posts</center></td>
If wish the avatar to display a little larger use the code below
<td class="created-by clickable">
<center>$[thread.created_by_user.avatar_small]$[thread.created_by]
<br>$[thread.created_by.group.name]<br>
$[thread.created_by_user.posts]<br>Posts</center></td>
_____________________________________________
If you would like to show the users likes count also
Use This Code
Screenshot
<td class="created-by clickable">
<center>$[thread.created_by_user.avatar_quote]$[thread.created_by]<br>$[thread.created_by.group.name]
<br>$[thread.created_by_user.posts]<br>Posts
<br><font size="1">Likes: $[thread.created_by_user.likes]</font></center></td>
If wish the avatar to display a little larger use the code below
<td class="created-by clickable">
<center>$[thread.created_by_user.avatar_small]$[thread.created_by]
<br>$[thread.created_by.group.name]<br>
$[thread.created_by_user.posts]<br>Posts
<br><font size="1">Likes: $[thread.created_by_user.likes]</font></center></td>
______________________________
NOW GO TO
Admin > THEMES > ADVANCED STYLES & CSS > STYLE SHEET
AND AT THE VERY BOTTOM OF THE STYLE SHEET PAGE
ADD THE LINE OF CODE BELOW
.created-by .avatar-wrapper {display: block;}
Steve