<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Simple Forum: Reply and Profile </title>
        <link>https://interactivetools.com/forum/forum-posts.php?Simple-Forum-Reply-and-Profile-82557</link>
        <description></description>
        <pubDate>Wed, 19 Aug 2026 06:55:14 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Simple-Forum-Reply-and-Profile-82557" rel="self" type="application/rss+xml" />

                <item>
          <title>Simple Forum: Reply and Profile </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246045#post2246045</link>
          <description><![CDATA[<p>Hi Andreas,</p>
<p>Yes, you can use the "My Account" page for managing user profiles, but only if your Website Membership plugin is set to use the "accounts" table. If your front-end logins use a custom user table (WSM_ACCOUNTS_TABLE setting in websiteMembership.php), then you'll need to also use the front-end profile page.</p>
<p>I don't believe there's a built-in way for hiding the CMSB menu, but it would be relatively simple to use the <strong>admin_head</strong> action in a plugin to output some CSS or JS to hide it under certain conditions, e.g. for non-admin users, or when "?menu=_myaccount". </p>
<p>To hide the entire left navigation, you could add something like this:</p>
<pre class="language-markup"><code>  &lt;style&gt;
    .navbar-content {
      display: none;
    }
    .main-content {
      margin-left: 0;
    }
  &lt;/style&gt;</code></pre>
<p>Or to just hide the CMS menu, something like this:</p>
<pre class="language-markup"><code>  &lt;style&gt;
    .main-navigation-menu {
      display: none;
    }
  &lt;/style&gt;</code></pre>
<p>Let me know if you have any more questions!</p>
<p>Thanks,</p>]]></description>
          <pubDate>Wed, 29 Jun 2022 13:46:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246045#post2246045</guid>
        </item>
                <item>
          <title>Simple Forum: Reply and Profile </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246044#post2246044</link>
          <description><![CDATA[<p>Hi Daniel.</p>
<p>Thanks for the assistance. It does work. As it regards the profile page, I thought that I could use the "My Account" page of the CMSB (/admin.php?menu=_myaccount) which is alright to me but I would prefer it without the menu on the left. Is it possible?</p>
<p>Kind regards</p>
<p>Andreas</p>]]></description>
          <pubDate>Tue, 28 Jun 2022 23:48:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246044#post2246044</guid>
        </item>
                <item>
          <title>Simple Forum: Reply and Profile </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246040#post2246040</link>
          <description><![CDATA[<p>Hi Andreas,</p>
<blockquote>
<p><span>I notice that some posts do not have the </span><em><strong>Reply</strong></em><span>.option. Is it something that is done automatically after some time or it can be changed by the administrator / user?</span></p>
</blockquote>
<p>In the site's Forum Settings section (/cmsb/admin.php?menu=_frm_settings), there is an option called "Auto-archive topics after" which controls this behaviour and can be disabled.</p>
<blockquote>
<p><span>Also, in my Forum, clicking the</span><em><strong>Profile</strong></em><span>option leads to a 404 page. Is it something I should do?</span></p>
</blockquote>
<p><span>SimpleForum relies on the Website Membership plugin for its profile - you may need to generate the Profile page code using the Code Generator, or if you've already done that, make sure the "WEBSITE_LOGIN_PROFILE_URL" setting in websiteMembership.php is pointing to the correct place.</span></p>
<p>Let me know if you have any more questions!</p>
<p>Daniel</p>]]></description>
          <pubDate>Mon, 27 Jun 2022 20:21:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246040#post2246040</guid>
        </item>
                <item>
          <title>Simple Forum: Reply and Profile </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246037#post2246037</link>
          <description><![CDATA[<p>Hi</p>
<p>I notice that some posts do not have the <em><strong>Reply</strong></em>.option. Is it something that is done automatically after some time or it can be changed by the administrator / user?</p>
<p>Also, in my Forum, clicking the <em><strong>Profile</strong> </em>option leads to a 404 page. Is it something I should do?</p>
<p>Regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Fri, 24 Jun 2022 22:31:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246037#post2246037</guid>
        </item>
              </channel>
    </rss>
  