vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Avatar Hack v0.8 released (https://vborg.vbsupport.ru/showthread.php?t=919)

06-06-2000 04:18 AM

Fixed the javascript problem...

In the modifyprofile template...

Call the form "dynamicselector"

Call the avatar selection box "dynamicselector2" and it will be compatible with the avatar.js thats in the hack.

06-06-2000 04:20 AM

Ok, both would work. I was checking my fix while you must have been adding the updated instructions.

Cannot display the avatar with my posts .. looking at it as we speak.

06-06-2000 04:24 AM

OK, once the hack is in, you need to set avatarshow in options to yes, and make sure you have $avatar in your postbit template.

06-06-2000 04:38 AM

Ok, fixed the problem where the database was not getting updated.

That was due to my mod on the javascript.

Now looking into why userinfo[avimage] is a null value in showthread :)

06-06-2000 04:44 AM

I think you missed one step in the mod for showthread.php

Change
Code:

    $userinfo=$DB_site->query_first("SELECT userid,email,username,usertitle,signature,showemail,homepage,icq,aim,yahoo,joindate,posts FROM user WHERE userid=$userid");
To this ... (add the avimage into the select statement)
Code:

    $userinfo=$DB_site->query_first("SELECT userid,email,username,usertitle,signature,showemail,homepage,icq,aim,yahoo,joindate,posts,avimage FROM user WHERE userid=$userid");
Before you add this piece...
Code:

/*  Avatar Hack by Moonwolf  */
    if ($userinfo[avimage] and $showavatars==1 and is_file($userinfo[avimage])) {
        clearstatcache();


06-06-2000 04:44 AM

One of the things I'm looking at for 1.0 is a toggleable user upload of private images. That will have a byte size restriction on it. As for display dimensions, those can be controlled by $aheight and $awidth through the control panel.

Kath

Quote:

Originally posted by Martin
Nice hack :)

I like this idea. I just wish it could upload with restrictions to size and weight, but I think that would require an extra table and profile field.

I think it could be done without that, though, if the icons were referenced from an upload directory and forced to be named username.gif

I ramble...

nice hack :)


06-06-2000 04:54 AM

Yep, I did, thanks for finding it.

I've changed the templates a little bit, and the avatardb.php file that inserts the first image also. Now the selector will default to ----- None ----- if there's no image set. Makes it a little cleaner. In each of the three templates that have the selector, delete the <option>'s that are in the template, and let the PHP do all the work filling them out.

Kath

Quote:

Originally posted by shri
I think you missed one step in the mod for showthread.php
[Edited by Moonwolf on 06-06-2000 at 01:59 PM]

06-06-2000 04:58 AM

Nice - John can you get this added to a release when it is all smoothed out?

06-06-2000 09:20 AM

Hi,

great hack - but the download-link on moonwolfs instructions doesn't work - could anyone attach this on an email to me?

Thanx - this is the hack for vB!

06-06-2000 09:34 AM

I'm not sure, but there seems to be something wrong with the dHTML in the selector. In Netscape, it refuses to display any form elements after the selector, and refuses to display the images.

-Why- this is happening I have no idea, but I'm working on it. It doesn't affect MSIE at all.

TB2: Try the link now.

Kath


All times are GMT. The time now is 11:04 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.01379 seconds
  • Memory Usage 1,737KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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