PDA

View Full Version : Add-On Releases - Mood's on Wol for Mood Manager


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 :)

Hornstar
07-16-2007, 10:14 AM
lol at one of the images in the screen shot lol
nice little add on to that product, although I dont have a need for it currently, nice work.

Madmp3zz
07-16-2007, 03:14 PM
I've been waiting for this little add-on thanks.
Works great on 3.6.7

Now I just need it to work on my CMPS home page also.

captainslater
07-16-2007, 04:15 PM
Without file edits this would be a nice little addon.

deezelpope
07-16-2007, 04:32 PM
I agree with CaptainSlater...I'm not real comfortable with file edits.:(

FreshFroot
07-16-2007, 09:05 PM
hmm mabye there is a way around file edits?

donatas
07-18-2007, 12:15 PM
maybe, but i dont know how, works for me perfectly -> i'm happy :)

mamashid
08-13-2007, 01:31 PM
worked great!

Loxor
08-13-2007, 09:22 PM
well done thank you

rayphua
08-28-2007, 11:27 AM
Hi, can you help by explaining how we can have members' moods show on:

1. Who's Online (not the one at What's Going On)
2. Members List

Thanks!

latinwarrior
09-04-2007, 10:25 PM
Tanks man, this work 4 me!

gforce75
09-05-2007, 01:42 AM
Not a bad concept :p