NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

Post a reply

Write your message and submit
Options
Humanity test

What is six + three?

Go back

Topic review (newest first)

matthewst
09-24-2007 14:59:34

Thanks!
Thats much better then the way I was doing it.

Waccoon
09-21-2007 03:47:44

I've already got too much of a mess in the control panel as it is, so I haven't been adding new features like this.

To get default canvas support, and have the canvas size adjust automatically, here's the proper way to do it:

Put this somewhere at the top of paintBBS.php, noteBBS.php, and shiBBS.php.  Change this to the path of the picture you want (it must be on your server, and not on a site like Photobucket).  Leave it blank to disable the custom canvas.

Code:

$custom_canvas = 'folder/file.png';

Put this directly after the end of the if ($edit) {} block, and before the // Verify that canvas sizes fit min/max line:

Code:

if (!empty ($custom_canvas)) {
    // Cannot use anim with default canvas
    $anim = 0;

    // Set up import
    $app_import = $custom_canvas;

    $size = @GetImageSize ($custom_canvas);
    $xcord = $size[0];
    $ycord = $size[1];
}
matthewst
09-20-2007 12:34:28

install.php!!!

i'm an idiot....

matthewst
09-20-2007 09:07:20

apparently my picture was to large (width and height)

what are the limits?
can they be change?

matthewst
09-20-2007 08:52:32

I forgot to thank you for such a great program.

Thanks for such a great program!

matthewst
09-20-2007 08:23:23

I've already read this post: http://www.ninechime.com/forum/viewtopic.php?id=34
Ths link is dead.
I've also gone into shiBBS.php and added this:

Code:

<param name="image_canvas" value="picture.jpg" />

The applet is accessing the image but it won't display correctly.

Original background image example:
|||||
|||||
+++

What is displayed:
\\\\\
''''

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB