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)

Kayden 11-13-2006 03:18 PM

Installed. Thanks.

hotwheels 11-13-2006 03:19 PM

if you use fireworks 8, you can change the color of the moods blocks........

InTeNsE-HuMoR 11-13-2006 08:31 PM

Great mod! Finaly got it installed. Thanks :D

ubblite 11-18-2006 07:56 AM

This hack doesn't work for me with vb3.6.3...

in admincp/vboptions/sniper - mood manager

every time I try to save the settings I get a "Page not found" message, so I can't enable this hack at all.

Cocko 11-19-2006 03:17 PM

Quote:

Originally Posted by Exitilus (Post 1103677)
I've managed to come up with a fix for those of you whom are having trouble getting this working in seperate directories / folders than your forum directory. Simply edit this file and input your forum path and upload it.

I created a PHP file that just points to the forums ajax.php. Make sure you DO NOT UPLOAD THIS INTO YOUR FORUM DIRECTORY ...

You also need to add Portal Output Global Variables to your VB Advanced page of:

usermoods
vbmoods

added varables in vba cmps - ok. just went fine.
but there is noway for gallery (pp pro).

tried to find out your hint uploading that chdir php, changed
in plugin "make drop down menu" from ajax.php to chdir.php
no effect. changing mood in gallery says "updating.." thats it. :(

putting full url pointing to vb3 directory also fails.

somebody solved issue with different (sub) directories ?

Exitilus 11-19-2006 08:25 PM

Quote:

Originally Posted by Cocko (Post 1120825)
added varables in vba cmps - ok. just went fine.
but there is noway for gallery (pp pro).

tried to find out your hint uploading that chdir php, changed
in plugin "make drop down menu" from ajax.php to chdir.php
no effect. changing mood in gallery says "updating.." thats it. :(

putting full url pointing to vb3 directory also fails.

somebody solved issue with different (sub) directories ?

you keep the file called ajax.php ... all you do is change the forum path inside the file.

isanda 11-20-2006 02:27 PM

I am having the problem with getting the mood to appear in the postbit.

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

This is what I have in the postbit?

Can anyone help???

Exitilus 11-20-2006 08:20 PM

it looks right. Try re-importing the product.

mikeylikesitz 11-21-2006 02:14 AM

i cant get this to show up in the navbar, am i missing something?

xfaethorx 11-28-2006 03:20 PM

i found a little issue with the install which some others may have encountered.

the following moods DONT work and will cause your uses to NOT be able to change the mood and will display nothing in the navbar and on post bits.

hung over fails
in love fails
paranoid fails
worried fails

delete them from the user options in the admin cp as they DONT have a corresponding graphic (from what I can see).

if you need to reset a users mood

nip into the admin panel and if you have execute sql writes do the following

update user set mood = '' where username ='user-with-broken-mood'

that will set the mood back to none and they can select a working one again.

this is how i found out which ones weren't working for me.

hotwheels 11-28-2006 08:06 PM

Try these moods: moodycons

isanda 12-02-2006 08:01 PM

Quote:

Originally Posted by Exitilus (Post 1121769)
it looks right. Try re-importing the product.

Still can't get it to show in postbit after reinstall. anybody else have this problem??

ubblite 12-03-2006 02:45 AM

Quote:

Originally Posted by isanda (Post 1130251)
Still can't get it to show in postbit after reinstall. anybody else have this problem??

I take it the image path is set correctly, correct?

Code:

$vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" />

isanda 12-03-2006 05:11 PM

Quote:

Originally Posted by ubblite (Post 1130466)
I take it the image path is set correctly, correct?

Code:

$vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" />

Yes the path is OK....It is working fine in the User CP page.

s0lidgr0und 12-05-2006 08:45 PM

I didn't see this addressed anywhere in here, but I also only skimmed.

Say I want to add a few custom moods. After designing the mood buttons and adding their names into the admincp, how do I associate the new icon files with the words in the dropdown menu?

hotwheels 12-06-2006 02:05 PM

Added some adult animated moodycons

hotwheels 12-06-2006 06:57 PM

Quote:

Originally Posted by isanda (Post 1130251)
Still can't get it to show in postbit after reinstall. anybody else have this problem??

All you should have to do in order to get it to work in your postbit, is go to your admincp, click on Styles & Templates, then style manager. Now click on the [<< >>] and locate postbit templates, open it........now depending on if your have your postbit at the top, you would select "postbit", if you have your postbit on the side, you would select "postbit_legacy"..

With the correct one open, look for
PHP Code:

<div>
                    
$vbphrase[posts]: $post[posts]
                </
div

and directly under that code you put
PHP Code:

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

and that will put the moods in your post bit........

hotwheels 12-06-2006 07:00 PM

Quote:

Originally Posted by s0lidgr0und (Post 1132744)
I didn't see this addressed anywhere in here, but I also only skimmed.

Say I want to add a few custom moods. After designing the mood buttons and adding their names into the admincp, how do I associate the new icon files with the words in the dropdown menu?


After you make your buttons, they need to be .gif's......Make sure that the .gif you are going to upload, say smile.gif, will need to be Smile.gif and upload that gif to your /forums/images/mood file. Now go back to your admincp and where you put the name of your new mood, be sure it too begins with a capitol letter: Smilies

and that's should do it for ya. All the new moods should begin with capitol letters.....

hotwheels

s0lidgr0und 12-06-2006 11:21 PM

Thank you.

hotwheels 12-07-2006 12:46 PM

you are very welcome.......

JD45 12-13-2006 07:30 PM

Thanks for the easy to install hack

East_Side_Boyz7 12-14-2006 03:22 PM

Is there any way to make this stuff show up outside of the navbar? I want to use it in my custom bars on the right where I display other information, but to no avail this isn't working.

eNtitY~ 12-14-2006 07:12 PM

Is there a way to make the moods appear on vBadadvanced too? The mood dropdown doesn't show on that page.

East_Side_Boyz7 12-14-2006 07:43 PM

So, has no one at ALL had any problems using this outside of the navbit template? I cannot use it anywhere but in navbit, and that's more than frustrating.

eNtitY~ 12-14-2006 11:10 PM

My Psycadelic mood is broken, and when someones chooses it they can't switch off of it since the image link is broken. I'm trying to fix it though.

Exitilus 12-14-2006 11:37 PM

Quote:

Originally Posted by eNtitY~ (Post 1138653)
Is there a way to make the moods appear on vBadadvanced too? The mood dropdown doesn't show on that page.

Yup. Works perfectly fine. You need to add the following Portal Global Output Variables:

vbmoods
usermoods

If your VBAdvanced is in a different directory than the forums then look for a file I posted earlier in this thread that will allow it to work.

Quote:

Originally Posted by eNtitY~ (Post 1138844)
My Psycadelic mood is broken, and when someones chooses it they can't switch off of it since the image link is broken. I'm trying to fix it though.

Need to make sure the Image & Name of the Mood are the same. If you don't have the image I do and I can post it :)

eNtitY~ 12-14-2006 11:49 PM

Could you be more specific? Sorry I'm pretty knew to most of this. Like a detailed sorta walkthrough to get it working on vBad would be sweet. :)

Also the XML file's Psychadelic read 'Psychadelic' and the file is Psychadelic.gif so thats why it wasn't working. Most of you would want to fix that before you upload it.

ACruz 12-15-2006 01:26 AM

Installed a few days ago, originally was working on all members but now a handfull cnat change their mood its just a broken image regardless what mood they select. ?

eNtitY~ 12-15-2006 02:05 AM

Quote:

Originally Posted by ACruz (Post 1138925)
Installed a few days ago, originally was working on all members but now a handfull cnat change their mood its just a broken image regardless what mood they select. ?

No it happens when they select the 'Psychadelic' mood. Their's an error in the XML file which causes it to mess up. Once it doesn't display an image the user then can't change his/her mood.

If you uninstall the Mood product by going to AdminCP -> Plug in's and Products -> manage products. Find where it says "[Sniper] - Mood Manager" and uninstall it. Then reupload this XML file

R-n-R 12-16-2006 03:17 AM

About 50 to 60% of my Members can not get the Mood to select, they are saying once they select the Mood it stops doing any thing and then I have others that its working fine.

Any ideas as to what might be the issue, something I could look for to find the problem? Thanks.

soulface 12-16-2006 05:49 PM

Quote:

Originally Posted by eNtitY~ (Post 1138934)
No it happens when they select the 'Psychadelic' mood. Their's an error in the XML file which causes it to mess up. Once it doesn't display an image the user then can't change his/her mood.

If you uninstall the Mood product by going to AdminCP -> Plug in's and Products -> manage products. Find where it says "[Sniper] - Mood Manager" and uninstall it. Then reupload this XML file


Thanks eNtitY. your product file working fine!

Mupetz 12-16-2006 08:05 PM

The mod works fine , installed. Thanks
One single problem :
I use the Legacy (Vertical) Postbit Template, so the members info are left sided, if u know what i mean :)
The thing is : horizontal works ( the mood apears )
Vertical doesnt work :|

Please reply.
Thanks

East_Side_Boyz7 12-17-2006 12:39 AM

I'm glad this mod is being properly supported. :(

Shazz 12-17-2006 02:06 AM

Quote:

Originally Posted by East_Side_Boyz7 (Post 1140041)
I'm glad this mod is being properly supported. :(

Its not thats why there is no check there :)

