donatas
07-15-2007, 10:00 PM
Litle addon, whitch shows users mood icons near username on Who's online (see screenshot)
1st You need Mood Manager Get it here (https://vborg.vbsupport.ru/showthread.php?t=127220&page=33&highlight=mood)
2nd Do folowing modifications:
Open File: index.php
FIND:
session.userid, session.inforum, session.lastactivity,
REPLACE TO:
session.userid, session.inforum, session.lastactivity,user.mood,
FIND:
'username' =>& $vbulletin->userinfo['username'],
AFTER IT ADD:
'mood' =>& $vbulletin->userinfo['mood'],
Save, upload back to forums
Open template forumhome_loggedinuser
FIND:
$loggedin[invisiblemark]
AFTER IT ADD:
<if condition="!empty($loggedin[mood])"><img src="images/mood/$loggedin[mood].gif" border="0" /></if>
now should work :)
1st You need Mood Manager Get it here (https://vborg.vbsupport.ru/showthread.php?t=127220&page=33&highlight=mood)
2nd Do folowing modifications:
Open File: index.php
FIND:
session.userid, session.inforum, session.lastactivity,
REPLACE TO:
session.userid, session.inforum, session.lastactivity,user.mood,
FIND:
'username' =>& $vbulletin->userinfo['username'],
AFTER IT ADD:
'mood' =>& $vbulletin->userinfo['mood'],
Save, upload back to forums
Open template forumhome_loggedinuser
FIND:
$loggedin[invisiblemark]
AFTER IT ADD:
<if condition="!empty($loggedin[mood])"><img src="images/mood/$loggedin[mood].gif" border="0" /></if>
now should work :)