PDA

View Full Version : Show usergroup title in online list!


yilmaz68
21 Jan 2010, 14:51
Modification coder from www.vbulletin-turko.com (http://www.vbulletin-turko.com)'s Moderator BlackThorn (http://www.vbulletin-turko.com/forums/member.php/49-BlackThorn)

Demo: http://www.vbulletin-turko.com/forums/forum.php
Original Link: http://www.vbulletin-turko.com/forums/showthread.php/1025-uye-grubunu-online-listesinde

Hey guys selam, hello!

Well, Open your styles forumhome_loggedinuser template and all codes replace with ;



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

dmknights
31 Jan 2010, 20:41
Simple, but effective

Installed

COL NIL SATIS
16 Feb 2010, 23:00
Brilliant mod and i am so so happy to get this!!! works a1 too mate nice one

COL NIL SATIS
16 Feb 2010, 23:01
forgot to say installed lol

FTG LIQUID CL
16 Dec 2012, 19:22
got this to work in 4.1.12

Must edit this code in FORUMHOME template..

<vb:each from="activeusers" value="loggedin">
<li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li>

Replaced with your code and it works great.

Thanks.