vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Profile Enhancements - vMoods aka Mood Manager (https://vborg.vbsupport.ru/showthread.php?t=217847)

JacquiiDesigns 07-27-2009 08:00 PM

I've seen people saying the mod doesn't work - Well - unfortunately the upgrade did not work correctly on my board either. I think there may be some sort of conflict for those who had the previous version installed. I had to completely uninstall the new mod and reupload the old product. The 3.7 version works just fine for me - so I suppose the old adage "if it ain't broke, don't fix it" applies here.

Anyway - still a wonderful modification if you can get it installed properly.

Jacquii.

ShawneyJ 07-28-2009 01:58 AM

Quote:

Originally Posted by -=Sniper=- (Post 1853764)
which mood is missing the image? I'd take a guess at "Amazed.gif" ?

i changed to text display and it seems like its the word "none"
when changing back to image display the "none" looks like an image loading.
other than that everything is working great.

Saviour 07-28-2009 05:11 AM

1 Attachment(s)
Sniper...

I have run across the following issue when using Internet Explorer 7, or 8:

This is happening on my vBAdvanced CMPS portal page, as well as my Arcade pages. Look at the first attached image...you will see a red circle surrounding a dot. If I hover the mouse pointer over the dot, it gives me the alt tag for my mood.

The second attached image shows what happens when I click this dot. The menu expands and shows the images...but take a look at the spacing as compared to the third attached image which shows the menu working fine within all other forum pages...including my Links Directory and Downloads pages. I can also change my mood, but no image shows...just a dot.

I have tried changing the Auto Edit The Template (all pages) from "yes" to "no" and manually adding $vmoods to the navbar template. It works for the forum pages, but not for the vBAdvanced portal page or the Arcade...in this case...nothing shows up at all (on the portal page or the Arcade pages) when this setting is at "no" and I have manually added the $vmoods code to the navbar template.

One last thing...the mod works flawlessly in the latest versions of Firefox, Opera and Safari.

So why not Internet Explorer 7, or 8?

I really would appreciate some advice here. If I can't get it working within the portal page or Arcade pages for Internet Explorer...then I'm going to have to remove it. That would be a shame, too...since all my members (including myself) absolutely love this mod.

I look forward to your comments and suggestions...

Saviour 07-28-2009 05:44 AM

Update...

I take back what I said about your product working fine in Firefox, Opera and Safari.

If you go to the Arcade pages on my board...you'll see the Mood, but you won't be able to view the drop down, or change your mood from any of the Arcade pages with those particular browsers, either.

Certainly hope you can help...

Saviour 07-28-2009 06:21 AM

Also noticing this within the source code of pages that do work...notice the red text:

Code:

<style type="text/css" id="vmoods_css">
<!==

#vmoods_menu div ul.list li{
        height: 30px;
}

#vmoods_menu div ul.list{
        width: 113px;
}
-->
</style>

<div id="vmoods_menu_shelley_93x30">
        <span>My Mood:</span>
        <a id="vmoods" href="index.php?">
                <img id="vmood_mine" src="http://glitchpc.com/forums/vmoods/shelley_93x30/Confused.gif" alt="Confused"
                        title="Confused" width="93px" height="30px" />
        </a>
        <script type="text/javascript"> vbmenu_register("vmoods", 1);</script>


And within the source code of those pages that are not working:

Code:

<style type="text/css" id="vmoods_css">
<!==

#vmoods_menu div ul.list li{
        height: px;
}

#vmoods_menu div ul.list{
        width: px;
}
-->
</style>

<div id="vmoods_menu_shelley_93x30">

        <span>My Mood:</span>
        <a id="vmoods" href="index.php?">
                <img id="vmood_mine" src="http://glitchpc.com/forums/vmoods/shelley_93x30/Confused.gif" alt="Confused"
                        title="Confused" width="px" height="px" />
        </a>
        <script type="text/javascript"> vbmenu_register("vmoods", 1);</script>


ruger 07-29-2009 08:22 AM

Uninstalled and went with 3.7.0 version since it works for IE and FF on 3.8.3.

Matscolan 07-30-2009 11:03 AM

Just pointing out what Saviour just said completely solved any issues with it not appearing on VB Advanced pages.

To fix it go in to the vmoods template, find the 2 sets of heights & widths and actually enter in the size for the image set you are using rather than letting it find out for you.

Code:

<style type="text/css" id="vmoods_css">
<!--
<if condition="$vboptions['vmoods_li_option'] == 'vmoods_li_image'">
#vmoods_menu div ul.list li{
        height: 30px;
}
</if>
#vmoods_menu div ul.list{
        width: 93px;
}
-->
</style>

<div id="vmoods_menu_$vboptions[vmoods_icon_set]">
        <span>$vbphrase[vmoods_my_mood]:</span>
        <a id="vmoods" href="index.php?">
                <img id="vmood_mine" src="$vboptions[bburl]/vmoods/$vboptions[vmoods_icon_set]/$bbuserinfo[vmood].gif" alt="$bbuserinfo[vmood]"
                        title="$bbuserinfo[vmood]" width="93px" height="30px" />
        </a>
        <script type="text/javascript"> vbmenu_register("vmoods", 1);</script>
        <br clear="all" />
</div>

Above is what it should look like if you are using the Shelly set. For the classic set just change the parts in red so the sizes are correct.

Saviour 07-30-2009 12:04 PM

Thanks for that post...

Hopefully Sniper will update the mod with this fix. Hopefully, he'll fix it for the arcade pages, as well.

In the interim...I've uninstalled this until it works in all the major browsers, as well as on the ibproarcade pages.

Cody1611 07-30-2009 02:08 PM

I was trying to add the vMoods to my forum, but I can't seem to find out how to make the images appear. (Currently there are only bullets showing instead of actual graphics.)
I don't think I can't describe what problem I have in words, so here are the screen shots of what appears on my forum right now.

http://tbbc.ca/misc_imgs/mood-error.jpg
http://tbbc.ca/misc_imgs/mood-error02.jpg

Where did I go wrong?

KevinL 07-30-2009 05:00 PM

I think that problem was actually covered on the first few pages. :)

Make sure you upload everything correctly


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

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.01413 seconds
  • Memory Usage 1,751KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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