mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Update view_shortcodes.php
This commit is contained in:
parent
2d61bf19a8
commit
3dff03b6be
@ -803,7 +803,7 @@ function sc_buttonsx()
|
||||
// $url = e107::getUrl()->create('forum/thread/reply', array('id' => $thread->threadId));
|
||||
}
|
||||
$replyUrl = "<a class='btn btn-primary".($url ?"":" disabled")."' "
|
||||
.($url?"":" data-toggle='tooltip' title='Please login or register to be allowed'
|
||||
.($url?"":" data-toggle='tooltip' title='".LAN_FORUM_0046."'
|
||||
style='cursor: not-allowed; pointer-events: all !important;'")." href='".($url ?:"#")."'>".LAN_FORUM_2006."</a>";
|
||||
|
||||
if ($forum->checkPerm($this->var['thread_forum_id'], 'post'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user