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
  #52  
Old 01-18-2010, 07:24 PM
halkum halkum is offline
 
Join Date: Feb 2006
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

displaying multiple moods after first post:

Reply With Quote
  #53  
Old 01-18-2010, 07:40 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djbaxter View Post
vB 4.01 Suite

Installed this new version. It works as advertised although at some point adding the option to the User CP would be nice.

In the readme file, it says this:

PHP Code:
If you still want imagesyou can do so by using CSSEach mood pack has its own style.css file so you can do the following e.g
#vmoods .Bashful {background-image: url("vmoods/classic_72x15/Bashful.gif")} 
OK. So I
  1. created a CSS file to replace the empty one (attached; contains some non-standard mood images but all are correctly described and this list corresponds to the one in the vB Admin CP | Options | vmoods settings)
  2. uploaded this to the /vmoods/classic_72x15/ folder since that's the version I'm using.
Nothing changes, however. I still see the list of moods in the navbar drop down but no images.
That was meant to be more of a guide not actual code I'll update the css files to include code for for all moods but commented out.
Reply With Quote
  #54  
Old 01-18-2010, 07:41 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djbaxter View Post
And another problem:

If the member doesn't have a mood selected, the postbit still shows the label "My Mood:" - see attachment.
should be fixed in the next release!
Reply With Quote
  #55  
Old 01-18-2010, 07:45 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by halkum View Post
displaying multiple moods after first post:

unable to reproduce at my end! are you are you don't have multiple references to vmoods_postbit ?
Reply With Quote
  #56  
Old 01-18-2010, 08:33 PM
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Posts: 1,156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JermaineBelgard View Post
How?
You not know?
Reply With Quote
  #57  
Old 01-18-2010, 08:34 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrKing View Post
This might give you a better understanding of what i mean?

Note: How to edit navbar:

How to add a button with a link:

Code:
<li><a href=" your link">Menu name</a></li>
How to add a menu with dropdown:

Code:
<li><a href=" your link">Menu name</a>
<ul class="subnav">  
<li><a href=" your link">Sub Menu 1</a></li> 
<li><a href=" your link">Sub Menu 2</a></li>
</ul>  
</li>
Remember to make sure all your code must in the class below:

Code:
<ul class="topnav">  

........
.......
</ul>
taken from HiO iWay Theme
try changing the vmoods template to this

HTML Code:
<li><a href="javascript://" class="popupctrl">{vb:phrase vmoods_my_mood} (<span id="vmoods-mine">{vb:var bbuserinfo.vmood}</span>)</a>
<ul class="subnav">  
  <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
  #58  
Old 01-18-2010, 08:40 PM
Switch3130 Switch3130 is offline
 
Join Date: Jun 2006
Location: United States
Posts: 242
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You show a picture where you see the mood in the drop down...I upgraded and they're still showing up as a word and not an image.
Reply With Quote
  #59  
Old 01-18-2010, 08:42 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Switch3130 View Post
You show a picture where you see the mood in the drop down...I upgraded and they're still showing up as a word and not an image.
please read the readme.html file or see http://luqmanamjad.com/vmoods4/
Reply With Quote
  #60  
Old 01-18-2010, 09:03 PM
SpongeBob71 SpongeBob71 is offline
 
Join Date: Mar 2008
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I upgraded as well and I don't have words or pictures....I edited the styles.css as specified but it shows up empty.

I just wanted you to know.

Thanks,

Sponge
Reply With Quote
  #61  
Old 01-18-2010, 09:04 PM
Switch3130 Switch3130 is offline
 
Join Date: Jun 2006
Location: United States
Posts: 242
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks.
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 08:19 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04860 seconds
  • Memory Usage 2,351KB
  • 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
  • (1)bbcode_html
  • (1)bbcode_php
  • (6)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
  • (1)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