Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 06-18-2000 Last Update: Never Installs: 0
 
No support by the author.

Hi all

I'm going to wait until vB 1.1.3 is declared stable, and modify the Avatar Hack v1.0 to work with 1.1.3, before releasing it.

Should be pretty soon, I hope

Kath

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 06-18-2000, 01:44 PM
Guest
 
Posts: n/a
Default

I can't wait. Thanks Moonwolf.
Reply With Quote
  #3  
Old 06-21-2000, 10:51 PM
Guest
 
Posts: n/a
Default

Is it possible to get the script to read all icons in the directory and build them in the pull down menu?
Reply With Quote
  #4  
Old 06-21-2000, 11:25 PM
Guest
 
Posts: n/a
Default

I don't see why not. I'm only been playing around with PHP for about a week, but this is what I came up with:

Code:
$dir = "images/avatars";
$handle=opendir($dir);
while ($file = readdir($handle)) {
if ($file == ".." || $file == ".") {
}
else {
$file = ereg_replace( ".gif", "", $file);
$file = ereg_replace( ".jpg", "", $file);
$file = ereg_replace( "_", " ", $file);
print "<option value=\"$dir/$file\">$file</option>\n";
}
}
closedir($handle);
That should do it.
Reply With Quote
  #5  
Old 06-21-2000, 11:36 PM
Guest
 
Posts: n/a
Default

cool!!!.


Moonwolf:

include, include!
Reply With Quote
  #6  
Old 07-18-2000, 01:17 AM
Guest
 
Posts: n/a
Default

so how's this going ?
Reply With Quote
  #7  
Old 07-18-2000, 03:43 PM
Guest
 
Posts: n/a
Default

This has proven to be a very popular hack, but I botched the thing somehow. I guess I'll have to reinstall the whole thing.

I had some problems editing users to give them custom titiles through the control panel ... maybe I didn't install it properly the first time. I also have PM hack 1.2 installed as well.

Not to sound pushy, I'm very grateful for what you've done already, but before I reinstall this hack could you give us a rough timeframe of when this might be ready? I'd hate to go through the whole process again and then have to do it the next day when you release 1.0.

Once again thanks for a great hack.

DE
http://whodatzone.com/bb
Reply With Quote
  #8  
Old 07-18-2000, 06:41 PM
Guest
 
Posts: n/a
Default

I am working on a Avatar hack where you make a directory under images/avatar like

-images
-avatar
-0
-20
-50
-100

The hack looks for the directories with #'s as the title and then allows the user to select from the icons under that directory if they have at least that many posts.

i.e. a user with 50 posts will see all the icons from the 0, 20, and 50 directories. I have done it this was to make it easy to manage 100's or 1000's of icons. All you do is move them to a directory corresponding to the # of posts you want a user to have before they can access this icons. It should be ready in a couple days, anyone interested in it? You can check my boards frequently to see what it looks like, just look at at thread. Right now everyone has the same icons as I have to write the code to allow a user to change icons. Any ideas on how to gracefully display 100's of icons to a user to pick from? Show say 20 on a page and then put a <next page> link?
Reply With Quote
  #9  
Old 07-20-2000, 11:42 PM
Guest
 
Posts: n/a
Default

Sorry about the delays, I had an emergency crop up that took my attention for the past few weeks or so.

I should have 0.95 out this weekend. I'll post when it's done.

Kath
Reply With Quote
  #10  
Old 07-21-2000, 12:27 AM
Guest
 
Posts: n/a
Default

You're donating your work ... and I'm very grateful for it. Thanks for the update. That hack has been very popular in my forum and everybody's having fun with it. Will this provide a javascript preview?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:50 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.04368 seconds
  • Memory Usage 2,262KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete