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)

Bisha 11-12-2010 09:32 PM

there are some problems if you use the static .css files...

Barbara1 11-13-2010 05:39 AM

Quote:

Originally Posted by Bisha (Post 2121148)
there are some problems if you use the static .css files...

thank you for your answer. so its better if i create one from scratch i guess.

gamerzhut 12-04-2010 01:39 AM

Already there is a fix for this.

How can display an image instead of text after the selection of mood

Replace the contents of the vmoods template with the following

Code:

<li id="vmoods_list" class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:phrase vmoods_my_mood} <img id="vmoods-mine" src="{vb:raw vboptions.bburl}/vmoods/{vb:raw vboptions.vmoods_icon_set}/{vb:var bbuserinfo.vmood}.gif" /></a>
<ul id="vmoods" class="popupbody popuphover" style="height:125px;overflow:auto;">
  <vb:each from="vmoods_list" value="mood">
    <li class="{vb:var mood}"><a class="vmood" href="index.php?" title="{vb:var mood}">{vb:var mood}</a></li>
  </vb:each>
</ul>
</li>


sadiq6210 12-04-2010 08:21 AM

1 Attachment(s)
Quote:

Originally Posted by Thalada (Post 2129040)
Already there is a fix for this.

How can display an image instead of text after the selection of mood

Replace the contents of the vmoods template with the following

Code:

<li id="vmoods_list" class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:phrase vmoods_my_mood} <img id="vmoods-mine" src="{vb:raw vboptions.bburl}/vmoods/{vb:raw vboptions.vmoods_icon_set}/{vb:var bbuserinfo.vmood}.gif" /></a>
<ul id="vmoods" class="popupbody popuphover" style="height:125px;overflow:auto;">
  <vb:each from="vmoods_list" value="mood">
    <li class="{vb:var mood}"><a class="vmood" href="index.php?" title="{vb:var mood}">{vb:var mood}</a></li>
  </vb:each>
</ul>
</li>


Thank you Thalada

I want to use this product but I have a strang problem
When I add a new mood image, it not appear in the list but it appears in postbit and profile perfectly.

I need to change the mood images with new images designed by me!, but in the list I can see just the original images as shown here: (this issue is only in the list)

https://vborg.vbsupport.ru/external/2010/12/74.jpg

SİMAR 12-04-2010 08:56 AM

thanks man gut

gamerzhut 12-05-2010 06:18 AM

Quote:

Originally Posted by sadiq6210 (Post 2129125)
Thank you Thalada

I want to use this product but I have a strang problem
When I add a new mood image, it not appear in the list but it appears in postbit and profile perfectly.

I need to change the mood images with new images designed by me!, but in the list I can see just the original images as shown here: (this issue is only in the list)

https://vborg.vbsupport.ru/attachmen...1&d=1291457948

Go to options->vMoods by luqmanamjad.com->List of Available Moods

Add your new mood image name to the list.

sadiq6210 12-05-2010 02:40 PM

Quote:

Originally Posted by Thalada (Post 2129500)
Go to options->vMoods by luqmanamjad.com->List of Available Moods

Add your new mood image name to the list.

I wish it was as simple as that

I tried all solutions, just try to add one new icon and you will face the problem that I talked about.

K!nG 12-07-2010 04:02 AM

Nice one m on 4.0.8 Installed easy one ;) Thanks

Bisha 12-12-2010 11:00 AM

yes, this mod need and update!

Nocturnal222 12-12-2010 12:37 PM

can this be installed on version 4.1.0 ?

gamerzhut 12-13-2010 12:19 PM

Yes, It's working with 4.1.0 as well :)

Barbara1 12-17-2010 06:29 AM

4.1.0 also, everything is working ok :)

Gn_Snake 01-02-2011 01:50 PM

You can bring up this plugin only navbar in the forum and not the Home and the CMS?

Thx

zacs2k 01-02-2011 04:19 PM

installed, awesome!

AURFSCAN 01-02-2011 05:03 PM

Quote:

Originally Posted by Gn_Snake (Post 2142732)
You can bring up this plugin only navbar in the forum and not the Home and the CMS?

Thx


remove



Code:

case 'vbcms':
            $template_hook['vbcms_navbar_end'] .= $vmoods_templater_render;
            break;


from

Plugin Manager - Product : vMoods By luqmanamjad.com - vb4 show the mood menu in all pages - parse_templates


:)

NNJJ 01-03-2011 05:10 AM

any chance to show the mood in nav after you pick one? like how it show in post...etc?

NNJJ 01-03-2011 07:06 AM

and how i can add more moods? i tried to upload and dd to list yet it doesnt appear

Gn_Snake 01-03-2011 10:45 AM

Quote:

Originally Posted by AURFSCAN (Post 2142823)
remove



Code:

case 'vbcms':
            $template_hook['vbcms_navbar_end'] .= $vmoods_templater_render;
            break;


from

Plugin Manager - Product : vMoods By luqmanamjad.com - vb4 show the mood menu in all pages - parse_templates


:)

Thanks Man!! :up:

NNJJ 01-07-2011 09:54 AM

can any one help?

Thunderbird8 01-14-2011 02:40 AM

It appears each entry in the mood list points to {bburl}/index.php?, which will prevent an actual mood change if someone is anywhere else. I fixed it on the test board I have (main board is still on 3.8) by changing the link to # in the vmoods style.

