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)

axi 05-20-2005 07:43 PM

same the hack isnt showing in the user cp or nowhere.

axi 05-20-2005 07:47 PM

ahh found the problem, added the mood codes way to early to the modifyprofile template!

the code i added it after was correct:

PHP Code:

<td class="panelsurround" align="center">
    <
div class="panel">
        <
div style="width:$stylevar[formwidth_usercp]align="$stylevar[left]"

but i added it too early, there was a second one yes half way in the page and added after the second one and works fine now :)

|Jordan| 05-20-2005 07:56 PM

Quote:

Originally Posted by Polo
I have my own version of the mood hack, but I would like to know if I could use your mood images? they are cool :)

They're not my images, they're from the mood hack for Yabb.

angelicGrace 05-21-2005 12:17 AM

Quote:

Originally Posted by axi
ahh found the problem, added the mood codes way to early to the modifyprofile template!

the code i added it after was correct:

PHP Code:

<td class="panelsurround" align="center">
    <
div class="panel">
        <
div style="width:$stylevar[formwidth_usercp]align="$stylevar[left]"

but i added it too early, there was a second one yes half way in the page and added after the second one and works fine now :)

Thank you Axi. :) i didn't even think to look farther down the template. i know better than that too. lol

yoyoyoyo 05-21-2005 12:31 PM

since adding this hack the avatars on the forum have been resized. Has this happened to anyone else?

|Jordan| 05-21-2005 05:19 PM

Quote:

Originally Posted by yoyoyoyo
since adding this hack the avatars on the forum have been resized. Has this happened to anyone else?

It shouldn't mess up any avatars, none of the mood hacks functions modify avatar in any way. Have you installed any other hacks lately? Can you provide an example of the messed up pages in question.

Ebolender 05-21-2005 09:52 PM

Installed and it works just fine.

:squareeyed: Thanks for this

mustang_lex 06-15-2005 06:36 PM

Wicked i finally got it working. !! The problem i had was I modified the postbit_legacy when I should of did postbit. i really don't know the difference so i left the changes in both :lick: . My only issue and wasn't sure if this was possible is to save the current mood under the drop down box, instead of reverting back to don't display mood .

besides that. It kicks ass

DJDarknez 06-15-2005 08:20 PM

HELP

"An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'djd_forums.vb3user' doesn't exist"

"Unable to add cookies, header already sent.
File: /home/djd/public_html/forums/includes/functions_showthread.php
Line: 762"

http://forums.djdarknez.net

any of the treads. none of them are viewable.

edit:

i re-uploaded my functions_showthread.php file, so at the very least the threads are viewable. But how to fix?

|Jordan| 06-15-2005 11:51 PM

Quote:

Originally Posted by DJDarknez
HELP

"An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'djd_forums.vb3user' doesn't exist"

"Unable to add cookies, header already sent.
File: /home/djd/public_html/forums/includes/functions_showthread.php
Line: 762"

http://forums.djdarknez.net

any of the treads. none of them are viewable.

edit:

i re-uploaded my functions_showthread.php file, so at the very least the threads are viewable. But how to fix?

You need to edit the SQL query to point to your user table.

In this case it should be:

Code:

ALTER TABLE .vb3user ADD mood varchar(15) NOT NULL


All times are GMT. The time now is 06:36 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.02481 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_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