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)

suewh 06-15-2007 06:41 AM

Quote:

Originally Posted by rjmjr69 (Post 1268719)
Have you tried clearing your cache?

Sure did :) I get a drop down menu but all it provides is "no mood"

illkeyone 06-16-2007 07:38 AM

it's very useful and good modification ;) Thank you a lot mate ;)

PinkLiquorice 06-16-2007 08:39 AM

Great thanks! Installed perfectly on 3.6.7

69lakalle 06-16-2007 11:52 PM

how do i reset all moods .. ? reinstall ...?

69lakalle 06-17-2007 12:04 AM

never mind i dont need it now . but if someone does ...

duckdodger 06-17-2007 08:30 AM

Awesome mod, my members love it!

Thanks!

momo2 06-19-2007 07:02 PM

its semi custom, i got it from style section called simpledark-orange

Kodyr 06-19-2007 08:02 PM

I got a error when I did:

vBulleting Options >> [Sniper] - Mood Manager >> Turn on / off the mood managed
It says:

You don't have permission to access /forum/admincp/options.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Can anyone help me?

-=Sniper=- 06-20-2007 12:13 AM

kodyr; please uninstall and try again!

I don't think I've seen any suggestions for more features? pehaps a rewrite of the readme file yes to make things more clear for some users.

How about mood history?

oh I plan to support this hack sometime in July.

Shazz 06-20-2007 01:01 AM

No problems, running smoothly so far 3.6.7 PL1 :)

TheBatGirls 06-20-2007 01:57 AM

I keep getting a "this file is corupt or invalid" when I download... What am I missing here?

ringleader 06-20-2007 10:43 AM

Thanks Sniper for this.
My members love it *installs*.

It's working perfectly on v3.6.7
Like people said before though, change the Psychadelic.gif name to Psychedelic.gif with two 'e'.

Also, Hambil your advice for displaying images in the dropdown worked brilliant for me.
Cheers.

ShawneyJ 06-20-2007 10:46 AM

installed very good :)

kcradio 06-20-2007 03:32 PM

I am trying to get it to work on VB Advanced and for some reason it will not show up on there. Working great on the forum, but can not get it into the welcome block or under the PM like it is in the forum.

Anyone else found a workaround for this?

jayunsplanet 06-20-2007 04:37 PM

Hi,

I went to change mood today to, I believe, "psychedelic" and no image appeared and I can't click anything to edit!! Any ideas how to reset it or change it back? I'm lost.

The "psychedelic.gif" is there...
I am the administrator of the forums too...

-=Sniper=- 06-20-2007 04:44 PM

I think users have reported its spelt Psychadelic in the AdminCP please change it to Psychedelic

Tanabe 06-20-2007 07:44 PM

I have a question. I just upgraded to 3.6.7 and I had to reinstall this and redo the templates. Now that I have redone the templates my mood in the membersinfo area looks kinda awkward.


I attached a screen. I can't seem to figure out what I have to edit to make it look normal. What do I have to edit to make the mood area in the white part just like the others. Help is appreciated :)

Also I've taken out the coding
Code:

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

Because it's always under the members signature in the membersinfo. Even without that coding the mood still appears in the Additional Information area.

-=Sniper=- 06-20-2007 07:57 PM

3.6.7 has a few changes I think, so I will need to modify the instrustions a bit, I should be able to release the update tomorrow or friday. Also remove the auto edits to make things easier for future upgrades.

Shazz 06-20-2007 08:01 PM

Quote:

Originally Posted by Tanabe (Post 1272682)
I have a question. I just upgraded to 3.6.7 and I had to reinstall this and redo the templates. Now that I have redone the templates my mood in the membersinfo area looks kinda awkward.


I attached a screen. I can't seem to figure out what I have to edit to make it look normal. What do I have to edit to make the mood area in the white part just like the others. Help is appreciated :)

Also I've taken out the coding
Code:

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

Because it's always under the members signature in the membersinfo. Even without that coding the mood still appears in the Additional Information area.

I never had that problem :|
http://www.vbcoderz.com/member.php?u=1
My template was reverted then I re-did it

-=Sniper=- 06-20-2007 08:36 PM

hmm, i need to check out the templates...

Tanabe 06-20-2007 08:56 PM

Quote:

Originally Posted by -=Sniper=- (Post 1272690)
3.6.7 has a few changes I think, so I will need to modify the instrustions a bit, I should be able to release the update tomorrow or friday. Also remove the auto edits to make things easier for future upgrades.

Ah ok that was the problem. I turned off the auto edits and added the

Code:

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

and it woked fine. Its always the smiple stuff I miss. Thanks for the help.

snakes1100 06-21-2007 04:10 PM

Quote:

Originally Posted by Chris-777 (Post 1208811)
As a heads up:

I didn't like the mood changer in the navbar, so I moved it to the bottom of the 'modifyprofile' template. It worked for changing the mood, but for whatever reason it kills everything else. With the code on that page, it breaks the user's ability to save any changes to any of the user profile fields.

Just a heads up if you run into it.

That's odd, i'm not having that issue and i did a search first to see if anyone had moved it to "modifyprofile" template, like me & you, I didn't like it in the navbar either.

