vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Profile Enhancements - vMoods aka Mood Manager (AJAX) (https://vborg.vbsupport.ru/showthread.php?t=233336)

-=Sniper=- 01-16-2010 10:00 PM

vMoods aka Mood Manager (AJAX)
 
1 Attachment(s)
vMoods by Luqman Amjad
http://twitter.com/luqmanamjad


I no longer work with vBulletin, therefore will no longer work on vMoods! someone else can takeover...


Online Readme, Version History and Screenshots
- - - - - - - - - -
http://luqmanamjad.com/vmoods4/

Please report any bugs! I'd welcome any feature suggestions!

https://vborg.vbsupport.ru/

http://luqmanamjad.com/vmoods4/scree...sic_legacy.png

http://luqmanamjad.com/vmoods4/scree...ley_legacy.png

http://luqmanamjad.com/vmoods4/scree...moods_list.png

https://vborg.vbsupport.ru/

http://luqmanamjad.com/vmoods4/scree...memberinfo.png

beduino 01-17-2010 11:08 AM

Thank you Sniper !

Kolbi 01-17-2010 11:08 AM

Nice to see in vB4 :)

KURTZ 01-17-2010 11:12 AM

some shots Sniper?

beduino 01-17-2010 11:24 AM

hi kurtz

I follow the readme link online and see full instructions and screens ;)

all the best

KURTZ 01-17-2010 11:33 AM

Quote:

Originally Posted by beduino (Post 1958079)
hi kurtz

I follow the readme link online and see full instructions and screens ;)

all the best

thanks mate :)

kisanjong 01-17-2010 11:39 AM

works great and installed - Thanks - 5* just one thing, i also use a different theme that uses a totally different navbar, so what code must i add to the navbar to allow the drop down mood menu to be visible in this theme ?

Thanks

iguano 01-17-2010 11:55 AM

Very nice, installed :)

ProFifaLeagues 01-17-2010 11:59 AM

great easy install thanks

-=Sniper=- 01-17-2010 12:00 PM

Quote:

Originally Posted by MrKing (Post 1958089)
works great and installed - Thanks - 5* just one thing, i also use a different theme that uses a totally different navbar, so what code must i add to the navbar to allow the drop down mood menu to be visible in this theme ?

Thanks

I need to make changes so you can place the vmoods menu anywhere in the navbar template...after that you will need to change the vmoods template to structure the html so it works with your menu.

i'll try and get that done asap.

ndut 01-17-2010 12:04 PM

nice, thanks

icemann 01-17-2010 12:22 PM

Great little toy, thanks. :cool:

abdobasha2004 01-17-2010 12:30 PM

thanks a lot
reserved

kisanjong 01-17-2010 12:52 PM

Quote:

Originally Posted by -=Sniper=- (Post 1958104)
I need to make changes so you can place the vmoods menu anywhere in the navbar template...after that you will need to change the vmoods template to structure the html so it works with your menu.

i'll try and get that done asap.

Thanks for your support its Appreciated :up:

Zaiaku 01-17-2010 01:47 PM

I had this on my other boards, looks like I may just have it again.

Zelda-King 01-17-2010 01:50 PM

Appreciate the port! No problems so far. I notice the banners don't show in the dropdown now but as long as that's by design (as your screen seems to show) I'm just glad I installed it right.

kisanjong 01-17-2010 02:00 PM

This might give you a better understanding of what i mean? :)

Note: How to edit navbar:

How to add a button with a link:

Code:

<li><a href=" your link">Menu name</a></li>
How to add a menu with dropdown:

Code:

<li><a href=" your link">Menu name</a>
<ul class="subnav"> 
<li><a href=" your link">Sub Menu 1</a></li>
<li><a href=" your link">Sub Menu 2</a></li>
</ul> 
</li>

Remember to make sure all your code must in the class below:

Code:

<ul class="topnav"> 

