mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Issue #1174 - Forum "user profile" link fixes.
This commit is contained in:
@@ -2508,7 +2508,7 @@ class forumAdmin
|
||||
</colgroup>
|
||||
<tr>
|
||||
<td>".FORLAN_171.":</td>
|
||||
<td><a href='".e_PLUGIN."forum/forum_viewtopic.php?".$row['gen_intdata'].".post' rel='external'>#".$row['gen_intdata']."</a></td>
|
||||
<td><a href='".e_PLUGIN_ABS."forum/forum_viewtopic.php?".$row['gen_intdata'].".post' rel='external'>#".$row['gen_intdata']."</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>".FORLAN_173.":</td>
|
||||
@@ -2516,7 +2516,7 @@ class forumAdmin
|
||||
</tr>
|
||||
<tr>
|
||||
<td>".FORLAN_174.":</td>
|
||||
<td><a href='".e_BASE."user.php?id.".$user['user_id']."'>".$user['user_name']."</a>
|
||||
<td><a href='".e107::getUrl()->create('user/profile/view', $user)."'>".$user['user_name']."</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user