﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>InstantASP Community Forums / Old Forums / InstantForum.NET 4.x / Bug Reports  / User tag markup rendering bug in member list. / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>InstantASP Community Forums</description><link>http://community.instantasp.co.uk/</link><webMaster>sales@instantasp.co.uk</webMaster><lastBuildDate>Mon, 01 Dec 2008 16:27:04 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: User tag markup rendering bug in member list.</title><link>http://community.instantasp.co.uk/Topic9649-37-1.aspx</link><description>Hi Zyo, &lt;P&gt;Hope your very well. Many thanks for your comments. &lt;/P&gt;&lt;P&gt;Just to confirm this will be resolved for v4.1.4 expected within the next couple of weeks. Many thanks for posting the code and letting others know of the work around. &lt;/P&gt;&lt;P&gt;Sorry for any inconvenience this may have caused.</description><pubDate>Thu, 26 Jan 2006 11:00:17 GMT</pubDate><dc:creator>Ryan Healey</dc:creator></item><item><title>RE: User tag markup rendering bug in member list.</title><link>http://community.instantasp.co.uk/Topic9649-37-1.aspx</link><description>Thanks Zyo...&lt;/P&gt;&lt;P&gt;Made the changes to my code even though I don't currently use that feature.. &lt;/P&gt;&lt;P&gt;Great to see we're supporting each other as we find these things.. keeps me posting when I find something... :)</description><pubDate>Mon, 16 Jan 2006 16:09:24 GMT</pubDate><dc:creator>Cradz</dc:creator></item><item><title>User tag markup rendering bug in member list.</title><link>http://community.instantasp.co.uk/Topic9649-37-1.aspx</link><description> &lt;P&gt;When configuring the forum to use custom tag they seems to not been rendered property in the member list page.&lt;/P&gt;&lt;P&gt;The problem is that the open tag is render at the end instead of the close tag.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Very simple fix:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;File MemberList.vb line ~536.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;  uOpenMarkUp &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;  &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;String&lt;/FONT&gt;  = User.OpenMarkUp&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;  uCloseMarkUp &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;  &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;String&lt;/FONT&gt;  = User.&lt;STRONG&gt;Open&lt;/STRONG&gt;MarkUp&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;should be changed to:&lt;/P&gt;  &lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;  uOpenMarkUp &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;  &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;String&lt;/FONT&gt;  = User.OpenMarkUp&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;  uCloseMarkUp &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;  &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;String&lt;/FONT&gt;  = User.&lt;STRONG&gt;Close&lt;/STRONG&gt;MarkUp&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Mon, 16 Jan 2006 11:12:13 GMT</pubDate><dc:creator>Zyo</dc:creator></item></channel></rss>