Posts from August 2014
-
GUIDE: Automatically resize phpBB avatars in post displays
- Open the includes/functions_display.php file in a text editor.
- Above the return '<img src="' . (str_replace( … line, insert the code:
$inputwidth = 100;
$inputheight = 100;
// So then if the image is wider rather than taller, set the width and figure out the height