<?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>
									User profile view on post - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/user-profile-view-on-post/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 15 Sep 2026 21:18:51 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: User profile view on post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/user-profile-view-on-post/#post-53834</link>
                        <pubDate>Mon, 17 May 2021 05:53:59 +0000</pubDate>
                        <description><![CDATA[@tutrix Nice work. Thank you and worked perfectly for my needs.]]></description>
                        <content:encoded><![CDATA[@tutrix Nice work. Thank you and worked perfectly for my needs.]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous 31159</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/user-profile-view-on-post/#post-53834</guid>
                    </item>
				                    <item>
                        <title>RE: User profile view on post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/user-profile-view-on-post/#post-53814</link>
                        <pubDate>Sun, 16 May 2021 06:37:53 +0000</pubDate>
                        <description><![CDATA[@saeb 
You can edit the post.php of the layout you are usingsee here the update safe way to do this &gt; Theme Customizationexample Code location
&lt;?php echo implode( &#039;, &#039;, array_diff((a...]]></description>
                        <content:encoded><![CDATA[<p>@saeb </p>
<p>You can edit the post.php of the layout you are using<br /><br />see here the update safe way to do this &gt; <a title="Theme Customization" href="https://wpforo.com/docs/root/forum-themes/theme-customization/">Theme Customization</a><br /><br />example Code location<br /><br /></p>
<pre contenteditable="false">&lt;?php echo implode( ', ', array_diff((array) wpforo_member($member, 'location'), array(0)) ) ?&gt;</pre>
<p><br />example Code custom field<br /><br /></p>
<pre contenteditable="false">&lt;?php echo implode( ', ', array_diff((array) wpforo_member($member, 'field_XXXXXXX'), array(0)) ) ?&gt;</pre>
<p><br />replace the "XXXXXXX" with the custom fieldnumber <br /><br />I use the simplified layout and have also added costum fields 😉 </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/user-profile-view-on-post/#post-53814</guid>
                    </item>
				                    <item>
                        <title>RE: User profile view on post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/user-profile-view-on-post/#post-53812</link>
                        <pubDate>Sun, 16 May 2021 04:23:19 +0000</pubDate>
                        <description><![CDATA[@robert 
Perfect thanks.Any thoughts on adding custom fields or existing field like location etc. to display in this area also?]]></description>
                        <content:encoded><![CDATA[<p>@robert </p>
<p>Perfect thanks.<br /><br />Any thoughts on adding custom fields or existing field like location etc. to display in this area also?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous 31159</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/user-profile-view-on-post/#post-53812</guid>
                    </item>
				                    <item>
                        <title>RE: User profile view on post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/user-profile-view-on-post/#post-53803</link>
                        <pubDate>Sat, 15 May 2021 10:38:19 +0000</pubDate>
                        <description><![CDATA[Hi @saeb,
Use this CSS to display the members profile buttons under the post user info. Insert this CSS code in Dashboard &gt; Forums &gt; Settings &gt; Styles &gt; Custom CSS Code textarea...]]></description>
                        <content:encoded><![CDATA[<p>Hi @saeb,</p>
<p>Use this CSS to display the members profile buttons under the post user info. Insert this CSS code in Dashboard &gt; Forums &gt; Settings &gt; Styles &gt; Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpforo-post .wpf-left .wpforo-memberinfo {<br />   display: block !important;<br />}</pre>]]></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/user-profile-view-on-post/#post-53803</guid>
                    </item>
				                    <item>
                        <title>User profile view on post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/user-profile-view-on-post/#post-53788</link>
                        <pubDate>Sat, 15 May 2021 07:17:11 +0000</pubDate>
                        <description><![CDATA[Slowly making progress to move across from phpbb to wpforo for numerous reasons. There are pros and cons of both forums but am trying to match them as close as possible.
One issue I have as...]]></description>
                        <content:encoded><![CDATA[<p>Slowly making progress to move across from phpbb to wpforo for numerous reasons. There are pros and cons of both forums but am trying to match them as close as possible.</p>
<p>One issue I have as I use it all the time is to view more info from member profile custom fields in the profile post area. Not sure what else to call this area so have attached an image.</p>
<p>With the wpforo custom fields plugin I have created more fields and want to show them around the joined, number of posts area.</p>
<p>Ideally I want to make have the message icon etc. appear at all times like the simplified view does. I'm currently using extend as it suits my forum more.</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1621063031-2021-05-15-17_09_41-Window.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2021-05-15-17_09_41-Window.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous 31159</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/user-profile-view-on-post/#post-53788</guid>
                    </item>
							        </channel>
        </rss>
		