1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Issue #3587 - thumb image (untested)

This commit is contained in:
Cameron
2019-02-08 11:11:36 -08:00
parent ee04ccc7db
commit b2e4ce2562

View File

@@ -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'])
{