vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Profile Enhancements - vMoods aka Mood Manager (https://vborg.vbsupport.ru/showthread.php?t=217847)

pincrackergod 07-07-2009 02:40 AM

Mines not working.... any help???

I try and click on it and it doesn't work....

Chelf12 07-07-2009 02:54 AM

Quote:

Originally Posted by pincrackergod (Post 1844262)
Mines not working.... any help???


I try and click on it and it doesn't work....

Try clicking in the navbar. :)

It should change there.

pincrackergod 07-07-2009 02:59 AM

I fixed it already thanks :D

Kuimera 07-07-2009 03:05 AM

Showing Array with manual positioning two...

ruger 07-07-2009 03:17 AM

So for those of you posting you were able to fix it...can you at least tell the rest how? Instead of "Oh...I fixed it"

HybridIllusions 07-07-2009 06:04 AM

I'm also havign the issue of "Array" appearing where $vmoods is placed. Fresh install, falled all directions.

RobbieZ 07-07-2009 06:44 AM

Quote:

Originally Posted by Shelley_c (Post 1842901)

On a related note. I'll soon be working on a brand new mood icon pack which I think will surpass my current mood icon pack. :D

Cool. How can you perfect perfection Shelley ? ;)

Saviour 07-07-2009 09:26 AM

On another note...

For those using this mod alongside vbAdvanced...and experiencing issues with the form output not working correctly. See this post for the fix: https://vborg.vbsupport.ru/showpost....&postcount=197

Also...there may be those who are using Logician's WebTemplates 3.7.x: VB Integrated CMS (Content Management System). If you are...and the form for the dropdown is not appearing or performing correctly on those pages...here's the fix:

Open view.php and find the following code:

Code:

//construct_forum_jump();
Right after that code, you're going to have to add the code from the global_setup_complete hook of this mod. This code can be found in VBOptions/Plugins & Products/Plugin Manager for vBulletin 3.8.3. Just click to edit that plugin...copy the code and paste that code after //construct_forum_jump(); in the view.php file.

Code:

if ($vbulletin->options['vmoods_active']){
       
        if ($vbulletin->userinfo['userid'] > 0 && in_array($vbulletin->userinfo['usergroupid'], explode(",", $vbulletin->options['vmoods_usergroups'])) == false){
                $vmoods = explode("\n", $vbulletin->options['vmoods_list']);
                $vmoods = array_merge(array('none'), $vmoods);
                $vmood_i = 0;
                foreach ($vmoods as $vmood){
                        $vmood = trim($vmood);
                        $vmood_id = ($vbulletin->userinfo['vmood'] == $vmood) ? 'mine' : $vmood;
                        $vmood_class = ($vmood_i < (int) $vbulletin->options['vmoods_preload']) ? ' vmood_loaded' : '';
                        eval('$vmoods_li .= "' . fetch_template($vbulletin->options['vmoods_li_option']) . '";');
                        $vmood_i++;
                }
               
                eval('$vmoods_form = "' . fetch_template('vmoods_form') . '";');
          $footer = $vmoods_form . $footer;
        }
       
        eval('$vmoods_css_include = "' . fetch_template('vmoods_css_include') . '";');
        $headinclude .= $vmoods_css_include;
}

I certainly hope you guys/gals find this useful...

cykelmyggen 07-07-2009 09:59 AM

1 Attachment(s)
Please take a look at the attached screenshot - it looks a bit squeezed in postbit. Anything one can do to fix this?
https://vborg.vbsupport.ru/attachmen...1&d=1246964299

blaze718 07-07-2009 01:22 PM

When I select my mood. It only shows the first letter of the text why is that?
Same with image , It only show a little.

jaredwilli 07-07-2009 05:15 PM

Am I missing something or is there nothing that mentions where to upload the files to? I can't find any install information for this...

cerulean 07-07-2009 11:38 PM

Quote:

Originally Posted by Saviour (Post 1844409)
On another note...

For those using this mod alongside vbAdvanced...and experiencing issues with the form output not working correctly. See this post for the fix: https://vborg.vbsupport.ru/showpost....&postcount=197


