vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Toplist (https://vborg.vbsupport.ru/showthread.php?t=98646)

derekivey 01-26-2006 07:27 PM

Make sure the templates were added to your skin(s). If you want me to look at it, please PM the url of your site and admin details so I can check it out for you.

Derek

derekivey 01-26-2006 07:31 PM

Also just so everyone knows my progress of version 1.0.6, I am pretty much done, I just have to finish adding the image hosting feature. vB's Product installer will automatically copy all of the current site images to your server and leave the image link in the database in case this needs to be redone.

Twigz 01-26-2006 07:34 PM

Quote:

Originally Posted by derekivey
Also just so everyone knows my progress of version 1.0.6, I am pretty much done, I just have to finish adding the image hosting feature. vB's Product installer will automatically copy all of the current site images to your server and leave the image link in the database in case this needs to be redone.

Pm sent!
Thanks ..

derekivey 01-26-2006 07:44 PM

Yup, just got it. Looking into the problem right now for you.

Derek

derekivey 01-26-2006 07:47 PM

Hi, I just tried adding a site and it added fine. Does it work for you?

Twigz 01-26-2006 07:55 PM

Quote:

Originally Posted by derekivey
Hi, I just tried adding a site and it added fine. Does it work for you?

Yes, seems to be working fine Now.. Thank you for whatever you did..
Great hack & Support.

-Twigz

derekivey 01-26-2006 08:26 PM

Quote:

Originally Posted by Twigz
Yes, seems to be working fine Now.. Thank you for whatever you did..
Great hack & Support.

-Twigz

No Problem, I didn't do anything lol.

derekivey 01-29-2006 03:08 AM

Ok, This hack should be released by tomorrow (Sunday), I just have to add a AdminCP page to manage the uploaded images and stuff. The rest is complete.

Derek

derekivey 01-29-2006 08:40 PM

Version 1.0.6 has been released. Please see the first post for the changes in this one. Follow the readme file carefully to install or upgrade.

derekivey 01-29-2006 08:48 PM

HOW TO: Editing the Dynamic Image

You may be wondering how you edit the included Dynamic image in this hack. Here is a simple how to, to do it.

OPEN: images/toplist/buttons/dynamic/image.png

FIND:
PHP Code:

chdir('/home/derek/public_html/vbtest'); 

You need to change '/home/derek/public_html/vbtest' to the path to your forum. Make sure it looks like that though.

Next, if you want to change the background image, simply make a png image and overwrite background.png with it.

If you want to change the color of the text in the dynamic image, you would edit this line:
PHP Code:

$color imagecolorallocate($image00255); 



0, 0, 255 are the RGB values for the colors. You need to change them to the color you want, the current one is blue.

Now scroll to the bottom until you find a line like this:
PHP Code:

imagestring($image$font4428$rank$color); 



For each of those lines, you will need to change the 2 numbers so that each each thing is aligned with the right part of the image. See my included dynamic image as an example. The first number is the x value, and the second one is the y value.

I hope this little how to helps you edit your image better, sorry if it's kind of confusing.

Derek


All times are GMT. The time now is 08:36 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.02875 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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