mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Issue #3587 - thumb image (untested)
This commit is contained in:
@@ -416,7 +416,7 @@
|
|||||||
if(file_exists($baseDir . $file))
|
if(file_exists($baseDir . $file))
|
||||||
{
|
{
|
||||||
$thumb = $tp->thumbUrl($baseDir . $file, $thumbAtt, true);
|
$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.
|
//TODO Use jQuery zoom instead.
|
||||||
|
|
||||||
@@ -1186,7 +1186,7 @@
|
|||||||
|
|
||||||
function sc_quickreply()
|
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'])
|
if($forum->checkPerm($this->var['thread_forum_id'], 'post') && $this->var['thread_active'])
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user