vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Should I release this? (https://vborg.vbsupport.ru/showthread.php?t=44562)

Mystikal 10-13-2002 02:37 AM

Should I release this?
 
I created a hack that lets users have their own "mini-avatar", a little 16x16 *.gif file that will be displayed in front of their names under posts and in the "Who's Online" areas.

It needs a little work before I would even release it, but I'm just wondering if anyone is interested in this.

http://www.blizzforums.com/index.php?s= For a sample.

Erwin 10-13-2002 02:41 AM

Just like ezboard, right? Interesting - just release it - there will always be people who will need it. :)

Mystikal 10-13-2002 02:45 AM

ezwha?

Link14716 10-13-2002 02:48 AM

NOOO! NEVER SAY THAT NAME! It haunts us all :(

:D

Yes, release it. It'd probably install it myself. :)

bejita 10-13-2002 07:14 AM

just release it :) i want use it :D

Chris M 10-13-2002 09:17 AM

It looks good:)

Release it - I am sure it would be popular!:)

Satan

Dean C 10-13-2002 09:52 AM

yes it would...

[high]* Mist hates ezboard thought hehe :D
[/high]

- miSt

Mystikal 10-13-2002 03:20 PM

Okay, I'm going to re-work some stuff.. because honestly? It's pretty ghetto-fied right now... for instance...

I have it set so people can upload any size file right now, (only gif files but still), gonna make it so people can limit the file sizes.

Since title is unique, and a person may have a file thats name the same as another, and title is taken by substr($file_name, -4), the title is esentially the filename without the extension.

SO! A better way to do this would be to alter the table around and replace `title` with `userid` and when uploading, check if the user has uploaded a file... obviously if they haven't you'd insert a new one with the `userid` = $bbuserinfo[userid] and then if they do have one, just update the contents of the file.

This way, instead of having to perform 2 queries in icon.php, we can perform one by saying oh lets SELECT `data` FROM `usericons` WHERE `userid`=$bbuserinfo[userid]; The filename now becomes $bbuserinfo[userid]...

The way i had it before is it had to select usericon from user blah blah, then select data from the icons table where title='whatever'.

Now I don't need to alter the user table and can just output a default image file if the user doesn't have a mini-avatar set. Wee!

Whew.. sorry for the long post guys, just explaining the current status. Once those changes are made (in a few hours, max later tonight) It will be released.

Mystikal 10-13-2002 07:33 PM

The beta version of my hack is released. https://vborg.vbsupport.ru/showthrea...threadid=44593 is where it is :) Enjoy. Feedback welcome.


All times are GMT. The time now is 01:44 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.01886 seconds
  • Memory Usage 1,723KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete