<?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%3Alanesboroweb</link>
        <description></description>
        <pubDate>Wed, 20 May 2026 14:58:37 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Alanesboroweb&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>advimage</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241987#post2241987</link>
          <description><![CDATA[<p>I think I figured it out. One has to add the specific class or classes at Line 102 in the "wysiwyg_custom.php" code.</p>]]></description>
          <pubDate>Mon, 23 Apr 2018 12:15:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241987#post2241987</guid>
        </item>
                <item>
          <title>advimage</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241984#post2241984</link>
          <description><![CDATA[<p>In the older versions of CMSB there was a tiny_mce plugin: advimage. I used it very successfully to assign a responsive image class to an image.</p>
<p>That appears not to be available in v. 3.13. Is there something similar?</p>
<p>My desire is to add an image to a page and then be able to set a class, hopefully from the Insert Image dialog box.</p>
<p>Dave</p>]]></description>
          <pubDate>Sat, 21 Apr 2018 15:33:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241984#post2241984</guid>
        </item>
                <item>
          <title>wysiwyg_custom.php v.3.13</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241982#post2241982</link>
          <description><![CDATA[<p>Here's what I have determined. Correct me if I am wrong:</p>
<p>In order to use CSS classes, I need to edit the wysiwyg_custom.php file at line 71 in this manner:</p>
<p>  // styleselect options - reference: <a href="https://www.tinymce.com/docs/configure/content-formatting/#style_formats" rel="nofollow">https://www.tinymce.com/docs/configure/content-formatting/#style_formats</a><br />    // Note: Selecting a 'style format' from the 'Formats' dropdown adds whatever classes and styles are listed below<br />    // ... to the selected content and surrounds that content with the tag specified in inline, block, or selector.<br />    // ... If using classes, make sure they're defined in both lib/wysiwyg.css and your website CSS files.<br />    style_formats: [<br />    { title: 'Body Text Green', selector: 'p',  classes: 'bodytext_green' },<br /> { title: 'Headline Green', selector: 'p',  classes: 'headline_green' },<br /> { title: 'Headline Green Large', selector: 'p',  classes: 'headline_green_large' },<br /> { title: 'Body Link Green', selector: 'p',  classes: 'bodylink_green' },</p>
<p>The classes then appear in the Formats dropdowns on the editor page. Do I have that correct?</p>
<p>I can no longer see the CSS styles under a Styles dropdown as in past versions, correct?</p>
<p>Dave</p>
]]></description>
          <pubDate>Thu, 19 Apr 2018 16:27:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241982#post2241982</guid>
        </item>
                <item>
          <title>wysiwyg_custom.php v.3.13</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241962#post2241962</link>
          <description><![CDATA[<p>Greetings ... This is my first experience editing the wysiwyg.php on v.3.13..</p>
<p>I would like to use custom CSS and add a "Style Select" dropdown on the editor pages. Has that process changed?</p>
<p>At one time, I could add "styleselect" to the wysiwyg_custom.php file after adding additional styles to the wysiwyg_custom.css file as well as the CSS file for the site. It appears that's no longer how to get that done.</p>
<p>Can you point me in the right direction?</p>
<p>Dave</p>]]></description>
          <pubDate>Sat, 14 Apr 2018 19:17:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241962#post2241962</guid>
        </item>
                <item>
          <title>Another CSS issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238706#post2238706</link>
          <description><![CDATA[<p>I knew it would be something simple. I wonder why I missed that one.</p>
<p>Thanks Damon, as always.</p>
<p>Dave</p>]]></description>
          <pubDate>Wed, 20 Apr 2016 10:53:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238706#post2238706</guid>
        </item>
                <item>
          <title>Another CSS issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238702#post2238702</link>
          <description><![CDATA[<p>Greetings ....</p>
<p>Here is an interesting glitch I am encountering:</p>
<p>I have successfully added classes to the wysiwyg_custom.css file and see that they are listed under the Styles dropdown in the editor.</p>
<p>One of the classes is a link class, "bodylink." When I apply this class to a selected piece of text, the class is evident in the editor, but not on the public page. See screenshot attached.</p>
<p>Any idea as to what is happening here. I'm sure it's 'operator error,' but can't seem to find it.</p>
<p>Thanks,</p>
<p>Dave</p>]]></description>
          <pubDate>Wed, 20 Apr 2016 08:46:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238702#post2238702</guid>
        </item>
                <item>
          <title>CSS glitches with 3.02</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238679#post2238679</link>
          <description><![CDATA[<p>Damon ...</p>
<p>You may disregard. I went back in time to when I was having a similar issue.</p>
<p>Removed the "link" from a:bodylink:link and made it just a:bodylink. That took care of it.</p>
<p>I hailed you too soon. Thanks for your time.</p>

<p>Dave</p>]]></description>
          <pubDate>Wed, 13 Apr 2016 16:22:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238679#post2238679</guid>
        </item>
                <item>
          <title>CSS glitches with 3.02</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238678#post2238678</link>
          <description><![CDATA[<p>I misspoke. I am not using the Styes dropdown to assign a style to a link. I am using the window that opens up when the link icon is clicked. Same issue. The link style is not included in the list.<br /><br />This is sounding familiar. I may have had a similar issue with another site. Something about how the css is expressed. Can't remember the fix. Here is the link css included in the wysiwyg_custom.css file:</p>
<p>a.bodylink:link {<br />color: #000000;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 12pt;<br />text-decoration: underline;}</p>
<p>a.bodylink:visited {<br />color: #000000;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 12pt;<br />text-decoration: underline;}</p>
<p>a.bodylink:hover {<br />color: #000000;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 12pt;<br />text-decoration: none;}</p>
<p>a.bodylink:active {<br />color: #000000;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 12pt;<br />text-decoration: underline;}</p>]]></description>
          <pubDate>Wed, 13 Apr 2016 16:04:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238678#post2238678</guid>
        </item>
                <item>
          <title>CSS glitches with 3.02</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238676#post2238676</link>
          <description><![CDATA[<p>Update: Got the responsive style to work by using Chrome instead of IE. Still no joy on using the link style, even in Chrome.</p>]]></description>
          <pubDate>Wed, 13 Apr 2016 15:51:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238676#post2238676</guid>
        </item>
                <item>
          <title>CSS glitches with 3.02</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238675#post2238675</link>
          <description><![CDATA[<p>I have just installed CMS 3.02 at a site under development. I have copied the wysiwyg.css to wysiwyg_custom.css and added some CSS to the file.<br /><br />Two issues:<br /><br />1. One of the CSS styles I added is a link. I cannot get it to show up in the Styles dropdown and thus, cannot apply it to a link in the text.</p>
<p>2. I have also added a responsive style to be applied to photos. It shows up under the Styles dropdown, but I am not able to apply it to a photo.</p>

<p>Anyone else have similar issues?</p>

<p>Dave</p>]]></description>
          <pubDate>Wed, 13 Apr 2016 15:39:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238675#post2238675</guid>
        </item>
                <item>
          <title>Serve move (again) - error received</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238493#post2238493</link>
          <description><![CDATA[<p>Server is running Linux.</p>]]></description>
          <pubDate>Tue, 15 Mar 2016 08:45:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238493#post2238493</guid>
        </item>
                <item>
          <title>Serve move (again) - error received</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238489#post2238489</link>
          <description><![CDATA[<p>Moving a site containing CMS 3.02 to a VPS. After upload, received this error after attempting to go to the CMS folder:</p>
<p>This program requires the PHP 'mbstring' extension.<br /> Please ask your hosting provider (or server administrator) to install missing PHP extension(s).</p>
<p>This is a new one on me.</p>
<p>Dave</p>]]></description>
          <pubDate>Mon, 14 Mar 2016 12:27:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238489#post2238489</guid>
        </item>
                <item>
          <title>Images do not display following server move</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238476#post2238476</link>
          <description><![CDATA[<p>Hey Damon ...</p>
<p>I'll bet the problem goes away when I change the DNS and the site resolves to its own domain. Go ahead and put this on hold while I do that and I'll let you know if there are continuing issues.<br /><br />Thanks for your time. No sense wasting it if the problem goes away on its own.</p>

<p>Dave</p>]]></description>
          <pubDate>Thu, 10 Mar 2016 09:47:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238476#post2238476</guid>
        </item>
                <item>
          <title>Images do not display following server move</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238458#post2238458</link>
          <description><![CDATA[<p>Thanks, Damon, for your quick reply.</p>
<p>I edited the html on the page to correct the path and that worked.</p>
<p>So I went back to the General Settings page and placed the entire path in both the Upload Director and the Upload Folder URL fields: /home/rutabagabros/public_html/rhubarbfestival.org/site/cmsAdmin/uploads/</p>
<p>This did not fix the problem.</p>
<p>I can upload files and I can see them in the correct folder via FTP. They show up in the thumbnails, but only as file names. The images are not displayed as thumbnails.</p>
<p>Dave</p>]]></description>
          <pubDate>Tue, 08 Mar 2016 13:05:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238458#post2238458</guid>
        </item>
                <item>
          <title>Images do not display following server move</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238452#post2238452</link>
          <description><![CDATA[<p>I've just moved a site to a different server. It's an 'add-on' site common on shared hosting. I haven't kicked the DNS over so it's essentially a developmental server at this point.</p>
<p>Images will upload fine to the 'cmsAdmin/uploads' folder, but do not display on either the public page or the insert thumbnails. Instead black X broken link icons are shown.</p>
<p>All the folder permissions are set correctly.</p>
<p>I'm sure this is a path statement problem in the General Settings area, but I have tried many combinations to no avail.</p>
<p>Page: <a href="http://www.rutabagabrothers.com/rhubarbfestival.org/site/index.php" rel="nofollow">http://www.rutabagabrothers.com/rhubarbfestival.org/site/index.php</a></p>
<p>What information can I provide to troubleshoot this issue?</p>

<p>As always, thanks.</p>
<p>Dave</p>]]></description>
          <pubDate>Tue, 08 Mar 2016 12:13:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238452#post2238452</guid>
        </item>
                <item>
          <title>Calendar Thread</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237184#post2237184</link>
          <description><![CDATA[<p>I, of course, am referring to the /lib/initialize.php file. Sorry I wasn't clear.</p>]]></description>
          <pubDate>Wed, 29 Jul 2015 11:13:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237184#post2237184</guid>
        </item>
                <item>
          <title>Calendar Thread</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237183#post2237183</link>
          <description><![CDATA[<p>I know it's an old post, but I'm just now installing the Zickey calendar on a site that I manage. Here's the link to the post: <a href="http://www.interactivetools.com/forum/forum-posts.php?postNum=2234667#post2234667" rel="nofollow">http://www.interactivetools.com/forum/forum-posts.php?postNum=2234667#post2234667</a></p>
<p>Here's my question:</p>
<p>The calendar5.php file on line 3 says:</p>
<p>require_once $_SERVER['DOCUMENT_ROOT']."/lib/initialize.php" ;</p>
<p>I'm not finding that file anywhere on the server, nor on my local machine. I assume the PHP requires that file in order to run. Can anyone direct me to that file or point out my error?</p>
<p>Thanks for going back a year.</p>
<p>Dave</p>]]></description>
          <pubDate>Wed, 29 Jul 2015 10:46:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237183#post2237183</guid>
        </item>
                <item>
          <title>Server Crash and backup suggestion</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236687#post2236687</link>
          <description><![CDATA[<p>Greetings all ...</p>
<p>I had a server crash this week. One of the domains had CMSB running on it. As I had been making regular backups of the MySQL data associated with CMSB, I figured moving the site to another server would be fairly easy.</p>
<p>What I didn't know at the time was that there are .ini.php files placed in the /cmsAdmin/data/schema folder, one for each page managed by CMSB. I had not backed these up.</p>
<p>Luckily, there were only about ten pages being managed, and the content was contained in the MySQL backup, so manually reconstructing the pages was a snap. Had I made backups of the .ini.php files, it would have been a slam dunk.</p>
<p>But I have other sites running CMSB that contain more than 70+ pages each.. You can bet that I have gone through all of my CMSB sites and backed up those .ini.php files and am backing them up weekly.</p>
<p>It was a wake up call for me and I wanted to pass it along to you.</p>
<p>Dave</p>]]></description>
          <pubDate>Sat, 09 May 2015 07:11:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236687#post2236687</guid>
        </item>
                <item>
          <title>Image mapping</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236227#post2236227</link>
          <description><![CDATA[<p>I've looked high and low, but cannot find an answer to this question: Is it possible to create hotspots on images using CMSB? For example, one graphic file containing both a Twitter and a Facebook logo, but wish to map the image so as to create two links.</p>

<p>Dave</p>]]></description>
          <pubDate>Sat, 07 Mar 2015 14:37:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236227#post2236227</guid>
        </item>
                <item>
          <title>CSS classes not showing up in dropdown</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236131#post2236131</link>
          <description><![CDATA[<p>Thanks Claire. I was thinking just that, but hadn't had the time to try it out. It works just great. Thanks for your time.</p>]]></description>
          <pubDate>Thu, 19 Feb 2015 19:10:31 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236131#post2236131</guid>
        </item>
                <item>
          <title>CSS classes not showing up in dropdown</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236120#post2236120</link>
          <description><![CDATA[<p>Here you are. It's the "greenlink" class that is not showing up in the class dropbox:</p>

<p>/* add classes here to have them appear in your 'styleselect' pulldown */<br />.exampleClass { color: red; font-size: 28px; }</p>
<p>.set-classes-in-lib-wysiwyg-css {}</p>
<p><br />.greentext {<br />color: #336601;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 12pt;}</p>
<p>.greentext_lg {<br />color: #336601;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 13pt;}</p>
<p>.greentext_sml {<br />color: #336601;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 10pt;}</p>
<p>.bodytext {<br />color: #000000;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 12pt;<br />}</p>
<p>a.greenlink:link {<br />color: #336601;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 12pt;<br />text-decoration: none;}</p>
<p>a.greenlink:visited {<br />color: #336601;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 12pt;<br />text-decoration: none;}</p>
<p>a.greenlink:hover {<br />color: #336601;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 12pt;<br />text-decoration: underline;}</p>
<p>a.greenlink:active {<br />color: #336601;<br />font-family: Verdana, Helvetica, Arial, sans-serif;<br />font-size: 12pt;<br />text-decoration: none;}</p>]]></description>
          <pubDate>Wed, 18 Feb 2015 16:54:58 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236120#post2236120</guid>
        </item>
                <item>
          <title>CSS classes not showing up in dropdown</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236115#post2236115</link>
          <description><![CDATA[<p>I've read this post: <a href="http://www.interactivetools.com/forum/forum-posts.php?postNum=2210705" rel="nofollow">http://www.interactivetools.com/forum/forum-posts.php?postNum=2210705</a></p>
<p>Having the same problem. I have added link classes to the wysiwyg_custom.css file, but when I wish to create a link in text, those classes are not displayed in the dropdown. Perhaps I am using the correct syntax in the CSS file. Any advice?</p>
<p>Dave</p>]]></description>
          <pubDate>Wed, 18 Feb 2015 08:17:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236115#post2236115</guid>
        </item>
                <item>
          <title>Special characters in text</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235278#post2235278</link>
          <description><![CDATA[<p>Disregard this post. I resolved the issue. Old UTF-8 statement.</p>

<p>Dave</p>]]></description>
          <pubDate>Mon, 03 Nov 2014 16:13:06 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235278#post2235278</guid>
        </item>
                <item>
          <title>Special characters in text</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235277#post2235277</link>
          <description><![CDATA[<p>I'm getting special characters displayed in text. For example, if the client pastes in text containing an extra space, this character shows up: Â. It's also occurring on quotation marks, apostrophes, etc. ... stuff that Word puts in.</p>
<p>Is there a way to stop this from happening?</p>
<p>Thanks.</p>
<p>Dave</p>]]></description>
          <pubDate>Mon, 03 Nov 2014 15:42:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235277#post2235277</guid>
        </item>
                <item>
          <title>Apply CSS to image?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233994#post2233994</link>
          <description><![CDATA[<p>Exactly what I was looking for. Enabled and working. Thanks!</p>
<p>Dave</p>]]></description>
          <pubDate>Fri, 16 May 2014 19:55:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233994#post2233994</guid>
        </item>
              </channel>
    </rss>
  