Tried this still no go on the vbAdvance page.

Saviour 07-08-2009 12:03 AM

Quote:

Originally Posted by cerulean (Post 1844857)
Tried this still no go on the vbAdvance page.

Plus another issue is in the posts of a person it just shows mood then blank. Thoughts?

What version of vbulletin are you using?

First thing I'd check is to make sure you're using the correct mod for your version of vBulletin. Also verify the directory name to where your forum is located. If vbulletin is installed in a directory named 'forum', then use forum. If it's installed in a directory called 'forums', then use forums...when using the fix for vBAdvanced.

When you uploaded the vMoods directory to your forum root, did you upload the vmoods folder or both the vMoods directory and the vmoods folder?

When you unzip the package to your desktop, there's a vMoods folder. Inside that folder is the vmoods folder you need to upload to your forum root. Don't just unzip the package to your desktop and upload that folder to your forum root. Make sure you read the new install directions carefully at the beginning of this mod thread.

cerulean 07-08-2009 12:11 AM

I am using 3.8.2. I unloaded the correct folder. It works on the entire forum with the exception of vbadavanced. I made sure I used the correct Forum name in the line as per the thread, still no go.

Saviour 07-08-2009 12:33 AM

I have no clue, then. I'm using vBulletin 3.8.3 and vBAdvanced CMPS 3.2.0. The fixes I listed above work fine on the versions I just mentioned.

cerulean 07-08-2009 04:25 AM

I have Webtemplates installed but I dont use it except for 1 page that has nothing to do with vbadvanced, do I still need to add that code?

WickedWeb 07-08-2009 05:11 AM

Excellent work.. Installed* and rated 5 stars.

Just one quick question? Has anyone taken it upon themselves to redo these for dark background forums? I love this mod but it has the white pixels around the moods. If nobody else has done this already and cares to share perhaps I will do it myself. I've never edited animated images though. Not sure they would be animated when I finish with them though..

ricardoNJ 07-08-2009 05:57 AM

I need it in spanish language! :P

Saviour 07-08-2009 08:24 AM

Quote:

Originally Posted by jaredwilli (Post 1844614)
Am I missing something or is there nothing that mentions where to upload the files to? I can't find any install information for this...

Have you tried reading the first post in this thread as it pertains to the product?

Saviour 07-08-2009 08:26 AM

Quote:

Originally Posted by cerulean (Post 1844956)
I have Webtemplates installed but I dont use it except for 1 page that has nothing to do with vbadvanced, do I still need to add that code?

The fixes I posted are for people experiencing issues with vBAdvanced and Logician's Webtemplates mod. If you are having a problem with the vmoods displaying incorrectly on one of your template pages, then you can try the fix. Remember...you do so at your own risk.

All I know are...these edits worked for me.

HybridIllusions 07-08-2009 09:43 AM

Any word on the Array issue as reported above? It just prints out "Array" for $vmoods

I've tried reinstalling many times. The files should be in the right place.

Kuimera 07-08-2009 10:32 AM

Quote:

Originally Posted by HybridIllusions (Post 1845026)
Any word on the Array issue as reported above? It just prints out "Array" for $vmoods

I've tried reinstalling many times. The files should be in the right place.

It's not your problem m8, I have the same issue too.

Shelley_c 07-08-2009 11:51 AM

1 Attachment(s)
I'm sure sniper won't mind. I'm sure he won't as I was testing this script before release. I've attached the files I'm using on my forum though I can't guarantee this will work as it's adapted to work on my custom style.

Because I have modified the css for postbit_legacy you may need to adjust the settings if your using the legacy layout.

Vinyljunky 07-08-2009 01:36 PM

Quote:

Originally Posted by Shelley_c (Post 1845075)
I'm sure sniper won't mind. I'm sure he won't as I was testing this script before release. I've attached the files I'm using on my forum though I can't guarantee this will work as it's adapted to work on my custom style.

Because I have modified the css for postbit_legacy you may need to adjust the settings if your using the legacy layout.

I feel daft asking this but what does it fix? :confused::o

Trek 07-08-2009 06:47 PM

Great mod, worked right out the gate for me.

