mirror of
https://github.com/e107inc/e107.git
synced 2025-02-06 23:39:11 +01:00
Update view_shortcodes.php
This commit is contained in:
parent
b6d9507aca
commit
6da96d2c05
@ -506,10 +506,10 @@ class plugin_forum_view_shortcodes extends e_shortcode
|
||||
|
||||
$userUrl = empty($this->postInfo['post_user']) ? '#' : e107::getUrl()->create('user/profile/view', array('user_id'=>$this->postInfo['post_user'], 'user_name'=>$username));
|
||||
// e_HTTP.'user.php?id.'.$this->postInfo['post_user']
|
||||
$text = '<div class="btn-group btn-block ">
|
||||
$text = '<div class="btn-group ">
|
||||
|
||||
<a class="btn btn-default btn-sm col-sm-9 btn-small" href="'.$userUrl.'">'.$username.'</a>
|
||||
<button class="btn btn-default btn-sm col-sm-3 btn-small dropdown-toggle" data-toggle="dropdown">
|
||||
<a class="btn btn-default btn-sm btn-small" href="'.$userUrl.'">'.$username.'</a>
|
||||
<button class="btn btn-default btn-sm btn-small dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu left">
|
||||
|
Loading…
x
Reference in New Issue
Block a user