![]() |
Quote:
Uncomment LINE1 and comment LINE2 to use default font. If this doesn't work, then you may need to contact your web host to see if they have disabled the functions 'imagestring' and 'imagettftext'. |
How do I move the text around?
|
Quote:
|
Could ya give me some sort of guide please,? im not exactly sure how to move them
|
//Width of banner image
$width = yoursize; //Height of banner image $height = yoursize //Left text-margin $left = 296; //text-margin from top $top = 30; //Font Size $fontsize = 10; //Line-spacing of text $zeilenabstand = 0; |
and this will make your text appear one ontop of each other
$output = " Members: $numbermembers\n\r Threads: $totalthreads\n\r Posts: $totalposts\n\r Online: $totalonline"; like this http://bbs.metallifukinca.com/signature.php |
To be perfectly frank, there is a better way for the text to appear one on top of the next ...
Code:
$output[] = "Members: $numbermembers"; |
thanks, I'll try that :)
Quote:
|
I have a small problem when running it as a vb-cronjob.
The member-count is displayed but threads and post are completly empty. When i run it "manually" it will generate a correct image... even if i press the "Run now" button in cronjob it will generate it correctly Could it be that when running as a vb-cronjob it sometimes doesnt have the time to run the complete code because a user aborts the page-load. (If im not misstaken cronjobs are runned when a user access a vb-page and there is a scheduled task that needs to be run) Would it maybe be solved if you added ignore_user_abort(true) and (false) at the beginning and end of he script? |
This issue occurs for some but not others - I'm wondering if it could be related to a permissions issue - maybe the guest (the cron job) doesn't have permissions to access those tallies...
|
All times are GMT. The time now is 10:14 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|