Only issue I have is the shelly images have white pixels on them on my dark background that make them look not so good.

Any idea if there will be a dark background release of this icon pack?

blaze718 07-08-2009 07:44 PM

Can someone please answer me question?
When I select my mood. It only shows the first letter of the text why is that?
Same with image , It only show a little.

WickedWeb 07-08-2009 08:13 PM

Blaze Im not shelly and am unsure why you would be getting that problem. Perhaps is a version issue or custom template issue? What is your VB version and do you use a template?

-=Sniper=- 07-08-2009 08:30 PM

@HybridIllusions, @Kuimera and @blaze718

please remove vmoods via the product manager, double check in the admin CP -> product manager to make sure vMoods is no longer listed.

remove the vmoods folder via ftp and upload it again and make sure its all lowercase e.g. vmoods and not vMoods

install vmoods via the product manager and report back.

if you still having problems please pm with admin access to your forums, so I can debug! mind I probably won't be able to have a look until the weekend.

-=Sniper=- 07-08-2009 08:33 PM

if you have a custom template, you probably need to make changes in the style.css under vooods directory or you can get your designer to do it?

P?ŋĭsЋ?я 07-08-2009 09:32 PM

psd to translations in other languages, yet I wonder

please :(

Kuimera 07-08-2009 10:28 PM

Quote:

Originally Posted by -=Sniper=- (Post 1845359)
@HybridIllusions, @Kuimera and @blaze718

please remove vmoods via the product manager, double check in the admin CP -> product manager to make sure vMoods is no longer listed.

remove the vmoods folder via ftp and upload it again and make sure its all lowercase e.g. vmoods and not vMoods

install vmoods via the product manager and report back.

if you still having problems please pm with admin access to your forums, so I can debug! mind I probably won't be able to have a look until the weekend.

Thanks for your time,

I did what you ask about a million times :P, same thing showing "Array" if I disable "Auto Edit The Template (all pages)".

Please note that with the above option on it works good so I really think that the problem is not from our end...

Please advise,

mArK

jonlar 07-08-2009 11:07 PM

Hi there. Installed it. thanks a lot for this ;) but if i not use the default template i dont get it working.... Need some help gettin it integrated in vBa and ?vB? Thanks

blaze718 07-09-2009 04:03 AM

I tried what you said sniper and it's still not working.
I'm using on the VB default style.
Here's my forum.
Game Killer dot net

cerulean 07-09-2009 04:09 AM

Again my question is this:

I do use Webtemplates but I do not have any templates that are associated with vbadvanced. Do I still need to add that code referred to in this post https://vborg.vbsupport.ru/showpost....9&postcount=48 ?

ruger 07-09-2009 06:37 AM

Can anyone tell how to get this to show on the portal of vbportal? Works fine otherwise but not cant get it to work on my portal homepage.

s-p0k 07-09-2009 07:30 AM

not working for me all i have is my mood with none and the text when i go to click on one nothing happen...

im on ff

and on vBulletin® Version 3.8.3

HybridIllusions 07-09-2009 08:24 PM

Same issue.

My Process:

+ Upload /vmoods/ contents to /forumsdirectory/vmoods/
+ Once finished, I import the product via local copy
+ Settings and templates are there, am able to set options
+ When using $vmoods, it display "Array", I'm doing this in the navbar template with auto-edit off.

I'm using 3.8.3, all other mods like v3Arcade and Photoplog work. Due to the nature of the board, I can't expose it's identity (personal community with privacy needs) but would be willing to mirror the installation with wiped users/posts if you'd like to figure it out.

All I feel is the problem is that the array is not being identified on the page. Until the mod is installed and active, it won't show "Array", so it's the script not doing it correctly with the setup.

-=Sniper=- 07-09-2009 10:06 PM

please try the latest version 2.0.8

WickedWeb 07-09-2009 10:25 PM

Do I need to update this if I am not experiencing this array issue?

H22A 07-09-2009 11:53 PM

can someone tell me how to install this step by step
thank you


All times are GMT. The time now is 06:59 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.01838 seconds
  • Memory Usage 1,830KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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