........
.......
</ul>

taken from HiO iWay Theme

COL NIL SATIS 01-17-2010 04:05 PM

looks great on the forum!!! thanks sniper

Charlie98902 01-17-2010 04:13 PM

Tagged

Alien 01-17-2010 05:02 PM

Awesome, so happy to see this updated.

As soon as you post a way to display this anywhere you want in the header, I'll be installing this ASAP! 3 of my sites don't use vb's built-in navbar code whatsoever - I clear it out except the notices code).

I do have one site that does use the vb navbar, so I'll upgrade that now!

Switch3130 01-17-2010 07:47 PM

Is there a way to get rid of 'My Mood' in postbit, and just have it display the mood alone?

Hornstar 01-17-2010 08:02 PM

Thanks for the update. I really like this mod.

SpongeBob71 01-17-2010 08:11 PM

Am I the only one that when I click the Mood, the mod DOES work and the mood is updated successfuly but I have to click in a blank area to make the selection box go away.

Any ideas?

Thank you so much in advance,

-Sponge

halkum 01-17-2010 08:38 PM

Thank you for the port, especially with the cleaner look.

Dr.osamA 01-17-2010 08:58 PM

ander test

installed

BRB
________
Fix ps3

-=Sniper=- 01-17-2010 09:43 PM

Quote:

Originally Posted by SpongeBob71 (Post 1958569)
Am I the only one that when I click the Mood, the mod DOES work and the mood is updated successfuly but I have to click in a blank area to make the selection box go away.


Any ideas?



Thank you so much in advance,




-Sponge

I'm using the default vBulletin behaviour but since vBulletin pages tend to reload the page you don't see the problem, i'll look at using javascript to close the menu after you move your mouse away from it.

-=Sniper=- 01-17-2010 09:47 PM

Quote:

Originally Posted by MrKing (Post 1958185)
This might give you a better understanding of what i mean? :)

Note: How to edit navbar:

How to add a button with a link:

Code:

<li><a href=" your link">Menu name</a></li>
How to add a menu with dropdown:

Code:

<li><a href=" your link">Menu name</a>
<ul class="subnav"> 
<li><a href=" your link">Sub Menu 1</a></li>
<li><a href=" your link">Sub Menu 2</a></li>
</ul> 
</li>

Remember to make sure all your code must in the class below:

Code:

<ul class="topnav"> 

........
.......
</ul>

taken from HiO iWay Theme

after I release the update you will need to make some changes to your template...i'll post how when done.

-=Sniper=- 01-17-2010 09:48 PM

Quote:

Originally Posted by Switch3130 (Post 1958541)
Is there a way to get rid of 'My Mood' in postbit, and just have it display the mood alone?

you can edit the vmoods_postbit template to remove that piece of text

Code:

{vb:phrase vmoods_my_mood}
that bit adds "My Mood", you might need to re-structure/style that template if it looks broken.

SpongeBob71 01-17-2010 09:49 PM

Thank you so much Sniper. I really appreciate it. I love the mod!


:)


-Sponge

-=Sniper=- 01-17-2010 09:50 PM

Quote:

Originally Posted by Zelda-King (Post 1958173)
Appreciate the port! No problems so far. I notice the banners don't show in the dropdown now but as long as that's by design (as your screen seems to show) I'm just glad I installed it right.

thats correct.

Charlie98902 01-17-2010 10:08 PM

Is there anyway to hook this under the reputation bars which is under the username in the postbit syle?

Figured it out :)

djbaxter 01-17-2010 10:08 PM

1 Attachment(s)
vB 4.01 Suite

Installed this new version. It works as advertised although at some point adding the option to the User CP would be nice.

In the readme file, it says this:

PHP Code:

If you still want imagesyou can do so by using CSSEach mood pack has its own style.css file so you can do the following e.g
#vmoods .Bashful {background-image: url("vmoods/classic_72x15/Bashful.gif")} 