Also, it appears the CSS template's image list is static, which means if someone upgrades to vB4 and installs this version on top of their 3.8 version, they may be left with a bunch of moods without images, unless all of the links are added in by hand. Is it sensible to try and build the CSS in the plugin code instead?

hyppa 01-19-2011 01:02 PM

I have it installed, but the images will not show?

hyppa 01-19-2011 02:50 PM

Installed everything one more time, and now we see the images, but can not get them to stick to the user.../ can not set mood...

????

d2gaming 02-24-2011 10:23 PM

Not working in 4.1.2

stamos2003 04-02-2011 10:20 PM

Quote:

Originally Posted by d2gaming (Post 2166529)
Not working in 4.1.2

i can confirm this, moods wont change anymore

vitrag24 04-04-2011 02:25 PM

Version i was using on vb 3.7.1 was perfect..
on vb 4.1.2 i didnt find it comfortable.
Many template changes we needed manually to show it like it was by default in vb 3.7.1 version..
even after that not looking perfect..alignment between mood word and image isnt proper in postbit..
==============
2 bugs:

1. Mood images arent seen in dropdown (current mood image is seen), but if i move cursor i can see text (i've done template changes,"no" in autoedit navbar and added code in header too and changed in vb admincp setings for image instead of text)
and in navbar, text is seen but images arent seen in drop down.

2. if i change mood from dropdown menu, it redirects me to forum home rather than changing mood.

3. in postbit,profile etc it's showing "my mood"..and accordig to ur solution if i remove code u mentioned, it's not showing word "mood" too.. but showing ": mood image" big space between even : and moodimage.

-=Sniper=- 04-10-2011 10:30 AM

<font color="Red">I no longer work with vBulletin, therefore will no longer work on vMoods! someone else can takeover...</font>

vitrag24 04-18-2011 02:08 PM

Quote:

Originally Posted by -=Sniper=- (Post 2182921)
I no longer work with vBulletin, therefore will no longer work on vMoods! someone else can takeover...

opps..that's sad..
if u dont mind, atleast update ur mod for vb 4.1.3 please.i really liked ur work on vb 3.x..

04wayne 04-19-2011 12:17 AM

Used this on 4.0.8 and it works exceptionally! Thank you

KW802 04-26-2011 08:56 PM

Quote:

Originally Posted by vitrag24 (Post 2185973)
opps..that's sad..
if u dont mind, atleast update ur mod for vb 4.1.3 please.i really liked ur work on vb 3.x..

What part isn't working for you with vB 4.1.3?

gamerzhut 04-27-2011 06:18 AM

Quote:

Originally Posted by KW802 (Post 2189029)
What part isn't working for you with vB 4.1.3?

Images are not shown in the drop down menu, even though i edited the vbmoods template.

Gemma 04-27-2011 12:17 PM

It works fine on 4.1.3

Make sure the images are uploaded to the correct place and make sure that location matches the location in either vmoods_css_shelley_93x30.css or vmoods_css_classic_72x15.css or vmoods_css_user_defined.css (whichever you are using)

Also everything is case sensitive (image, image name in vmoods_x.css and name in AdminCP > Settings > vMoods), everything must match.

Also Rebuild Your Styles

Oclamora 05-12-2011 03:24 AM

Hi,

Anybody is taking over the hack?

The hack is not working on iDevices :( :( :(

xcitezone 05-12-2011 07:54 AM

nice 1, installing :D

sadiq6210 05-13-2011 05:12 PM

Luqman, is this your hack?
http://xenforo.com/community/threads/xenmoods.5885/

All coders are moving to xenforo, I don't know but I am thinking on that
I will wait Jelle (DownloadsII) if he will move also I will convert to xenforo that I can upgrade my add-ons!

The Rocketeer 05-13-2011 11:12 PM

Quote:

Originally Posted by Gemma (Post 2189261)
It works fine on 4.1.3

Make sure the images are uploaded to the correct place and make sure that location matches the location in either vmoods_css_shelley_93x30.css or vmoods_css_classic_72x15.css or vmoods_css_user_defined.css (whichever you are using)

Also everything is case sensitive (image, image name in vmoods_x.css and name in AdminCP > Settings > vMoods), everything must match.

Also Rebuild Your Styles

I recently "Store CSS Stylesheets as Files?" and now this mod isn't working properly, I get a 404 in firebug with vmoods.css,vmoods_css_shelley_93x30.css ...what should I do?

abdulbasitsaeed 05-17-2011 01:29 AM

Quote:

Originally Posted by sadiq6210 (Post 2195187)
Luqman, is this your hack?
http://xenforo.com/community/threads/xenmoods.5885/

All coders are moving to xenforo, I don't know but I am thinking on that
I will wait Jelle (DownloadsII) if he will move also I will convert to xenforo that I can upgrade my add-ons!

Nope, this is the same hack but not by Sniper (Luqman).

I have heard that RS_Jelle isn't going to be porting over DownloadsII to XF, though he has given permission to have a look at his mod while creating one for XF.

mikeinjersey 05-17-2011 08:13 PM

can someone tell me the proper procedures to follow when adding a new Mood icon to the Shelley pack ?

alhindasi 06-01-2011 06:43 PM

please it is not working on 4.1.3 can you please Update it

flbutterflyz 07-06-2011 09:20 PM

Does anyone know if there's a way to pick "None" mood as a default?

Miihawk 07-10-2011 03:52 AM

Where can i download the Shelley pack of moods ?!


All times are GMT. The time now is 07:25 AM.

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.01751 seconds
  • Memory Usage 1,824KB
  • 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
  • (4)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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