<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Wp editor for signature - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wp-editor-for-signature/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Apr 2026 20:23:34 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Wp editor for signature</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wp-editor-for-signature/#post-45446</link>
                        <pubDate>Fri, 28 Aug 2020 14:45:07 +0000</pubDate>
                        <description><![CDATA[Hello, create a tutorial to implement an editor in the signature:]]></description>
                        <content:encoded><![CDATA[<p>Hello, create a tutorial to implement an editor in the signature: <a href="https://wpforo.com/community/wpforo-integration/tutorial-editor-for-signature/">https://wpforo.com/community/wpforo-integration/tutorial-editor-for-signature/</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>hector</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wp-editor-for-signature/#post-45446</guid>
                    </item>
				                    <item>
                        <title>RE: Wp editor for signature</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wp-editor-for-signature/#post-40374</link>
                        <pubDate>Thu, 23 Apr 2020 07:28:29 +0000</pubDate>
                        <description><![CDATA[@sribharath,
I&#039;m sorry but that&#039;s not an easy task, there is no a physical doe for the signature field, it doesn&#039;t exist.
All user fields are generated dynamically based on the user field ...]]></description>
                        <content:encoded><![CDATA[<p>@sribharath,</p>
<p>I'm sorry but that's not an easy task, there is no a physical doe for the signature field, it doesn't exist.</p>
<p>All user fields are generated dynamically based on the user field array located in <span style="color: #800080">init_fields()</span> method of <span style="color: #3366ff">wpForoMember</span> class in <span style="color: #993300">/wpf-includes/class-members.php</span> file.</p>
<p>This array is used by <span style="color: #ff00ff">build()</span> method of <span style="color: #3366ff">wpForoForm</span> class in <span style="color: #993300">/wpf-includes/class-form.php</span> file.</p>
<p>Then the <span style="color: #ff0000">wpforo_fields()</span> function in <span style="color: #993300">/wpf-includes/functions-template.php</span> file calls the <span style="color: #ff0000">WPF()-&gt;form-&gt;<span style="color: #ff00ff">build( $fields )</span></span> method in user account template file <span style="color: #993300">/wpf-themes/classic/profile-account.php</span> to build all fields at once on the <span style="color: #333399">My Profile &gt; Accounts</span> page.</p>
<p>So the only place to inject and change the signature filed to rich editor is changing  in the <span style="color: #3366ff">$html</span> variable content in <span style="color: #ff0000">wpforo_fields()</span> function, this variable contains all fields HTML code.</p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wp-editor-for-signature/#post-40374</guid>
                    </item>
				                    <item>
                        <title>RE: Wp editor for signature</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wp-editor-for-signature/#post-40371</link>
                        <pubDate>Thu, 23 Apr 2020 06:14:29 +0000</pubDate>
                        <description><![CDATA[ok where is the code that outputs the signature on profile page
will add the code my self ..]]></description>
                        <content:encoded><![CDATA[<p>ok where is the code that outputs the signature on profile page</p>
<p>will add the code my self ..</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>sribharath</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wp-editor-for-signature/#post-40371</guid>
                    </item>
				                    <item>
                        <title>RE: Wp editor for signature</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wp-editor-for-signature/#post-40362</link>
                        <pubDate>Thu, 23 Apr 2020 04:21:20 +0000</pubDate>
                        <description><![CDATA[Hi @sribharath,
I&#039;m sorry but there is no way to do this yet. This is already in our to-do list. And we&#039;ll do our best to add it in near future releases. Currently, you can add HTML code in...]]></description>
                        <content:encoded><![CDATA[<p>Hi @sribharath,</p>
<p>I'm sorry but there is no way to do this yet. This is already in our to-do list. And we'll do our best to add it in near future releases. Currently, you can add HTML code in the signature field to show links and images. Here are related topics:</p>
<ul>
<li>https://wpforo.com/community/how-to-and-troubleshooting-2/signature/</li>
<li>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-make-member-signature-clickable/</li>
<li>https://wpforo.com/community/how-to-and-troubleshooting-2/links-in-signature/</li>
</ul>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wp-editor-for-signature/#post-40362</guid>
                    </item>
				                    <item>
                        <title>Wp editor for signature</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wp-editor-for-signature/#post-40345</link>
                        <pubDate>Wed, 22 Apr 2020 18:35:12 +0000</pubDate>
                        <description><![CDATA[Hi .. i need wp editor badly for signature fields
let me know how to get this
seriously i need this badly
i tried searching a lot on google but no help found]]></description>
                        <content:encoded><![CDATA[<p>Hi .. i need wp editor badly for signature fields</p>
<p>let me know how to get this</p>
<p>seriously i need this badly</p>
<p>i tried searching a lot on google but no help found</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>sribharath</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wp-editor-for-signature/#post-40345</guid>
                    </item>
							        </channel>
        </rss>
		