vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Mood Hack (https://vborg.vbsupport.ru/showthread.php?t=81637)

|Jordan| 05-18-2005 02:56 PM

I'll make the no mood option clearer and fix one mistake i discovered.

xtreme-mobile 05-18-2005 04:58 PM

hi guys

im trying to install this on vb 3..0.7 but i get an error when trying to run the querie it says:

#1146 - Table 'admin_vbforum.user' doesn't exist

any ideas?

|Jordan| 05-18-2005 09:00 PM

Quote:

Originally Posted by xtreme-mobile
hi guys

im trying to install this on vb 3..0.7 but i get an error when trying to run the querie it says:

#1146 - Table 'admin_vbforum.user' doesn't exist

any ideas?

Did you run the sql query?

xtreme-mobile 05-18-2005 09:02 PM

thats the problem it wont let me run the sql querie

that error above is what i get when i try to run the querie

|Jordan| 05-18-2005 09:04 PM

Quote:

Originally Posted by Marboosh.Net
Yes,
by the way may a have the PSD file
i want translate it to another language

I dont have the PSD file, images come from the mood hack from Yabb. It's easy to get rid of the text anyhow; just select some of the background that has no text and copy it over the text, then enter the new text.

|Jordan| 05-18-2005 09:05 PM

Quote:

Originally Posted by xtreme-mobile
thats the problem it wont let me run the sql querie

that error above is what i get when i try to run the querie

What's your table prefix? (name of user table)

Deimos 05-18-2005 10:10 PM

Got a slight problem with this hack, when a user of mine choose "Tired", it shows the Brooding image instead
I double checked the images themselves and sure enough, the tired image and brooding ones are ok
Any idea why it links to Brooding instead of the Tired one?

|Jordan| 05-18-2005 10:21 PM

Upgrade to the latest version, just redo both template modification steps.

caliman 05-19-2005 04:29 AM

INSTALLED. Works great. Thanks again for doing this, I owe you some beers Jordan. :)

Couple little things that would just be icing.

1) It would be nice if when I go to my profile it remembers which one I have selected. Currently it does not and always displays 'Do not display mood.'

2) When one selects a mood, it would be cool if it displayed the selected mood bar in real time in the profile. I am too buzzed on wine to do this, but here is my original code that did this:
Code:

        <script language="JavaScript1.2" type="text/javascript">
        function showmood()
        {
          if (!document.images) return;
          document.images.moodpics.src="http://www.yoursite.com/forums/images/moods/"+document.creator.mood.options[document.creator.mood.selectedIndex].value+".gif";
        }
        </script>
        <td><font size=2><select name="mood" size=6 onChange="showmood()">
                <option selected value="Happy">Happy</option>
                <option value="Aggressive">Aggressive</option>
                <option value="Amazed">Amazed</option>
                <option value="Angry">Angry</option>
              </select></font>
 &nbsp;&nbsp;<img src="http://www.yoursite.com/forums/images/moods/blank.gif" name="moodpics" border=0 hspace=15>

Regardless, thanks again. I really appreciate it.

caliman

xtreme-mobile 05-19-2005 06:18 PM

Quote:

Originally Posted by MyIS_Jordan
What's your table prefix? (name of user table)



???? dunno mate how do i find out (noobie to coding )


All times are GMT. The time now is 06:18 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.01274 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (4)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
  • (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