Topic awaiting preservation: phpBB and sig rotator (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 06-23-2004 21:33
I am up and running with phpBB but when I try to use the sig rotator script the link is displayed instead of displaying the images in that directory...I can paste the link in the browser and view the image that way so I know the link works...is there something I have to tweak to use php instead of a static image with this board? |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 06-24-2004 13:05
so... you put [img] (or the equivalent on phpBB) around the link to the php? |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 06-24-2004 14:58
yes but it didn't work...I turned on html and used the IMG tag and it works but I really would prefer using BBCode...is there some sort of tweak to be made to allow for php instead of a gif or jpg in phpbb2? |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 06-24-2004 22:10
I don't have the source handy, but the patch should be easy enough for anyone knowledgable in php. |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 06-25-2004 14:24
I'm unfamiliar with any patch available...that's what I was looking for...and yes I'm familiar with PHP |
Paranoid (IV) Inmate From: Greensboro, NC USA |
posted 06-25-2004 14:36
Master Suho had a really nice little rotator that we tinkered with, I thought we had uploaded the correct file to the FAQ, but here's a link to it on my site, see if it doesn't fix the problem: |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 06-25-2004 15:29
bodhi: there's nothing we can do about the link - it's your webserver that interprets the php. Rename the file to .phps or something, and then tell us,so we can adjust the link. |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 06-25-2004 16:57
the code area for phpbb is located in the file named bbcode.php and the following line should look like this: code: // [img]image_url_here[/img] code..
|