vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Profile Enhancements - Mood Manager - with AJAX mood update. (https://vborg.vbsupport.ru/showthread.php?t=127220)

connkid25 10-17-2007 02:38 PM

Quote:

Originally Posted by vitrag24 (Post 1359918)
cool.
Well i'm not gfx expert and not used to photoshop so can't make myself.
asked if you have included more images. :)

If you provide the smilies or images you want in the new moods, I can make some for you. I wont have the time to make a whole new set though..

djbaxter 10-17-2007 04:04 PM

Quote:

Originally Posted by connkid25 (Post 1362352)
Both of you are using IE 7? I could never get the images to show in the dropdown other than in FF. Everything else works so the names are correct. P.S. The image shows after you click the mood in the dropdown..

Yes. Works in IE7 and IE6.

If you're having problems in IE7, flush the cache. Also note that IE7 still doesn't handle animations as well as it should, even with all updates, so you might want to ensure that all mood images are static.

If you've adjusted any of the settings in IE7, try restoring all the default settings and see if that helps. Then, one at a time alter the settings back to the way you want them until something breaks.

rwilkins108 10-17-2007 04:05 PM

Quote:

Originally Posted by connkid25 (Post 1362352)
Both of you are using IE 7? I could never get the images to show in the dropdown other than in FF. Everything else works so the names are correct. P.S. The image shows after you click the mood in the dropdown..


You're right, IE doesn't display pictures b/c the method being used isn't supported in IE itself. IE doesn't allow pictures in a drop down. See this:
http://jan.moesen.nu/code/html-css/d...wn-image-list/

rwilkins108 10-17-2007 04:07 PM

Quote:

Originally Posted by djbaxter (Post 1362410)
Yes. Works in IE7 and IE6.

If you're having problems in IE7, flush the cache. Also note that IE7 still doesn't handle animations as well as it should, even with all updates, so you might want to ensure that all mood images are static.


you're saying when you click the drop down, you see all the moods pictures displayed in the list? hmm, don't know how you're doing that...

djbaxter 10-17-2007 04:33 PM

Quote:

Originally Posted by rwilkins108 (Post 1362413)
You're right, IE doesn't display pictures b/c the method being used isn't supported in IE itself. IE doesn't allow pictures in a drop down. See this:
http://jan.moesen.nu/code/html-css/d...wn-image-list/

That's incorrect. I see the drop down images just fine. I know personally that this works in IE7, and I have members using IE6 who are able to use the system - no one has complained that they can't see the images, regardless of the browser.

Quote:

Originally Posted by rwilkins108 (Post 1362415)
you're saying when you click the drop down, you see all the moods pictures displayed in the list? hmm, don't know how you're doing that...

That's exactly what I'm saying. See my post above: Try fussing your IE cache.

connkid25 10-17-2007 05:01 PM

Quote:

Originally Posted by djbaxter (Post 1362440)
Try fussing your IE cache.

I use evidence eliminator so its not a cache issue.

connkid25 10-17-2007 05:20 PM

Quote:

Originally Posted by djbaxter (Post 1362440)
That's incorrect. I see the drop down images just fine.

Could you upload a screen shot so we can see this working in IE?

rwilkins108 10-17-2007 05:20 PM

Quote:

Originally Posted by djbaxter (Post 1362440)
That's incorrect. I see the drop down images just fine. I know personally that this works in IE7, and I have members using IE6 who are able to use the system - no one has complained that they can't see the images, regardless of the browser.



That's exactly what I'm saying. See my post above: Try fussing your IE cache.

Hmm, I just don't know how that could be, the code in the plugin specifically states to NOT put in the graphic if using IE...

PHP Code:

if (!$vbulletin->options['moodmanagerimages'] || eregi("MSIE"$_SERVER['HTTP_USER_AGENT']))   {         
   
$vbmoods['mood'] .= '<option value="' .$mood'"' .$selectedmood'>' .$mood'</option>';     
}     
else  {         
   
$vbmoods['mood'] .= '<optgroup style="background-image: url(images/mood/' .$mood'.gif); height: 15px; width: 72px;"><option value="' .$mood'"' .$selectedmood'></option></optgroup>';     


that code states that if the mood manager images in the admincp is set to NO OR if the user is using Internet Explorer, just use the mood name, else, if any other browser, use images...

djbaxter 10-17-2007 05:36 PM

My apologies. Brain lapse of some sort.

I could have sworn that the images did display but I just went to get the requested screen shot and you are correct - only the mood names are shown in the dropdown in IE7. :o

connkid25 10-17-2007 06:46 PM

Quote:

Originally Posted by djbaxter (Post 1362501)
My apologies. Brain lapse of some sort.

I could have sworn that the images did display but I just went to get the requested screen shot and you are correct - only the mood names are shown in the dropdown in IE7. :o

I wasnt trying to prove you wrong but I figured maybe you found a way for this to work in IE. We all have those days!


All times are GMT. The time now is 12:33 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.03180 seconds
  • Memory Usage 1,756KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete