Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vMoods aka Mood Manager (AJAX) Details »»
vMoods aka Mood Manager (AJAX)
Version: 4.1.0004, by -=Sniper=- -=Sniper=- is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 4.0.x Rating:
Released: 01-16-2010 Last Update: 01-23-2010 Installs: 568
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations Is in Beta Stage  
No support by the author.

vMoods by Luqman Amjad
http://twitter.com/luqmanamjad


I no longer work with vBulletin, therefore will no longer work on vMoods! someone else can takeover...


Online Readme, Version History and Screenshots
- - - - - - - - - -
http://luqmanamjad.com/vmoods4/

Please report any bugs! I'd welcome any feature suggestions!











Download Now

File Type: zip vmoods 4.1.0004.zip (828.6 KB, 4564 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
mohammadxxx

Comments
  #432  
Old 07-30-2013, 11:05 PM
blackberry's Avatar
blackberry blackberry is offline
 
Join Date: Feb 2008
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and working on 4.2.1 but doesn't show mood images in drop down :-s
Reply With Quote
  #433  
Old 07-31-2013, 03:57 AM
socialteenz's Avatar
socialteenz socialteenz is offline
 
Join Date: May 2011
Posts: 465
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by blackberry View Post
Installed and working on 4.2.1 but doesn't show mood images in drop down :-s
Replace the contents of the vmoods template with the following

Code:
<li id="vmoods_list" class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:phrase  vmoods_my_mood} <img id="vmoods-mine" src="{vb:raw  vboptions.bburl}/vmoods/{vb:raw vboptions.vmoods_icon_set}/{vb:var  bbuserinfo.vmood}.gif" /></a>
<ul id="vmoods" class="popupbody popuphover" style="height:125px;overflow:auto;">
  <vb:each from="vmoods_list" value="mood">
     <li class="{vb:var mood}"><a class="vmood"  href="index.php?" title="{vb:var mood}">{vb:var  mood}</a></li>
  </vb:each>
</ul>
</li>
Reply With Quote
  #434  
Old 07-31-2013, 05:53 PM
blackberry's Avatar
blackberry blackberry is offline
 
Join Date: Feb 2008
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by socialteenz View Post
Replace the contents of the vmoods template with the following

Code:
<li id="vmoods_list" class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:phrase  vmoods_my_mood} <img id="vmoods-mine" src="{vb:raw  vboptions.bburl}/vmoods/{vb:raw vboptions.vmoods_icon_set}/{vb:var  bbuserinfo.vmood}.gif" /></a>
<ul id="vmoods" class="popupbody popuphover" style="height:125px;overflow:auto;">
  <vb:each from="vmoods_list" value="mood">
     <li class="{vb:var mood}"><a class="vmood"  href="index.php?" title="{vb:var mood}">{vb:var  mood}</a></li>
  </vb:each>
</ul>
</li>
Thank you I did with the code in file but its not perfectly aligned.
Attached Images
File Type: png Untitled-1.png (6.6 KB, 0 views)
Reply With Quote
  #435  
Old 08-01-2013, 05:42 PM
socialteenz's Avatar
socialteenz socialteenz is offline
 
Join Date: May 2011
Posts: 465
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by blackberry View Post
Thank you I did with the code in file but its not perfectly aligned.
It works fine for me though, may be test account would be helpful.
Reply With Quote
  #436  
Old 08-16-2013, 02:07 AM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by natecoupons View Post
I installed the modification from Thunderbird, and then added {vb:raw vmoods_list} NOT to my navbar template, but to my nav_bars template right after the last </vb:each> in the file.
Does anyone know what he means by nav_bars template? All we have is the navbar template in 4.2.1. Where is this nav_bars template supposed to be?
Reply With Quote
  #437  
Old 09-06-2013, 03:18 AM
smirkley smirkley is offline
 
Join Date: Apr 2008
Posts: 627
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like this, but I am looking around for a really nice set of mood icons that work well on dark themes.
(transparent backgrounds ya know).
Reply With Quote
  #438  
Old 09-06-2013, 06:12 AM
ReadOrDie ReadOrDie is offline
 
Join Date: Sep 2005
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bisha View Post
Add the:

Code:
{vb:raw vmoods_list}
on the navbar template
Where does this go? Anywhere?

Edit: Seems the mod is dead...
Reply With Quote
  #439  
Old 09-06-2013, 12:13 PM
smirkley smirkley is offline
 
Join Date: Apr 2008
Posts: 627
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ReadOrDie View Post
Where does this go? Anywhere?

Edit: Seems the mod is dead...
It pretty much can go anywhere. I have mine located in the user srea next to my logo.

Dont know why you say it is dead. It works well for me.
Reply With Quote
  #440  
Old 09-08-2013, 04:17 AM
TroyTrojansFan TroyTrojansFan is offline
 
Join Date: Dec 2006
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having trouble getting it to work as well.
Reply With Quote
  #441  
Old 09-10-2013, 06:23 AM
Ba'al's Avatar
Ba'al Ba'al is offline
 
Join Date: Oct 2010
Posts: 283
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TroyTrojansFan View Post
I'm having trouble getting it to work as well.
Try this one, it works well and is supported https://vborg.vbsupport.ru/showthread.php?t=243754
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:04 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06151 seconds
  • Memory Usage 2,346KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete