My MooD plugin installation and latest mood icons
Hello friends,mybb users,heres a nice plugin that is restored from the history,a plugin called MY MOOD by JND52 which shows the mood of users,in every post you post.
though it is actually made for 1.4 version mybb
it is working like a charm.....you can see the demo here in my test board......on the page u can see the mood icons in every post of mine
demo link
and i added the latest mood icons,which are xenforo styled icons,which i used with the plugin........
so here's da tutorial
1.Download the mymood plugin from here : link
2.Do as instructed,change the compatibility to 1.6
in file and
in
3.Then upload all in the folder via ftp......
except the images.......
download the latest mood icons that i used in the link from here :
moodicons.zip - 279.5 KB
4.Upload these icons into
5.Rename the folder to mood
6. Install the plugin via ACP,no seetings in acp wil be found.
7. Go to your index page.....
you can see a link below the main menu in your submenu a link called
8.click it a pop up opens and select your mood,and click add......
dats it..... you can see the mood i con in every post....
see the preview here:how to change the mood
hope this help you a lot and all our mybb friends.......
regards,
envira
add this code in
find:
add next:
Hello friends,mybb users,heres a nice plugin that is restored from the history,a plugin called MY MOOD by JND52 which shows the mood of users,in every post you post.
Quote:If you are happy,share it with all,,,,,,,,
If you are hot make this forum hotter,
If you are depressed show it to us and we can cure it.......its all about MY MOOD
though it is actually made for 1.4 version mybb
it is working like a charm.....you can see the demo here in my test board......on the page u can see the mood icons in every post of mine
demo link
and i added the latest mood icons,which are xenforo styled icons,which i used with the plugin........
so here's da tutorial
1.Download the mymood plugin from here : link
2.Do as instructed,change the compatibility to 1.6
in
Code:
/mood.php
in
Code:
/inc/plugins/mood.php file.....
3.Then upload all in the folder via ftp......
except the images.......
download the latest mood icons that i used in the link from here :
moodicons.zip - 279.5 KB
4.Upload these icons into
Code:
/public_html/images/yourtheme/mood
5.Rename the folder to mood
6. Install the plugin via ACP,no seetings in acp wil be found.
7. Go to your index page.....
you can see a link below the main menu in your submenu a link called
Quote:|my mood| private messages
8.click it a pop up opens and select your mood,and click add......
dats it..... you can see the mood i con in every post....
see the preview here:how to change the mood
hope this help you a lot and all our mybb friends.......
regards,
envira
Code:
note: if you cant find the link in the sub menu,in your forum,this tutorial down helps you to do so with a small template edit.
add this code in
Code:
your templates/headertemplates/header_welcomeblock_member
find:
Code:
|<a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> |
add next:
Code:
|<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a>{$mood_link}|