<?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>
									Members list - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/members-list-4/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 20 Apr 2026 12:30:38 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Members list</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/members-list-4/#post-105014</link>
                        <pubDate>Wed, 13 Sep 2023 12:17:58 +0000</pubDate>
                        <description><![CDATA[Hi @prokops_dk,
You would like to display the user list with a new and customized layout. To achieve this, you can follow the documentation provided in our wpForo theme customization guide ...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@prokops_dk,</span></p>
<p>You would like to display the user list with a new and customized layout. To achieve this, you can follow the documentation provided in our wpForo theme customization guide at <a href="https://wpforo.com/docs/wpforo-v2/forum-themes/theme-customization/" target="_new">https://wpforo.com/docs/wpforo-v2/forum-themes/theme-customization/</a>.</p>
<p>Once you've cloned the 'members.php' file into your active WordPress theme folder, you can customize the member list loop to your liking. You can add your HTML tags, classes, IDs, attributes, and write your CSS code to style these elements according to your preferences. This will allow you to create your own unique layout.</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>BlackRaz</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/members-list-4/#post-105014</guid>
                    </item>
				                    <item>
                        <title>RE: Members list</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/members-list-4/#post-104962</link>
                        <pubDate>Sun, 10 Sep 2023 19:44:52 +0000</pubDate>
                        <description><![CDATA[Hi Robert, yes this is what I am using atmo. I can hack a shortcode, but I am having issues with integrating the search and pagination, so I was hoping for something smarter.
I think I will...]]></description>
                        <content:encoded><![CDATA[<p>Hi Robert, yes this is what I am using atmo. I can hack a shortcode, but I am having issues with integrating the search and pagination, so I was hoping for something smarter.</p>
<p>I think I will use the sugestion sollution with a restyled forum page, but I need to hook in other elements also. I think everything I want can be done with conditional css, but it is not the most resource effective method :)</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>prokops_dk</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/members-list-4/#post-104962</guid>
                    </item>
				                    <item>
                        <title>RE: Members list</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/members-list-4/#post-104952</link>
                        <pubDate>Sun, 10 Sep 2023 08:54:30 +0000</pubDate>
                        <description><![CDATA[Hi @prokops_dk,
There is no way to display members on different page. You can hide the forum header and footer only on the members page using the following CSS, it&#039;ll look like a separate p...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@prokops_dk,</span></p>
<p>There is no way to display members on different page. You can hide the forum header and footer only on the members page using the following CSS, it'll look like a separate page:</p>
<pre contenteditable="false">.wpft-members #wpforo #wpforo-wrap #wpforo-menu,
.wpft-members #wpforo #wpforo-wrap .wpforo-subtop,
.wpft-members #wpforo #wpforo-wrap #wpforo-footer{
   display:none !important;
}</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/members-list-4/#post-104952</guid>
                    </item>
				                    <item>
                        <title>Members list</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/members-list-4/#post-104940</link>
                        <pubDate>Sat, 09 Sep 2023 22:09:48 +0000</pubDate>
                        <description><![CDATA[Hello!
I am interested in displaying the nicely layouted users list, outside the forum, say on a page.
For now I have taken the members.php code and inserted it as shortcode along the styl...]]></description>
                        <content:encoded><![CDATA[<p>Hello!</p>
<p>I am interested in displaying the nicely layouted users list, outside the forum, say on a page.</p>
<p>For now I have taken the members.php code and inserted it as shortcode along the stylesheet.</p>
<p>But is there a native solution?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>prokops_dk</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/members-list-4/#post-104940</guid>
                    </item>
							        </channel>
        </rss>
		