<?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>
									Custom field data in Members list table - wpForo User Custom Fields				            </title>
            <link>https://gvectors.com/forum/wpforo-user-custom-fields/custom-field-data-in-members-list-table/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 14 Aug 2026 15:56:44 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Custom field data in Members list table</title>
                        <link>https://gvectors.com/forum/wpforo-user-custom-fields/custom-field-data-in-members-list-table/#post-29695</link>
                        <pubDate>Mon, 26 Jul 2021 10:03:54 +0000</pubDate>
                        <description><![CDATA[Hi @ambarish-chatterjee,
I&#039;m sorry, but we don&#039;t provide template customization support. This is all on you. If you&#039;re PHP developer, you can ask for files or functions. And you should read...]]></description>
                        <content:encoded><![CDATA[<p>Hi @ambarish-chatterjee,</p>
<p>I'm sorry, but we don't provide template customization support. This is all on you. If you're PHP developer, you can ask for files or functions. And you should read this documentation to see who it could be customized in update safe way:</p>
<ul>
<li>wpForo Template Files: https://wpforo.com/docs/root/forum-themes/theme-files/</li>
<li>wpForo template File Customization: https://wpforo.com/docs/root/forum-themes/theme-customization/</li>
</ul>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-user-custom-fields/">wpForo User Custom Fields</category>                        <dc:creator>Tom</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-user-custom-fields/custom-field-data-in-members-list-table/#post-29695</guid>
                    </item>
				                    <item>
                        <title>RE: Custom field data in Members list table</title>
                        <link>https://gvectors.com/forum/wpforo-user-custom-fields/custom-field-data-in-members-list-table/#post-29690</link>
                        <pubDate>Mon, 26 Jul 2021 06:57:47 +0000</pubDate>
                        <description><![CDATA[Hey @tomson,
 
Thank you so much. This worked perfectly. I have another query, where I am struggling. How we can use the custom field data in our template?

Here I want to use custom fie...]]></description>
                        <content:encoded><![CDATA[<p>Hey @tomson,</p>
<p> </p>
<p>Thank you so much. This worked perfectly. I have another query, where I am struggling. How we can use the custom field data in our template?</p>
5599
<p>Here I want to use custom field data.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-user-custom-fields/">wpForo User Custom Fields</category>                        <dc:creator>Ambarish Chatterjee</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-user-custom-fields/custom-field-data-in-members-list-table/#post-29690</guid>
                    </item>
				                    <item>
                        <title>RE: Custom field data in Members list table</title>
                        <link>https://gvectors.com/forum/wpforo-user-custom-fields/custom-field-data-in-members-list-table/#post-29687</link>
                        <pubDate>Sat, 24 Jul 2021 12:54:22 +0000</pubDate>
                        <description><![CDATA[Hi @ambarish-chatterjee,
It&#039;s a JSON data, you can decode it using json_decode() PHP function:
 
Also, as a quick solution, you can use the wpForo function which returns user field by user...]]></description>
                        <content:encoded><![CDATA[<p>Hi @ambarish-chatterjee,</p>
<p>It's a JSON data, you can decode it using json_decode() PHP function: https://www.php.net/manual/en/function.json-decode.php#example-3446</p>
<p> </p>
<p>Also, as a quick solution, you can use the wpForo function which returns user field by user id:</p>
<pre style="background-color: #ffffff;color: #000000;font-size: 12.0pt" contenteditable="false"><span style="color: #ff3034;font-weight: bold">&lt;?php </span><span style="color: #0000e5;font-style: italic">wpforo_user_field</span>( <span style="color: #c64741">'city'</span><span style="color: #000080">, </span><span style="color: #4985c9;font-weight: bold">$member</span><span style="color: #000080"></span>)<span style="color: #313131">; </span><span style="color: #ff3034;font-weight: bold">?&gt;</span></pre>
<p> </p>
<p>sdsdsd</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-user-custom-fields/">wpForo User Custom Fields</category>                        <dc:creator>Tom</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-user-custom-fields/custom-field-data-in-members-list-table/#post-29687</guid>
                    </item>
				                    <item>
                        <title>Custom field data in Members list table</title>
                        <link>https://gvectors.com/forum/wpforo-user-custom-fields/custom-field-data-in-members-list-table/#post-29683</link>
                        <pubDate>Sat, 24 Jul 2021 12:26:01 +0000</pubDate>
                        <description><![CDATA[I have wpForo user custom field plugin. I want to fetch the custom field data in the member&#039;s list. But it returns a string of all the data. But I want to retrieve only one field. Please che...]]></description>
                        <content:encoded><![CDATA[<p>I have wpForo user custom field plugin. I want to fetch the custom field data in the member's list. But it returns a string of all the data. But I want to retrieve only one field. Please check the screenshot below. I only want the city data</p>
5598]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-user-custom-fields/">wpForo User Custom Fields</category>                        <dc:creator>Ambarish Chatterjee</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-user-custom-fields/custom-field-data-in-members-list-table/#post-29683</guid>
                    </item>
							        </channel>
        </rss>
		