You sure you didn't accidentally put it in one of the form tags?

Code:

                        <fieldset class="fieldset">
                                <legend><label for="tb_customtext">$vbphrase[my_mood]</label></legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
                                <tr>
                                        <td colspan="2">$vbphrase[my_mood_explanation]</td>
                                </tr>
                                <tr>
                                        <td>$usermoods</td>
                                </tr>
                                </table>
                        </fieldset>

I added the above code, above this line in "modifyprofile" template:
<if condition="$show['birthday_optional']">

I added my own explanation phrase as well, create the following phrase or ad your own phrase:
my_mood_explanation

donatas 06-22-2007 10:11 AM

how can i place mood image near username in "who online" table? or even better in vbshout shoutbox? i've added <img src="images/mood/$userinfo[mood].gif" border="0" />
but it always show moods/.gif (like no mood)

hoopsta 06-22-2007 04:52 PM

what does this error mean????

Sorry, no XML was passed into this function and the $path variable empty

jayunsplanet 06-22-2007 09:06 PM

My error was fixed!
Just a little spelling mistake made by the developer. Hehe. No biggie. :)

cheat-master30 06-23-2007 11:38 AM

Has the hack creator thought of making this modification a bit more conforming to web standards? As in, adding the alt text for the mood image shown in the custom template and the post bit template?

Because, while I managed to semi fix this by changing the code in the post bit to this:

Code:

<if condition="!empty($post[mood])">
                                <div>
                                        $vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" alt="user mood" />
                                </div>
                                </if>

in the template and something similar in the quick_mood_change_by_sniper template, it would be nicer if the mood image had the alt text that corresponded to the mood shown in the image...

rayw 06-27-2007 02:00 AM

Very nice, thanks a lot. Just installed then. :D

snakes1100 06-28-2007 04:30 AM

Quote:

Originally Posted by -=Sniper=- (Post 1272571)
I think users have reported its spelt Psychadelic in the AdminCP please change it to Psychedelic

Also, make sure you fix the actual image name in you zip, anyone that has already installed it needs to do the same.

Deirdre 06-30-2007 01:12 AM

eek, i did the same thing except i mispelt something so i have no image and i can't change it. What do i do? Do i have to uninstall, reinstall?

edit: Ah figured it out: i renamed the image to how i had it mispelt, changed my mood, changed the spelling back.

Madmp3zz 07-01-2007 03:53 PM

I'm running 3.6.7 and CMPS 2.2.1.
Installed it , worked fine in the main forums but when I try to change my mood on the main page CMPS the only option I have is NO MOOD.

What's up with that?

rayw 07-02-2007 07:40 AM

has anyone got this running correctly on 3.6.7??

2impulsiv 07-02-2007 12:37 PM

Yeah works well on my site running 3.6.7.


:)

ringleader 07-03-2007 06:53 AM

Quote:

Originally Posted by Madmp3zz (Post 1280665)
I'm running 3.6.7 and CMPS 2.2.1.
Installed it , worked fine in the main forums but when I try to change my mood on the main page CMPS the only option I have is NO MOOD.

What's up with that?

You need to add to your CMPS default settings.

Go to admincp -> vBa CMPS -> Default Settings -> Portal Output Global Variables

and add the following two variables to be able to use them with CMPS:

Code:

usermoods
vbmoods


Madmp3zz 07-03-2007 10:34 AM

Thaniks ringleader, that works great.

Any idea how to get it to work in the ibproarcade?

-=Sniper=- 07-03-2007 11:23 AM

ringleader; are those the only steps you need to take for it to work with vbA CMPS? if so I'll add them to the read me file...

Fungsten 07-03-2007 06:34 PM

Quote:

Originally Posted by ringleader (Post 1281760)
You need to add to your CMPS default settings.

Go to admincp -> vBa CMPS -> Default Settings -> Portal Output Global Variables

and add the following two variables to be able to use them with CMPS:

Code:

usermoods
vbmoods


Where do you put that? Footer, Header or Navbar replacements? Thanks.

Madmp3zz 07-03-2007 07:30 PM

Quote:

Originally Posted by Fungsten (Post 1282109)
Where do you put that? Footer, Header or Navbar replacements? Thanks.


You put it in the exact place he showed us, worked great.

Go to admincp -> vBa CMPS -> Default Settings -> Portal Output Global Variables

Fungsten 07-03-2007 07:52 PM

Quote:

Originally Posted by Madmp3zz (Post 1282150)
You put it in the exact place he showed us, worked great.

Go to admincp -> vBa CMPS -> Default Settings -> Portal Output Global Variables

I think he meant Go to admincp -> vBa CMPS -> Default Settings -> Main Options
-> Portal Output Global Variables

Angel-Pie 07-03-2007 07:55 PM

thanks installed!

J0iN 07-03-2007 08:03 PM

Great Mood Manager, all my members love it thanks


All times are GMT. The time now is 12: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.02092 seconds
  • Memory Usage 1,829KB
  • 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
  • (7)bbcode_code_printable
  • (9)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
  • (40)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