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.


All times are GMT. The time now is 06:32 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.01291 seconds
  • Memory Usage 1,741KB
  • 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_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
  • (10)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