Mupetz 12-17-2006 03:44 PM

Quote:

Originally Posted by Mupetz (Post 1139914)
The mod works fine , installed. Thanks
One single problem :
I use the Legacy (Vertical) Postbit Template, so the members info are left sided, if u know what i mean :)
The thing is : horizontal works ( the mood apears )
Vertical doesnt work :|

Please reply.
Thanks

DOH, my wrong ; i had to add the code in postbit_legacy template not In the postbit template

Thank you :D

OziloZ 12-20-2006 05:08 PM

Hi, in my board lots of users cannot change their moods.But some of users can change. How is this being? They were do all things but not worked. I apologize for my english if it's bad :)

tygersclaw 12-31-2006 04:12 PM

Well, installed this on 2 boards and on both boards the Admins and Mods can see and select a mood, but not registered members.

I double checked to ensure I did not miss any steps and "Auto Edit Member Info" is selected.

Any ideas or assistance???

RaceJunkie 12-31-2006 05:45 PM

Quote:

Originally Posted by eNtitY~ (Post 1138879)
Could you be more specific? Sorry I'm pretty knew to most of this. Like a detailed sorta walkthrough to get it working on vBad would be sweet. :)


AdminCp>>>>vBa CMPS>>>>Default Settings>>>>
Look for Portal Output Global Variables

Add in the box
vbmoods
usermoods


Click Save at bottom of the page..

Brew 12-31-2006 08:59 PM

Request:

Update for adding "Changing Mood" in Who's Online?

Right now WOL displays:

Unknown Location
/forums/images/mood/Psychedelic.gif

Also....The window doesn't close when a selection is made.

Otherwise it's working great in my vb3.6.4 setup...awesome hack!

Thanks!

Brew 12-31-2006 09:04 PM

Quote:

Originally Posted by RaceJunkie (Post 1148173)
AdminCp>>>>vBa CMPS>>>>Default Settings>>>>
Look for Portal Output Global Variables

Add in the box
vbmoods
usermoods


Click Save at bottom of the page..

This didn't work for me :cool:


All times are GMT. The time now is 01:47 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.02266 seconds
  • Memory Usage 1,839KB
  • 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
  • (2)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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