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)

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.......


All times are GMT. The time now is 04:23 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.02711 seconds
  • Memory Usage 1,749KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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