DavidIQ / ReIMG

phpBB extension for resizing posted images on the client side using JavaScript and a selection of lightbox-style libraries.
https://www.davidiq.com
GNU General Public License v2.0
12 stars 4 forks source link

Provide proper mechanism for MOD to work on external pages #11

Closed DavidIQ closed 12 years ago

DavidIQ commented 13 years ago

Instructions for making this MOD work on other pages outside of phpBB, i.e. a portal page, are not working as designed. Need to create a different approach for doing that.

DavidIQ commented 12 years ago

Came up with adding the following to the top of any file:

define('LOAD_REIMG', true);
define('REIMG_POST_ROW', 'fetchpost_row.TEXT');

Was able to get it working successfully on a test install of easyPortal