1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Bugtracker #4448 - show emotes in user posts if WYSIWYG active

This commit is contained in:
e107steved 2008-07-03 20:06:56 +00:00
parent 1ddcffcadb
commit 338499851d

View File

@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/userposts.php,v $ | $Source: /cvs_backup/e107_0.8/userposts.php,v $
| $Revision: 1.6 $ | $Revision: 1.7 $
| $Date: 2008-01-13 17:04:47 $ | $Date: 2008-07-03 20:06:53 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@ -264,7 +264,7 @@ function parse_userposts_forum_table($row)
} }
$tmp = $thread_id; $tmp = $thread_id;
$thread_thread = $tp->toHTML($thread_thread, TRUE, "", $id); $thread_thread = $tp->toHTML($thread_thread, TRUE, "USER_BODY", $id);
$USERPOSTS_FORUM_ICON = "<img src='".e_PLUGIN."forum/images/".IMODE."/new_small.png' alt='' />"; $USERPOSTS_FORUM_ICON = "<img src='".e_PLUGIN."forum/images/".IMODE."/new_small.png' alt='' />";
$USERPOSTS_FORUM_TOPIC_HREF_PRE = "<a href='".e_PLUGIN."forum/forum_viewtopic.php?".$tmp.".post'>"; $USERPOSTS_FORUM_TOPIC_HREF_PRE = "<a href='".e_PLUGIN."forum/forum_viewtopic.php?".$tmp.".post'>";