<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Awizzle</link>
        <description></description>
        <pubDate>Tue, 12 May 2026 18:37:08 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Awizzle&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Yahoo Hosting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242730#post2242730</link>
          <description><![CDATA[<p>A few years ago I had a client that insisted on using yahoo. He had been using the yahoo "build your own" tool for a few years and just wanted me to build a site (using CMSB) but place it on his existing yahoo account. He also used them for email etc. and just wanted everything to stay together.</p>
<p>During the couple of months that I build the site on his yahoo servers everything seemed normal. Right before I was ready to make the live switch, yahoo business services merged with an oversees company called alibaba. I started to notice that I would get an error message pretty frequently, but the client wanted to go ahead and go live with the site. For about a year i would get an error about 50% of the time when I tried to go to the site. I spent many dozens of hours trying to resolve the issue. I checked every single setting I could find, googled everything I could think of, spent probably 8-10 hours on with yahoo "support" (at least half of which was waiting for them to connect me to a live agent). I re-downloaded CMSB and reinstalled everything from scratch and had the same issues as before.</p>
<p>I transferred the entire site to my own hosting and was instantly problem free. It's been 2 or 3 years since then so I don't remember more details than that... but I spent upwards of 30+ hours and could not get yahoo business hosting to work with cmbs.</p>
<p>As a side note... their "support" was literally terrible. I would spent 45-60 minutes waiting to connect, then get asked questions like "have you tried using a different computer?" or "try rebooting your internet service".</p>]]></description>
          <pubDate>Tue, 04 Dec 2018 12:58:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242730#post2242730</guid>
        </item>
                <item>
          <title>High website traffic error issues</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241546#post2241546</link>
          <description><![CDATA[<p>Zip,</p>
<p>I suffered this same fate and posted about it here...</p>
<p><a href="https://www.interactivetools.com/forum/forum-posts.php?page=1&amp;Need-Help-ASAP-High-website-traffic-error-message-80314" rel="nofollow">https://www.interactivetools.com/forum/forum-posts.php?page=1&amp;Need-Help-ASAP-High-website-traffic-error-message-80314</a></p>

<p>I tried for many many hours to working on every possible solution I could conceive of. Ultimately what solved the problem was moving to a new hosting company. My client had insisted that I use his existing host (yahoo).  As soon as I transferred the site to my own hosting company the problem was solved.</p>
<p>Not sure if that's the same experience for you, but hope that's helpful.  Good luck man.</p>]]></description>
          <pubDate>Wed, 13 Dec 2017 12:12:46 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241546#post2241546</guid>
        </item>
                <item>
          <title>emails from website getting rejected from email services</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241388#post2241388</link>
          <description><![CDATA[<p>You have been fantastic Dave! Thanks for the help so far.</p>
<p>One hurdle that I can't figure out to get my email sending switched over to smtp. My web host has an hourly and daily smtp quota, as I'm sure all of them do.</p>
<p>I see a reference to "background send" in  outgoing mail (under email settings in CMSB), but I can't see how to configure it.</p>
<p>I thought perhaps this could be accomplished with the cron.php that you guys conveniently provided and the "background tasks" menu option, but I didn't see a way to implement delayed or background email sending.</p>
<p>While searching the forums, the only references I found to "background send" where in the newsletter plugin. Do I need to purchase the newsletter plugin to enable this feature? Or do I need to migrate my outgoing emails to a paid smtp service?</p>
<p>I also saw old threads that referenced mandrill (by mailchimp), but it no longer offers a free option.</p>
]]></description>
          <pubDate>Tue, 31 Oct 2017 01:18:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241388#post2241388</guid>
        </item>
                <item>
          <title>emails from website getting rejected from email services</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241366#post2241366</link>
          <description><![CDATA[<p>I sifted through the CMSB and plugin files to better understand you... and I can see where sendMessage is used in the forum plugin, in the website membership plugin, and on some core CMSB (like user password request).</p>
<p>I did find one instance of mail() being used in a plugin that I have called emailOnApproved. I don't see the plugin on the official Add-On's page so I think it's a small one that has been passed around the forums a bit.  I am actually using 3 instances of this plugin (renamed). </p>
<p>So 2 questions...</p>
<p>1. even though the function being called is sendMessage, it is currently still using the built-in php mail() protocol because that's what I have selected in the email settings.  Have other people experienced a similar issue with using that protocol? Is switching to smtp generally a better choice anyways? Or does something just seem screwy with my particular web/email host?</p>

<p>2. Would I be safe in the emailOnApproved plugin to just change the line that says</p>
<p><code>mail($to,$subject,$message,$headers);</code></p>
<p>to simply</p>
<p><code>sendMessage($to,$subject,$message,$headers);</code></p>
<p>or are the parameters different?</p>]]></description>
          <pubDate>Thu, 26 Oct 2017 15:10:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241366#post2241366</guid>
        </item>
                <item>
          <title>emails from website getting rejected from email services</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241362#post2241362</link>
          <description><![CDATA[<p>Thanks Dave.  I'll give it a shot.</p>
<p>One question.</p>
<p>I was under the impression that I would need to find all the instances where the php mail() function was used and somehow change it within the code to mail using smtp instead...</p>
<p>but it seems from your suggestion that I don't need to change anything in the actual cmsb or plugins files, and that I only need to change the "How to Send Mail" selection in the Admin&gt;Email Settings.</p>
<p>Am I reading that right?  I should only change the settings but don't have to actually change the mail() function within the code itself? </p>]]></description>
          <pubDate>Thu, 26 Oct 2017 11:33:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241362#post2241362</guid>
        </item>
                <item>
          <title>emails from website getting rejected from email services</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241360#post2241360</link>
          <description><![CDATA[<p>It also just dawned on me that cmsb already has the swiftmailer 3rdParty app included, which I believe is similar to the referenced phpMailer.  </p>
<p>Could I just modify the sending code to utilize swiftmailer instead of the built in php mail() function? </p>
<p>If that's possible, it seems like that would have already been done in the forum plugin.  Am I missing something?</p>]]></description>
          <pubDate>Wed, 25 Oct 2017 21:11:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241360#post2241360</guid>
        </item>
                <item>
          <title>emails from website getting rejected from email services</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241359#post2241359</link>
          <description><![CDATA[<p>UPDATE: I spent some time on live chat with my webhosting company. I have copied the relevant portion of our conversation below.</p>
<p>The bottom line is that he suggested I stop using the built in php mail() function and switch to using smtp for sending email from web forms and forum. It would involve installing PHPMailer or something similar.</p>
<p>Before I dive into that, does that seem like a reasonable solution?</p>
<p>---------------------------- Chat with Dreamhost ----------------------------------------------</p>
<p><b>(<span><span>02:43:58</span></span>)</b><b>Ryan T: </b>It's not something we can directly fix on our end.</p>
<p><b>(<span><span>02:44:39</span></span>)</b><b>Greg: </b>Is it the entirety of dreamhost mail servers have been placed on a block list?</p>
<p><b><span><span>02:46:31</span></span>)</b><b>Ryan T: </b>They do get placed on blocklists from time to time, due to the servers being shared, and some customers abusing/misusing the services.</p>
<p><b><span><span>02:47:02</span></span>)</b><b>Greg: </b>Do I need to move my email hosting or my entire website to a different host? It's been 3 months... I can't possibly continue with my members emails getting rejected so frequently</p>
<p><b>(<span><span>02:47:44</span></span>)</b><b>Greg: </b>Do you have any kind of recommendation?</p>
<p><b>(<span><span>02:49:35</span></span>)</b><b>Ryan T: </b>A dedicated mail host/option (Rather than a shared one) would be a better fit if you depend on your email service for user/business communication.</p>
<p><b>(<span><span>02:50:09</span></span>)</b><b>Ryan T: </b>As far as options? First of all, switching the site/script to use SMTP authentication vs direct mailing via PHP.</p>
<p><b>(<span><span>02:50:35</span></span>)</b><b>Ryan T: </b>SMTP/Mail provider wise, you can use just about anyone.</p>
<p><b>(<span><span>02:51:05</span></span>)</b><b>Ryan T: </b>We have some integration with Google Apps/Google Suite, but any custom MX records could work.</p>
<p><b>(<span><span>02:52:24</span></span>)</b><b>Greg: </b>So dreamhost does not have smtp authentication, but I could use googles?</p>
<p><b>(<span><span>02:52:36</span></span>)</b><b>Ryan T: </b>We do, actually.</p>
<p><b>(<span><span>02:53:23</span></span>)</b><b>Ryan T: </b>You can use our mail service. It's also a shared service, but on different servers than hosting. You said you were mailing directly from the servers, in this case.</p>
<p><b><span><span>02:54:12</span></span>)</b><b>Greg: </b>well, I'm using the php mail() function... not sure if that is directly from the servers or the mail service</p>
<p><b>(<span><span>02:55:33</span></span>)</b><b>Ryan T: </b>php mail() is sent directly from the server, 'northumberland' in your case As far as Google goes, we have some options to set them up in the panel, but you can use anyone's mail servers if you have it set up.</p>
<p><b>(<span><span>02:55:59</span></span>)</b><b>Greg: </b>the address that is sending from is webmaster@gwche.org which is a fully configured email address hosted with dreamhost</p>
<p><b>(<span><span>02:58:08</span></span>)</b><b>Ryan T: </b>It's sending from php on the server, and spoofing a 'From' address to one fully hosted here, most <a>likely:https://help.dreamhost.com/hc/en-us/articles/215507058-PHP-mail-overview</a></p>
<p><b>(<span><span>02:58:20</span></span>)</b><b>Ryan T: </b>You'd need to use PEAR for SMTP: <a href="https://help.dreamhost.com/hc/en-us/articles/216140597-How-do-I-send-PHP-mail-via-SMTP-" rel="nofollow">https://help.dreamhost.com/hc/en-us/articles/216140597-How-do-I-send-PHP-mail-via-SMTP-</a></p>
<p><b>(<span><span>03:00:19</span></span>)</b><b>Greg: </b>I followed a link on that page that discusses PEAR... but also PHPMailer. I guess either of these 2 will allow sending email using smtp from the web form?</p>
<p><b>(<span><span>03:01:36</span></span>)</b><b>Ryan T: </b>Ah, forgot about that one. Both should work.</p>
<p><b>(<span><span>03:02:31</span></span>)</b><b>Greg: </b>looking at the phpmailer page on the dreamhost site, it has a grid discussing sending limits...</p>
<p><b>(<span><span>03:02:48</span></span>)</b><b>Ryan T: </b>That'd be the SMTP quota.</p>
<p><b>(<span><span>03:03:04</span></span>)</b><b>Greg: </b>could there be a sending limit that is causing my regular php mail() function to have problems?<b>(<span><span>03:03:37</span></span>)</b><b>Ryan T: </b>php mailing has no limit, so they aren't related.</p>
<p><b>(<span><span>03:04:12</span></span>)</b><b>Ryan T: </b>Also, your errors would very clearly state that you've hit the SMTP limit. You're getting rejection messages from external servers, not our internal mail server.</p>
<p><b>(<span><span>03:05:25</span></span>)</b><b>Greg: </b>how confident are you that reconfiguring the code to use smtp instead of php mail() will allow all of the emails to get through?</p>
<p><b>(<span><span>03:08:28</span></span>)</b><b>Ryan T: </b>It may help, but it won't guarantee it. You may find that our mail servers are also being blocked by certain mail services for a similar reason. However, if that's the case, you have the option to switch your SMTP/Domain Mail provider to another service (let's say Google's, for the example?) You can then edit your script's authentication details to match the new Google address you made, and that should circumvent the server blocks entirely.</p>
<p><b>(<span><span>03:09:58</span></span>)</b><b>Ryan T: </b>Does that make sense? If it doesn't work on our servers, at least you have a straightforward next step for getting your email out.</p>
<p><b>(<span><span>03:10:11</span></span>)</b><b>Greg: </b>looking closer at that smtp quota grid, one of the lines says FTP &amp; Shell users on shared servers. Sending using PHP/CGI scripts. 200 40 40MB (encoded)</p>
<p><b>(<span><span>03:10:31</span></span>)</b><b>Greg: </b>Is that still only being applied to smtp?</p>
<p><b>(<span><span>03:11:42</span></span>)</b><b>Ryan T: </b>That should still only apply to SMTP PHP/CGI scripts.</p>
<p><b>(<span><span>03:12:44</span></span>)</b><b>Greg: </b>so it looks like I need to pick either PEARL or PHPMailer, install, then edit the mail code to do smtp outgoing mail instead of the php function, correct?</p>
<p><b>(<span><span>03:14:06</span></span>)</b><b>Ryan T: </b>That would be my suggestion, yes.</p>]]></description>
          <pubDate>Wed, 25 Oct 2017 20:47:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241359#post2241359</guid>
        </item>
                <item>
          <title>emails from website getting rejected from email services</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241345#post2241345</link>
          <description><![CDATA[<p>I've been having this problem since just after launching the website back in July (3 months) but have been too busy to really address it...</p>
<p>The website gwche.org is an organization of homeschool families in a local area.  Families join the organization through the website.  I am using the website membership plugin with CMSB to accomplish this. </p>
<p>Aside from the nearly static information on the website, there are 2 basic features that are used...</p>
<p>1. A membership forum using the forums plugin.<br />2. The organization's board members can post events and announcements directly to the website (using CMSB). In addition to the new events and announcements posting to the website, an email with the new event or announcement is also sent out to the members.</p>
<p>Here's the issue I'm having...</p>
<p>There are several member's for whom the emails are getting rejected by their email service provider and bounced back to me as Undelivered Mail Returned to Sender.  The emails getting rejected are from forums and event/announcements.</p>
<p>I have verified that the email are actually being sent and that is the recipient email provider that is rejecting them. Unfortunately it doesn't seem to be a single email provider... I have rejected emails that are hotmail, aol, microsoft, yahoo, and I think Gmail.  But I have other users with those same email services who DO get the email.</p>
<p>The bounceback "undelivered Mail Returned to Sender" messages include something like</p>
<p>------------------------</p>
<p>&lt;email address&gt;: delivery temporarily suspended: host<br />    mailin-04.mx.aol.com[64.12.91.196] refused to talk to me: 421 4.7.1 :<br />    (DYN:T1) <a href="https://postmaster.aol.com/error-codes#421dynt1" rel="nofollow">https://postmaster.aol.com/error-codes#421dynt1</a><br /><br />Final-Recipient: rfc822; lisapem@aol.com<br />Original-Recipient: rfc822;lisapem@aol.com<br />Action: failed<br />Status: 4.7.1<br />Diagnostic-Code: X-Postfix; delivery temporarily suspended: host<br />    mailin-04.mx.aol.com[64.12.91.196] refused to talk to me: 421 4.7.1 :<br />    (DYN:T1) <a href="https://postmaster.aol.com/error-codes#421dynt1" rel="nofollow">https://postmaster.aol.com/error-codes#421dynt1</a></p>
<p>----------------------------------------</p>
<p>There are about 150 members, and about 8-10 who's emails get returned to me as undelivered.</p>
<p>I have tried working with my hosting company but they seem sluggish on this issue.</p>
<p>It feels like the emails are getting tagged as spam or something and not being allowed to pass through, but I have no idea how to address that.</p>
<p>HELP. PRETTY PLEASE.</p>]]></description>
          <pubDate>Wed, 25 Oct 2017 14:01:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241345#post2241345</guid>
        </item>
                <item>
          <title>forums plugin missing line of code, I think</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241068#post2241068</link>
          <description><![CDATA[<p>Thanks Dave. I'm a novice so this will take some digging on my part.</p>
<p>I did just notice that the auto-generated emails say </p>
<blockquote>
<p><span>If you don't want to receive updates on this forum topic, please </span><span><span>unsubscribe.</span></span></p>
</blockquote>
<p><span><span>So what if I unsubscribe from the forum topic, but I'm still subscribed to the overall forum Category?  Does this link prevent me from getting email notices for replies to that specific topic even if I am subscribed to the entire Forum Category, or does the category subscription override the individual topics?</span></span></p>

]]></description>
          <pubDate>Thu, 17 Aug 2017 10:55:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241068#post2241068</guid>
        </item>
                <item>
          <title>forums plugin missing line of code, I think</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241005#post2241005</link>
          <description><![CDATA[<p>Thanks Dave.</p>
<p>I'm digging deep for a little help here. I really have no idea what I'm doing, but I think I've found a route to make this change pretty easy.  But in order to test it, I'll have to set up a new site, install CMSB, membership plugin, forum plugin etc to have a testing playground (my site that I need it for is now active.) So before I go through all that, let me know if this approach sound decent (pretty please!)</p>
<p>Currently, the page creating a new topic (forum-topics-create.php) and the page generating a reply to a topic (forum-posts-reply.php) both use the same function to send the email notifications. It's called <span>sforum_sendFollowersPostNotifications($post, $topic, $forum);  </span></p>
<p>That function exists on the page simpleForum.php, but within that function is a call to another function  <span>foreach (sforum_db_getFollowerEmails($topic['num'], $forum['num']) as $followerEmail) . <span>This function seems to be where the list of people following a specific topic are joined together with those follow the entire category to make a single array of email addresses for the notification.  The function code looks like</span></span></p>
<p><code>function sforum_db_getFollowerEmails($topicNum, $forumNum) {<br />  global $TABLE_PREFIX;<br />  $followersQuery   = mysql_escapef("SELECT tu.email<br />                                      FROM `{$TABLE_PREFIX}_frm_topic_follow` tf<br />                                      JOIN `{$TABLE_PREFIX}".accountsTable()."` tu<br />                                        ON tf.userNum = tu.num<br />                                      WHERE tf.topicNum = ?<br />                                      UNION<br />                                      SELECT fu.email<br />                                      FROM `{$TABLE_PREFIX}_frm_forum_follow` ff<br />                                      JOIN `{$TABLE_PREFIX}".accountsTable()."` fu<br />                                        ON ff.userNum = fu.num<br />                                      WHERE ff.forumNum = ? <br />                                       ", $topicNum, $forumNum  );<br />  $followers = mysql_fetch($followersQuery);<br />  return array_pluck($followers, 'email');<br />}</code></p>
<p>My Plan is basically this...</p>
<p>1. Leave the <span>sforum_db_getFollowerEmails function alone, but make another very similar function that does not combine the general category followers but instead it only includes the followers of the specific topic.  I would call it <span>sforum_db_get<span>Reply</span>FollowerEmails.</span></span></p>
<p><span><span>2. Leave the sforum_sendFollowersPostNotifications function alone, but make another very similar function called sforum_send<span>Reply</span>FollowersPostNotifications .  The only difference is that this function would call the new sforum_db_get<span>Reply</span>FollowerEmails from step 1.</span></span></p>
<p><span><span>3. On forum-posts-reply.php replace sforum_sendFollowersPostNotifications($post, $topic, $forum);<br /></span></span>with sforum_sendReplyFollowersPostNotifications($post, $topic, $forum);</p>
<p>If that plan seems reasonable, I would just need help modifying the QUERY in the code block above. </p>]]></description>
          <pubDate>Tue, 01 Aug 2017 03:29:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241005#post2241005</guid>
        </item>
                <item>
          <title>can&apos;t access admin.php anymore</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240963#post2240963</link>
          <description><![CDATA[<p>I haven't touched this site in 3+ years.  My client uses it daily to update his class schedules, etc. </p>
<p>Suddenly today we can not reach admin.php to even attempt to login.</p>
<p>Warning: unlink(/cmsAdmin/data/settings.dat.php.597874aa4e70d8.52616479-temp.php): No such file or directory in /cmsAdmin/lib/common.php on line 235 file_put_contents_atomic: Error renaming over /cmsAdmin/data/settings.dat.php: (at common.php line 357 in function file_put_contents_atomic)</p>

<p>Here's the link <a href="http://www.bigironchl.com/cmsAdmin/admin.php" rel="nofollow">http://www.bigironchl.com/cmsAdmin/admin.php</a></p>
<p>Any ideas where to begin?</p>

]]></description>
          <pubDate>Wed, 26 Jul 2017 04:10:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240963#post2240963</guid>
        </item>
                <item>
          <title>forums plugin missing line of code, I think</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240959#post2240959</link>
          <description><![CDATA[<p>Thanks Dave.</p>
<p>I asked in another thread about a similar issue but it has not received any replies...</p>
<p>Basically I can't figure out how the "subscribe to category" feature works for simple forum.  Is it</p>

<p>If an account is subscribed to an entire category, do they...</p>
<p>A. get emails for all new threads within the category AND for all replies to threads in the category</p>
<p>OR</p>
<p>B. get emails ONLY when a new thread is created (but not the replies to an existing thread).</p>

<p>I assumed it was going to be option B, but based on my user feedback I think it is currently functioning as option A.  </p>
<p>How could I modify the line on  <span>/forum/forum-posts-reply.php (the code that was missing) so that replies to a topic only send emails to people specifically subscribed to that topic, but not to people that are just generally subscribed to the entire category.</span></p>
<p><span>I am hoping to achieve option B above.</span></p>]]></description>
          <pubDate>Tue, 25 Jul 2017 12:17:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240959#post2240959</guid>
        </item>
                <item>
          <title>how does simple forum subscribe to Category updates work</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240934#post2240934</link>
          <description><![CDATA[<p>I assumed that if a user was subscribed to a category update, they would get an email when a NEW thread is created within a category, but not when REPLIES are made to threads.</p>
<p>But it seems as if my users are getting an email for every new topic created AND for every reply (even though they are not subscribed to the specific thread).</p>
<p>It could be related to the problem I described in this other post but I don't think so. <a href="https://www.interactivetools.com/forum/forum-posts.php?forums-plugin-missing-line-of-code-I-think-81055" rel="nofollow">https://www.interactivetools.com/forum/forum-posts.php?forums-plugin-missing-line-of-code-I-think-81055</a></p>]]></description>
          <pubDate>Fri, 21 Jul 2017 13:52:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240934#post2240934</guid>
        </item>
                <item>
          <title>Can Membership own their listing</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240902#post2240902</link>
          <description><![CDATA[<p>I just started using the Membership plugin about 2 weeks ago Larry, so my answer is based on limited experience...</p>
<p>As you are setting up the membership plugin, you can choose for the membership database to be a separate data table than your CMSB users, or you can choose for them to be the same table.</p>
<p>If you want your users to be able to update their own listings, you would want the Membership and CMSB data tables to be THE SAME.</p>
<p>Then on the user-signup.php file you would include a line so that every person signing up has Author Access to your listings table.  They would then be able to login to the CMSB backend using the same username/password as the membership. They would only see the link to the Listings table, and even there they would only be able to see and edit their own listings.</p>]]></description>
          <pubDate>Mon, 17 Jul 2017 23:45:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240902#post2240902</guid>
        </item>
                <item>
          <title>forums plugin missing line of code, I think</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240901#post2240901</link>
          <description><![CDATA[<p>I just downloaded and configured the simple forums plugin within the past week.  It went live today.  I noticed that I was not getting emails when new topics were created in the categories that I am subscribed to (but I was getting emails for individual threads I was subscribed to).</p>
<p>Digging into the files, I found the following code on /forum/forum-posts-reply.php </p>
<p><code>//Send thread followers emails letting them know the thread has been updated.<br />      sforum_sendFollowersPostNotifications($post, $topic, $forum);</code></p>
<p>Which is the code that was sending me emails properly when someone replied to a thread.</p>
<p>I looked for something similar in /forum/forum-topics-create.php that would generate an email when a NEW topic was created but I couldn't find it anywhere.  After looking at the function, it seemed to me that the same function is used to send both emails (new topics and replies). So I just copied the code into the forum-topics-create.php file and tested it.  It seemed to work fine!  </p>
<p>I just re-downloaded the simple forum plugin and checked it from a fresh download ... the code is missing from forum-topics-create.php</p>
<p>So my question is this...</p>
<p><strong>Was I right to insert that code so that email will get sent when someone subscribes to a forum ... or is there a different code that does that and I am just not seeing it.  My fix seemed to work but I'm nervous it wasn't the right thing to do.  Is the sforum_sendFollowersPostNotifications functions intended to send both types of subscriber emails or is there a different function I should be using?</strong></p>
<p><span>thanks.</span></p>]]></description>
          <pubDate>Mon, 17 Jul 2017 23:36:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240901#post2240901</guid>
        </item>
                <item>
          <title>Need assistance...wanting to modify Chris&apos; greyHiddenRecords to redSoldRecords</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240892#post2240892</link>
          <description><![CDATA[<p>Any luck equinox?</p>
<p>I found myself trying to do the same thing.  What I realized is that both the greyHiddenRecords and and redSoldRecords plugins where altering the same Core Plugin Hook called <span>listRow_trStyle</span></p>
<p>What it seems like to me is that with the updated plugin, you can now add additonal conditions such as </p>
<p><code>$GLOBALS['greyRecordFieldNamesToOptions']['date'] = [<br />                                            'value'      =&gt; date("Y-m-d H:i:s"), // date today<br />                                            'comparator' =&gt; '&lt;', // compare if this is a date in the past<br />                                            'tableName'  =&gt; 'sample_table', // grey-out the record only on this table/section list page<br />                                          ];</code></p>
<p>but there is not a separate text formatting for those conditions.  Basically any record meeting any of the conditions will change the listRow_trStyle to the same thing.</p>
<p>Looking at the file   /cmsb/lib/menus/default/list_functions.php you will see this at line 139</p>
<p> $trStyle = applyFilters('listRow_trStyle', '', $tableName, $record);</p>
<p>and then this just a few lines down</p>
<p>print "&lt;tr class='$trClass' style='$trStyle'&gt;\n";<br /> displayListColumns($listFields, $record, $options);<br /> print "&lt;/tr&gt;\n";</p>
<p>So it would appear that there is a single listRow_trSyle hook that is Global and both of your plugins were modifying it.  I suppose whichever plugin is processed 2nd wins.</p>]]></description>
          <pubDate>Sat, 15 Jul 2017 23:13:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240892#post2240892</guid>
        </item>
                <item>
          <title>Private Message in simple forum plugin?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240891#post2240891</link>
          <description><![CDATA[<p>Any plans to implement a PM (private messaging) system in the Simple forum plugin? Or any hints on how I could implement it myself?  </p>
<p>Could it be as simple as allowing a user to mark his reply as private ... and then private replies are only visible to admins, original poster, and the replier?</p>]]></description>
          <pubDate>Sat, 15 Jul 2017 20:36:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240891#post2240891</guid>
        </item>
                <item>
          <title>Form Generator demo available?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240885#post2240885</link>
          <description><![CDATA[<p>I'm finishing up a project, and I think I may be able to utilize the new Form Generator for what my client needs... but I'd like to make sure before committing to buying it.  Is there a demo somewhere that I could log in to and play with it a bit before committing to buy it?  I'm looking for more than just the screenshots.  The client wants to just use google forms but I'm hoping to convince them and myself to use the Form Generator plugin.</p>]]></description>
          <pubDate>Thu, 13 Jul 2017 17:07:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240885#post2240885</guid>
        </item>
                <item>
          <title>website membership emails stopped working after installing simple forum</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240879#post2240879</link>
          <description><![CDATA[<p>after many many... many many many hours of googling, re-googling, and reading stuff I can't even comprehend, I solved this issue.</p>
<p>Swiftmailer tries to create a temporary directory in the default /tmp folder... but for some reason that crashes.  Not sure if it's php 7, or apache, or what, but trying to make a directory in /tmp just fails.  I test this with a simple file i called testmail.php</p>
<p><code>&lt;?php<br />mkdir('/tmp/test');<br />?&gt;</code></p>
<p>To solve I did this</p>
<p>Step 1. Manually create a new location for swiftmailer to write it's temporary files and make sure it has Write permissions.  I created a folder called swiftTemp in my root directory.</p>
<p>Step 2.  In the file  /cmsb/3rdParty/Swiftmailer5/preferences.php  change this </p>
<p><code>if (@is_writable($tmpDir = <span style="color:#ff0000;">sys_get_temp_dir()</span>)) {<br />    $preferences-&gt;setTempDir($tmpDir)-&gt;setCacheType('disk');</code></p>
<p>to this</p>
<p><code>if (@is_writable($tmpDir = '<span style="color:#ff0000;">swiftTemp</span>')) {<br />    $preferences-&gt;setTempDir($tmpDir)-&gt;setCacheType('disk');</code></p>
<p>This tells the swiftmailer plugin to use your new folder instead of the default temp folder.</p>]]></description>
          <pubDate>Wed, 12 Jul 2017 00:55:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240879#post2240879</guid>
        </item>
                <item>
          <title>website membership emails stopped working after installing simple forum</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240876#post2240876</link>
          <description><![CDATA[<p><span>PHP v7.0.14</span></p>]]></description>
          <pubDate>Tue, 11 Jul 2017 15:17:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240876#post2240876</guid>
        </item>
                <item>
          <title>website membership emails stopped working after installing simple forum</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240874#post2240874</link>
          <description><![CDATA[<p>These are the new errors...</p>
<p><span>The Swift_Transport_MailTransport class is deprecated since version 5.4.5 and will be removed in 6.0. Use the Sendmail or SMTP transport instead.<br /><span>/home/gwche/gwche.org/cmsb/3rdParty/SwiftMailer5/classes/Swift/Transport/MailTransport.php (line 45)</span><br /></span></p>
<p><span><span>mkdir(): Too many links</span><br /><span>/home/gwche/gwche.org/cmsb/3rdParty/SwiftMailer5/classes/Swift/KeyCache/DiskKeyCache.php (line 273)</span></span></p>
<p><span><span><span> Failed to create cache directory /tmp/061f2669b80ae4816e8f0557524aadad (total iterations: 1, send time: 0.16s, emails sent: 0, total emails sent: 0, total script time: 1.59s)</span><br /><span>/home/gwche/gwche.org/cmsb/lib/common.php (line 1466)</span></span></span></p>
<p><span>require_once(/home/gwche/gwche.org/cmsb/3rdParty/SwiftMailer5/swift_required.php): failed to open stream: No such file or directory</span><br /><span>/home/gwche/gwche.org/cmsb/lib/common.php (line 1369)</span></p>

<p><span>I'm going to spend some time to sort through them and see what I can figure out, but I thought it was worth copy/pasting real quick to update you on the status.</span></p>
<p><span>Thanks for looking into this.</span></p>]]></description>
          <pubDate>Tue, 11 Jul 2017 15:04:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240874#post2240874</guid>
        </item>
                <item>
          <title>website membership emails stopped working after installing simple forum</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240869#post2240869</link>
          <description><![CDATA[<p>I tried that but it doesn't seem to have fixed anything.</p>
<p>I checked the file called "version" in in the new swiftmailer folder and the _old... both of them say 5.4.1</p>
<p>I am using <span>CMS Builder v3.10 (Build 2139)</span></p>
<p><span>PHP v7.0.14</span></p>
<p>As a side not, I created my own plugin to send an email to the website members when a new event is posted (a new record is created in the "events" table). I started with EmailOnApproved and modified it.  These emails seem to be working fine.  The ones not working are in the forums, and when new members create an account.</p>]]></description>
          <pubDate>Tue, 11 Jul 2017 00:52:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240869#post2240869</guid>
        </item>
                <item>
          <title>website membership emails stopped working after installing simple forum</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240865#post2240865</link>
          <description><![CDATA[<p>Early in the week I set up website membership plugin and got the emails working.  When new members signed up it sent the welcome email with their password.</p>
<p>Today I installed the simple forum plugin.  While testing, I realized that subscription emails were not being sent.  I test the new member signup emails and they have stopped working also.</p>
<p>I ran a testmail.php file to verify that server email is still working fine.</p>
<p>Each time I create a new user now, I get 2 errors on the developer log</p>
<blockquote>
<p><span>E_USER_NOTICE: Failed to create cache directory /tmp/524f7090b2a216dc49db63c7038ef49c (total iterations: 1, send time: 0.01s, emails sent: 0, total emails sent: 0, total script time: 0.07s)</span></p>

<p><span>/home/gwche/gwche.org/cmsb/lib/common.php (line 1466)</span></p>

</blockquote>
<p>and</p>
<blockquote>
<p><span>E_WARNING: mkdir(): Too many links</span><br /><span>/home/gwche/gwche.org/cmsb/3rdParty/SwiftMailer5/classes/Swift/KeyCache/DiskKeyCache.php (line 273)</span><br /><span><a href="http://www.gwche.dreamhosters.com/user-signup.php" rel="nofollow">http://www.gwche.dreamhosters.com/user-signup.php</a></span></p>
</blockquote>
<p><span>Note that the gwche.org is the site I'm building, but gwche.dreamhosters.com is a mirror site created in my hosting account while I am waiting to transfer the gwche.org domain name.  This has not been an issue at all but I suppose it could be part of the problem.</span></p>]]></description>
          <pubDate>Sun, 09 Jul 2017 01:15:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240865#post2240865</guid>
        </item>
                <item>
          <title>Need Help ASAP:  High website traffic error message</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238340#post2238340</link>
          <description><![CDATA[<p>Dave, we are still having this issue with the website timing out very frequently on the cms pages. </p>
<p>The yahoo hosting support was virtually useless.  They suggested it could be a corrupted database file, and I think they ran some kind of database repair tool (several weeks ago) that was no help.</p>

<p>A couple of questions...</p>
<p>1. Would a "corrupted database file" even make sense as a possible issue?  </p>
<p>2. If so, is there any way that I could copy or remake the data file and then somehow migrate all the info to it?  </p>
<p>My client really does not want to move to a new web hosting company.  He used to use the yahoo "build your own" site feature... and when he logs back into that program he doesn't have any problems... so he is convinced that it's not a yahoo issue but it's a cmsb issue.  I am fairly certain that I could spend 2 hours setting up a new hosting account and migrating everything to it, but he's stuck on trying to make it work on his yahoo hosting.  </p>]]></description>
          <pubDate>Fri, 19 Feb 2016 10:44:03 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238340#post2238340</guid>
        </item>
                <item>
          <title>Need Help ASAP:  High website traffic error message</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237817#post2237817</link>
          <description><![CDATA[<p>I called the other day... after waiting on hold for 35 minutes, the guy tried to convince me that the problem was the internet connection at my house...  after I showed him how that can't possibly be the case, he then jumped onto "it must be the cms you are using and we don't do support for 3rd party software".</p>
<p>I suppose now that I can show direct problems with connect to the mysql I should call them again and give it one more shot.</p>]]></description>
          <pubDate>Mon, 07 Dec 2015 14:29:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237817#post2237817</guid>
        </item>
              </channel>
    </rss>
  