vb.org Archive

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

blaize 06-06-2009 12:47 AM

I should add that you can add the plugin though the admincp manager, add new plugin too. Just copy the existing 'show the mood menu in all pages', give it a new name & in the code swap 'header' for 'navbar' so that 'search html' part of the plugin looks like this;

Code:

$search_html = '".(($show[\'pmwarning\'])';
                    $vbulletin->templatecache['header'] = str_replace($search_html, fetch_template('vmoods') . $search_html, $vbulletin->templatecache['header']);


RobbieZ 06-09-2009 04:30 PM

I had to reinstall the MOD on a new board but im getting this error

https://vborg.vbsupport.ru/external/2009/06/44.png

As you can see it overlaps the navbar.

And in the drop down menu it is only text instead of graphic.

Any help? :)

blaize 06-09-2009 10:10 PM

I think you need to go into the mod options in vb options and adjust the css menu settings because the mood gif you're using looks slightly bigger than the ones that came with the mod.

You can set whether to display the mood as text or graphics in the drop down menu on the mod's options page too.

RobbieZ 06-09-2009 10:32 PM

Quote:

Originally Posted by blaize (Post 1826693)
I think you need to go into the mod options in vb options and adjust the css menu settings because the mood gif you're using looks slightly bigger than the ones that came with the mod.

You can set whether to display the mood as text or graphics in the drop down menu on the mod's options page too.

DOH! on the vboptions. I didnt look hard enough.

I added a <br /> before my navbar but i think its the table size that surrounds the log in breadcrumb information that needs to be made bigger.

Thanks

cheat-master30 06-20-2009 08:06 PM

Here's a possible feature, although I'm not sure if this is still being worked on. How about a feature that allows certain usergroups to set moods for other users, such as those that can't be selected. Then, you could have say, a 'banned' mood or something embarassing for trolls.

blaize 06-22-2009 11:34 AM

Hi Cheatmaster, I believe that admins can do that by editing the member's profile in the admincp.

Stormraven 06-23-2009 02:13 AM

Hello Blaize you seem to know alot about this mod so just wondered if you could help me with something.

I have this on my site which is Web Design Forums,it shows for some members, but not others. it seems to be only the recently joined are having this problem, i just dont know what the hell's going wrong.

I have uninstalled and re-installed but still no luck. I have tryed everything, from repair broken profiles to..... everything. I have got members saying that its not working for them :-/ nothing shows for them, nothing, just nothing, grrr its really starting to get on my nerves now. ive checked all the settings but still nothing please help.

Stormraven 06-25-2009 11:45 PM

anyone?

blaize 06-26-2009 04:09 AM

Hi Stormraven, do you have a test login where we can see what the problem might be?

blaize 06-26-2009 04:11 AM

The most likely problem is that the style your members are using might have the code that the mod is looking in the header rather than the navbar so check which users are using which styles and which styles the mod works on.

Shelley_c 06-26-2009 11:45 AM

Quote:

Originally Posted by Stormraven (Post 1835305)
Hello Blaize you seem to know alot about this mod so just wondered if you could help me with something.

I have this on my site which is Web Design Forums,it shows for some members, but not others. it seems to be only the recently joined are having this problem, i just dont know what the hell's going wrong.

I have uninstalled and re-installed but still no luck. I have tryed everything, from repair broken profiles to..... everything. I have got members saying that its not working for them :-/ nothing shows for them, nothing, just nothing, grrr its really starting to get on my nerves now. ive checked all the settings but still nothing please help.


Without stating the obvious, your saying that it's the recently joined? do recent registered members have to activate their account? maybe, you've disabled the moods from view for the users awaiting activation group?

edit: That is your issue. I've just registered and could not view or access the mood untill I activated my account. What I suggest you do is use a markup for the users awaiting activation group so you know who are the members who haven't activated their account, and that they should activate their account so you know yourself the problem lies on their end.

Stormraven 06-27-2009 01:16 AM

OMG i can't believe I never thought of that, I know, stating the obvious, that was a dull moment sorry.

Shirley, I have one more problem now though, when members visit this page to check if there are any unread posts:

http://www.codershangout.co.uk/search/new/


When members click on that but when there are no new posts the mood icons dissapear, and im not sure why, here is a screenshot:

http://img4.imageshack.us/img4/4065/imagelatbzu.jpg

Also the avatar reverts to the default one, which is the one you see in the screenshot, but when you revert away from this page: http://img4.imageshack.us/img4/4065/imagelatbzu.jpg everything is normal, the avatars and mood start working again, just seems to be a problem on that page.

