Plus Mood

mastram

New Member
Version: 3.7.x

What is Plus Mood:

Product that allow your members to set their mood in the easiest way.

Installation:
  1. Upload all files in 'upload' folder to your forum>
  2. Import 'product-plus_mood.XML'.
  3. Edit navbar template.
  4. Make your own images
  5. Start using it.
Template edit:

In navbar template, find:

HTML:
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
Add befor it:

HTML:
$plus_mood_welcome_x
History:
  • 1.0.1 - First Public Release.
By default you will find only 6 moods built-in, so make your members' moods. sorry I'm not a designer.
Note, PSD file included.

Enjoy.
 
try an add this
Code:
$plus_mood_welcome_x
right after or before this
HTML:
$template_hook[postbit_userinfo_right]
					<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
 
Haveing trouble with it keeps saying this Please upload the files that came with the Mood before installing or upgrading!
 
Updated Version: 1.0.2

1.0.2 - using $template_hook[postbit_userinfo_right] instead of $template_hook[postbit_userinfo_right_after_posts] in (postbit OR postbit_legacy)

NOTE: you must have $template_hook[postbit_userinfo_right] in your (postbit or postbit_legacy)
 
hmm interesting..

i tried this but had to edit more then one template to get it right.. it seems alright i guess but id rather have it more like myspace where its a mood in text with a little icon next to that..

is there by any chance another mood plugin??
 
i dont have this code in my navbar.. :(

<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>

i installed this mode and im using vb 3.7.3 and its not working..
 
Back
Top