OK. So I
  1. created a CSS file to replace the empty one (attached; contains some non-standard mood images but all are correctly described and this list corresponds to the one in the vB Admin CP | Options | vmoods settings)
  2. uploaded this to the /vmoods/classic_72x15/ folder since that's the version I'm using.
Nothing changes, however. I still see the list of moods in the navbar drop down but no images.

djbaxter 01-17-2010 10:12 PM

1 Attachment(s)
And another problem:

If the member doesn't have a mood selected, the postbit still shows the label "My Mood:" - see attachment.

kisanjong 01-17-2010 10:29 PM

Quote:

Originally Posted by -=Sniper=- (Post 1958662)
after I release the update you will need to make some changes to your template...i'll post how when done.

Thanks Sniper :up:

Charlie98902 01-17-2010 10:37 PM

Quote:

Originally Posted by SpongeBob71 (Post 1958569)
Am I the only one that when I click the Mood, the mod DOES work and the mood is updated successfuly but I have to click in a blank area to make the selection box go away.


Any ideas?



Thank you so much in advance,




-Sponge

Using default vb4 with modified colors from the stylvars and yes I have to as well. Not a big deal but yea if it is an easy fix that would be great.

SonicGT 01-17-2010 11:02 PM

crossed another mod off my list of needs for 4.0

Thanks

Dr.osamA 01-18-2010 12:00 AM

1 Attachment(s)
Quote:

Originally Posted by djbaxter (Post 1958688)
vB 4.01 Suite

Installed this new version. It works as advertised although at some point adding the option to the User CP would be nice.

In the readme file, it says this:

PHP Code:

If you still want imagesyou can do so by using CSSEach mood pack has its own style.css file so you can do the following e.g
#vmoods .Bashful {background-image: url("vmoods/classic_72x15/Bashful.gif")} 

OK. So I
  1. created a CSS file to replace the empty one (attached; contains some non-standard mood images but all are correctly described and this list corresponds to the one in the vB Admin CP | Options | vmoods settings)
  2. uploaded this to the /vmoods/classic_72x15/ folder since that's the version I'm using.
Nothing changes, however. I still see the list of moods in the navbar drop down but no images.

Wonderful
worked the same job and the same result

I want to know where these two options see attach.
________
Outdoor xxx

BBR-APBT 01-18-2010 12:14 AM

Quote:

Originally Posted by djbaxter (Post 1958688)
vB 4.01 Suite

Installed this new version. It works as advertised although at some point adding the option to the User CP would be nice.

In the readme file, it says this:

PHP Code:

If you still want imagesyou can do so by using CSSEach mood pack has its own style.css file so you can do the following e.g
#vmoods .Bashful {background-image: url("vmoods/classic_72x15/Bashful.gif")} 

OK. So I
  1. created a CSS file to replace the empty one (attached; contains some non-standard mood images but all are correctly described and this list corresponds to the one in the vB Admin CP | Options | vmoods settings)
  2. uploaded this to the /vmoods/classic_72x15/ folder since that's the version I'm using.
Nothing changes, however. I still see the list of moods in the navbar drop down but no images.

I am to lazy any one feel like sharing the css for Shelley's moods? I would be grateful.

djbaxter 01-18-2010 12:43 AM

Quote:

Originally Posted by BBR-APBT (Post 1958755)
I am to lazy any one feel like sharing the css for Shelley's moods? I would be grateful.

Well, the good news is don't rush... it doesn't work.

BBR-APBT 01-18-2010 12:52 AM

Quote:

Originally Posted by djbaxter (Post 1958765)
Well, the good news is don't rush... it doesn't work.

I guess its good I did not compile the list then lol.

Thanks for the heads up.


All times are GMT. The time now is 06:57 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.01668 seconds
  • Memory Usage 1,836KB
  • 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
  • (3)bbcode_php_printable
  • (13)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
  • (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