Stepahnie123 07-02-2009 08:50 AM

Will this work in 3.8?

Stormraven 07-02-2009 08:48 PM

Quote:

Originally Posted by Stepahnie123 (Post 1841283)
Will this work in 3.8?

Yes it will.

Anyone know the solution to the issue I'm still having?

stylez84 07-04-2009 08:28 PM

Unfortunately I had to uninstall this mod. I got it to work OK in vB 3.8 after a lot of beating and banging on it, but recently found some Javascript errors related to it when viewing my site in IE.

Hopefully the developer will restart development on it for the newer versions of vBulletin. But as I said, I DID get it to work fine after some tweaking, but I'm afraid the Javascript errors will break things on my site since Javascript stops being executed once an error is encountered by the browser.

-=Sniper=- 07-04-2009 08:42 PM

Quote:

Originally Posted by stylez84 (Post 1842859)
Unfortunately I had to uninstall this mod. I got it to work OK in vB 3.8 after a lot of beating and banging on it, but recently found some Javascript errors related to it when viewing my site in IE.

Hopefully the developer will restart development on it for the newer versions of vBulletin. But as I said, I DID get it to work fine after some tweaking, but I'm afraid the Javascript errors will break things on my site since Javascript stops being executed once an error is encountered by the browser.

update released for 3.8.x

- https://vborg.vbsupport.ru/showthread.php?t=217847

vitrag24 07-05-2009 05:45 PM

Please update for vb 3.7.x too.

stylez84 07-06-2009 02:50 AM

Quote:

Originally Posted by -=Sniper=- (Post 1842866)

Awesome, I may have to give that version a try!

SpottySocks 08-11-2009 06:34 PM

I have recently installed a new theme, 'Bingo': https://vborg.vbsupport.ru/showthread.php?t=217237

I've got the moods in postbit but can't figure out how to add the drop down mood selector to the navbar section. Can anyone please help? Thnx :)

djbaxter 08-18-2009 02:36 PM

The navbar display for mood was displaying correctly in IE6, IE7, and IE8, but not in Firefox.

I tried a few things which didn't work for me, including some suggestions from this thread.

What did work for me was the changing the vmood CSS in Admin CP | vBulletin Options | vMoods by ZONE365.COM to the following:

Code:

#vmoods {display: block; height: 15px; width: 72px;}
       
#vmoods_div ul.vmoods {list-style:none;margin:0;padding:6px;height:200px;overflow:auto;}
       
#vmoods_div li.vmood, #vmoods_div li.vmood_mine {margin: 0;}
               
#vmoods-container p{margin:0px; float:left; font-weight: none;}


Warlord 11-27-2009 05:27 AM

Quote:

Originally Posted by gpc10347 (Post 1524804)
Can you maybe try an experiment for me?

Line 65 in vmoods.js : Try adding /forums/ ahead of the ajax.php call (or whatever directory structure yours uses)

YAHOO.util.Connect.asyncRequest("POST", "/forums/ajax.php?do=vmoods_update&securitytoken=" + SECURITYTOKEN + "&vmood=" + target.title, {


(It's working on both Advanced and the forums)!!!


No dice mi amigo. :(

Powered by vBadvanced CMPS v3.0.1
Powered by vBulletin? Version 3.8.4

DuskyVoodoo 12-15-2009 10:14 AM

I am trying to change the location of the My Mood form. I am disabling the auto-placement in AdminCP and placing $vmoods_form wherever I want the template to show.

Is there a special way it needs to be coded in order for it to show? All I am doing is place in the text "$vmoods_form" where I want it to show in the template. Do you need to wrap it in other tags of some sort? Do you need to actually copy the entire template into the template where I want it to show?

Can you please further explain on how to move around the template...

Thanks.

cloferba 12-19-2009 11:04 AM

update it to vb4 please!

coloradomoms 12-27-2009 08:39 PM

would LOVE a vb4 update. :)

vitrag24 03-15-2010 09:35 PM

plz update for vb 4.0.
Thx.

appsfinder 07-16-2010 07:29 AM

hi is it posible to remove My Mood: txt

postcd 12-14-2013 03:00 PM

Please my Modds menu dont keep open, it closes when i move a mouse. so i cant pick a Mood.
Please do you have fix for this?


All times are GMT. The time now is 05:55 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.01793 seconds
  • Memory Usage 1,800KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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