From b2e4ce256203b35ce548ea7f6b364eefabee00c3 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 8 Feb 2019 11:11:36 -0800 Subject: [PATCH] Issue #3587 - thumb image (untested) --- e107_plugins/forum/shortcodes/batch/view_shortcodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php index 079e497db..765af1b54 100644 --- a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php @@ -416,7 +416,7 @@ if(file_exists($baseDir . $file)) { $thumb = $tp->thumbUrl($baseDir . $file, $thumbAtt, true); - $full = $tp->thumbUrl($baseDir . $file, 'w=1000&x=1', true); + $full = $tp->thumbUrl($baseDir . $file, 'w=0&x=1', true); //TODO Use jQuery zoom instead. @@ -1186,7 +1186,7 @@ function sc_quickreply() { - global $forum, $forum_quickreply; + global $forum, $forum_quickreply, $thread; if($forum->checkPerm($this->var['thread_forum_id'], 'post') && $this->var['thread_active']) {