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)

Biya 02-29-2008 08:57 PM

does it work with VB 3.6.8 version I was wondering?

cause I had a little problem when I installed it first it showed up perfect and when I installed the country flags mood was gone and when I disabled flag mood showed up vice versa thing started to happen I had to disable one to show the other option.

any help will be appreciated thank you ....

beastybob 03-01-2008 12:44 AM

since installing this the post count has disapeared when people post. I am only new to VB and have searched high and low to find out how to get this to display again.

Please help!

Twinkies 03-03-2008 09:55 AM

Does anyone have the proper code to put mood manager in the header? I cannot get it working. Every other skin works fine but the skin I have has all the coding in the header and not the navbar!! I would appreciate the help if anyone knows!!!:D

macahs 03-04-2008 12:59 AM

I have just looked through SO many pages - my eyes are killing - and I cannot find the answer to save my life!

I am getting the box w/ the x in when I choose a mood from the drop down list. I've installed/uninstalled, I've manually entered all the code in the templates (as per the directions in the readme.txt), I've taken the code out and had the hack automatically edit. I've gone in and added my forum's address in the ajax and dropdown menu (Plugin Manager) - I have NO idea what I'm doing wrong.

I'm using CuteFTP and saved all the images to my computer. I then uploaded the images to BOTH areas on my server (as I wasn't sure which one I should use).... public_html AND www., and from there I uploaded the pictures to several places (trial and error purposes)... images/moods, then just images. One folder had images moods/images/moods - so I saved them there as well?

PLEASE help?

Thank you!!

adriayna 03-08-2008 11:08 AM

Quote:

Originally Posted by Twinkies (Post 1455791)
Does anyone have the proper code to put mood manager in the header? I cannot get it working. Every other skin works fine but the skin I have has all the coding in the header and not the navbar!! I would appreciate the help if anyone knows!!!:D

I have the same issue with the header. The break tag shows up with the <br />$usermoods but it will not appear. I've tried it in multiple spaces and can see the space for it. It works ok in other areas of the site though.

Twinkies 03-09-2008 11:38 AM

Quote:

Originally Posted by adriayna (Post 1459966)
I have the same issue with the header. The break tag shows up with the <br />$usermoods but it will not appear. I've tried it in multiple spaces and can see the space for it. It works ok in other areas of the site though.

I have pmed a few people and asked for help and no luck! If I find out I will let you know!

adriayna 03-09-2008 11:54 AM

Ok, thanks Twinkies. I appriciate it! :)

The_Rayman 03-09-2008 04:51 PM

Hey Sniper,

Great hack m8! Only a small question... I do not seem to get the pictures of the moods in Mozilla browsers in the drop down menu. I do get em in IE6/7... I can select, but cannot see them.

Any suggestions?

Thanks!

-=Sniper=- 03-11-2008 06:48 PM

Quote:

Originally Posted by The_Rayman (Post 1460853)
Hey Sniper,

Great hack m8! Only a small question... I do not seem to get the pictures of the moods in Mozilla browsers in the drop down menu. I do get em in IE6/7... I can select, but cannot see them.

Any suggestions?

Thanks!

My only suggestion wait for the 3.7 version, when 3.7 comes out of beta I will release it.

I believe the problem is mentioned somwhere in the readme or maybe the admincp.

thenutthouse 03-16-2008 04:04 AM

Great Mod! Installed on 3.7. Only problem was on the 'MEMBERINFO' template I could not find $customfields. So, after some messing around a bit I found a good spot to put it.

Code:

FOR vBulletin 3.7
In the MEMBERINFO template

Find
~~~~~~~~~~~~~~~~~~~~

<h2>$prepared[usertitle]</h2>
                                        </if>

Under it Add
~~~~~~~~~~~~

<br />
<if condition="!empty($userinfo[mood])">
<strong>$vbphrase[my_mood]:</strong>
<img src="images/mood/$userinfo[mood].gif" border="0" />
</if>

.

Enjoy,
~thenutthouse


All times are GMT. The time now is 03:39 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.02936 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (3)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