Hard Light Productions Forums

Off-Topic Discussion => General Discussion => Topic started by: Warlock on March 18, 2003, 10:07:50 am

Title: PHPBB code help
Post by: Warlock on March 18, 2003, 10:07:50 am
If anyone has any experience with PHPBB I need a hand. I'm trying to add the LVLShot code but since I don't know PHPBb ... or PHP for that matter, I don't really even know wtf to start. Main reason is in the art section of our boards alot of the images I post are huge compared to the rest of the board and it distorts the thread a bit, plus half of our group are on 56Ks.

So anyone here have some pointers?
Title: PHPBB code help
Post by: Stealth on March 18, 2003, 10:14:46 am
well i don't know PHP or anything, but i do know that Lvlshot just changes the size of the image.

it adds "width=1024 height=1028" or whatever to the IMG tag i'm guessing
Title: PHPBB code help
Post by: Warlock on March 18, 2003, 10:18:53 am
yea I got the code snippet from Shrike that he used here,... just now idea how to add it into PHPBb. I managed to add it to the bbcode.tpl based off other code examples in it,...but the bbcode.php is just a huge mess of coding to me