C.Stanley Active member Nov 22, 2013 #1 I followed the guide to markup usernames on my forum but cant figure out how to mark up the names in the members online now. Attachments markup.webp 3.7 KB · Views: 22
I followed the guide to markup usernames on my forum but cant figure out how to mark up the names in the members online now.
TPerry Well-known member Nov 22, 2013 #2 GlobalHax said: I followed the guide to markup usernames on my forum but cant figure out how to mark up the names in the members online now. Click to expand... Check your sidebar_online_users and make sure the below segment is there. Are you using BD Widgets? If so, I believe there is an option there to use rich text usernames. You must also have defined (in the groups in the User Name CSS) a color. Code: <li> <xen:avatar user="$user" size="s" img="true" /> <xen:username user="$user" rich="true" /> <div class="userTitle">{xen:helper userTitle, $user}</div> </li> Upvote 0 Downvote
GlobalHax said: I followed the guide to markup usernames on my forum but cant figure out how to mark up the names in the members online now. Click to expand... Check your sidebar_online_users and make sure the below segment is there. Are you using BD Widgets? If so, I believe there is an option there to use rich text usernames. You must also have defined (in the groups in the User Name CSS) a color. Code: <li> <xen:avatar user="$user" size="s" img="true" /> <xen:username user="$user" rich="true" /> <div class="userTitle">{xen:helper userTitle, $user}</div> </li>
C.Stanley Active member Nov 23, 2013 #3 Code is there. Sorry not sure what BD Widgets is exactly. Upvote 0 Downvote
TPerry Well-known member Nov 23, 2013 #4 GlobalHax said: Code is there. Sorry not sure what BD Widgets is exactly. Click to expand... Have you defined the colors in the groups? [BD] Widget Framework.. a fantastic add-on. Upvote 0 Downvote
GlobalHax said: Code is there. Sorry not sure what BD Widgets is exactly. Click to expand... Have you defined the colors in the groups? [BD] Widget Framework.. a fantastic add-on.