<?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>
									Question regarding wpforo_user_field(&#039;field&#039;) - wpForo User Custom Fields				            </title>
            <link>https://gvectors.com/forum/wpforo-user-custom-fields/question-regarding-wpforo_user_fieldfield/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 19 Aug 2026 06:11:48 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Question regarding wpforo_user_field(&#039;field&#039;)</title>
                        <link>https://gvectors.com/forum/wpforo-user-custom-fields/question-regarding-wpforo_user_fieldfield/#post-14028</link>
                        <pubDate>Mon, 11 Mar 2019 14:31:36 +0000</pubDate>
                        <description><![CDATA[just so you know the correct way to enter the user field in other wpforo template files is: &lt;?php wpforo_user_field( &#039;field_name&#039;, $member ); ?&gt;]]></description>
                        <content:encoded><![CDATA[<p>just so you know the correct way to enter the user field in other wpforo template files is:</p><p> </p><div><pre>&lt;?php wpforo_user_field( 'field_name', $member ); ?&gt;</pre></div>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-user-custom-fields/">wpForo User Custom Fields</category>                        <dc:creator>irish305</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-user-custom-fields/question-regarding-wpforo_user_fieldfield/#post-14028</guid>
                    </item>
				                    <item>
                        <title>RE: Question regarding wpforo_user_field(&#039;field&#039;)</title>
                        <link>https://gvectors.com/forum/wpforo-user-custom-fields/question-regarding-wpforo_user_fieldfield/#post-14017</link>
                        <pubDate>Mon, 11 Mar 2019 11:59:26 +0000</pubDate>
                        <description><![CDATA[Hi @irish305,You&#039;ve changed the parameters position in the code, the first one should be the &#039;field&#039;, not the &#039;userId&#039;&lt;?php wpforo_user_field( &#039;field&#039;, $userId ) ?&gt;Here you can also fi...]]></description>
                        <content:encoded><![CDATA[<p>Hi @irish305,</p><p>You've changed the parameters position in the code, the first one should be the 'field', not the 'userId'</p><pre>&lt;?php wpforo_user_field( 'field', $userId ) ?&gt;</pre><p>Here you can also find a lot of useful information: https://wpforo.com/docs/root/addons/wpforo-user-custom-fields/</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-user-custom-fields/">wpForo User Custom Fields</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-user-custom-fields/question-regarding-wpforo_user_fieldfield/#post-14017</guid>
                    </item>
				                    <item>
                        <title>Question regarding wpforo_user_field(&#039;field&#039;)</title>
                        <link>https://gvectors.com/forum/wpforo-user-custom-fields/question-regarding-wpforo_user_fieldfield/#post-14000</link>
                        <pubDate>Sun, 10 Mar 2019 21:06:14 +0000</pubDate>
                        <description><![CDATA[I&#039;m messaging you on behalf of a client of mine who has purchased the Custom User Fields add-on.  I am trying to  integrate some of the custom fields that we have added to their site - and a...]]></description>
                        <content:encoded><![CDATA[<p>I'm messaging you on behalf of a client of mine who has purchased the Custom User Fields add-on.  I am trying to  integrate some of the custom fields that we have added to their site - and all I have found is this php code:</p><p style="text-align: center">&lt;?php wpforo_user_field('field') ?&gt;</p><p>The problem is that it displays the field info for the person visiting the site, I need a way to display the info for the member in the member loop..</p><p style="text-align: center">&lt;?php wpforo_user_field( $userId, 'field' ) ?&gt;</p><p>I have tried the code above (after reading another post on this forum) with no luck, does that function have such capability? If not, can you point me in the right direction?</p><p> </p><p> </p><p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-user-custom-fields/">wpForo User Custom Fields</category>                        <dc:creator>irish305</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-user-custom-fields/question-regarding-wpforo_user_fieldfield/#post-14000</guid>
                    </item>
							        </channel>
        </rss>
		