<?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%3Acharacter27</link>
        <description></description>
        <pubDate>Thu, 30 Apr 2026 19:40:13 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Acharacter27&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Date/time remove time from date &amp; Addthis social links problem with popup</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229663#post2229663</link>
          <description><![CDATA[<p>Hey Greg,</p>

<p>Yeah i tried many ways, nothing, but it appeared on the inxed.php page when i tested it, just to make sure it works, but when i add it to the news-detail.php page, nothing happens.</p>]]></description>
          <pubDate>Thu, 28 Feb 2013 20:53:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229663#post2229663</guid>
        </item>
                <item>
          <title>Date/time remove time from date &amp; Addthis social links problem with popup</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229642#post2229642</link>
          <description><![CDATA[<p>Hi,</p>
<p>1-<span style="text-decoration:line-through;"> Please i need help removing the time from the Date/time</span> .  <span style="color:#ff0000;"><strong>WORKED</strong></span></p>
<p><span style="text-decoration:line-through;"><a href="http://firstcapitaltrust.com/index.php%C2%A0%C2%A0" rel="nofollow">http://firstcapitaltrust.com/index.php  </a> , click on any news link, a popup will appear , at the bottom i added the date/time, is it possible to remove the time ?</span></p>
<p>2- Is it possible to add the addthis social script in the popup window of the news ? </p>
<p>Thank you very much for the help</p>]]></description>
          <pubDate>Thu, 28 Feb 2013 06:23:40 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229642#post2229642</guid>
        </item>
                <item>
          <title>Re: [Jason] Inline horizontal listing help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211733#post2211733</link>
          <description><![CDATA[IT WORKED :)  thnx alot, i will just work on css to fix some spaceing...<br /><br />thnx again for the help<br />]]></description>
          <pubDate>Thu, 09 Jun 2011 11:58:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211733#post2211733</guid>
        </item>
                <item>
          <title>Re: [Jason] Inline horizontal listing help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211703#post2211703</link>
          <description><![CDATA[Hey jason thnx for the help, i'm not much into programming, i tried the things i know but no luck,  i attached the index and css file, can u please help me in fixing this issue :) , i removed the header coding from index file, for security reasons.<br /><br />thnx alot<br />Regards<br />]]></description>
          <pubDate>Wed, 08 Jun 2011 12:08:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211703#post2211703</guid>
        </item>
                <item>
          <title>Inline horizontal listing help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211696#post2211696</link>
          <description><![CDATA[Hi,<br /><br />I tried many ways from the internet tutorials and help to make the list go horizontally not vertically : http://www.mibconsultancy.com/index.php as you can see the categories are listed vertically , here's my code of the php and CSS .<br /><br />php code:<br /><br /><code>&lt;div id=&quot;center&quot;&gt;<br />&lt;ul&gt;<br />&lt;li class=&quot;hi&quot;&gt;<br />  &lt;div&gt; &lt;!-- STEP2: Display Records (Paste this where you want your records to be listed) --&gt;<br />    &lt;?php foreach ($main_categoriesRecords as $record): ?&gt;<br />      &lt;?php foreach ($record['category_title_image'] as $upload): ?&gt;<br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />            &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;<br /><br />          &lt;?php elseif ($upload['isImage']): ?&gt;<br />            &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;<br /><br />          <br />          &lt;?php endif ?&gt;<br />        &lt;?php endforeach ?&gt;<br />      &lt;!-- STEP2a: /Display Uploads --&gt;<br /><br /><br /><br />        &lt;?php foreach ($record['category_image'] as $upload): ?&gt;<br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />            &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;<br /><br />          &lt;?php elseif ($upload['isImage']): ?&gt;<br />            &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;<br /><br />        <br />          &lt;?php endif ?&gt;<br />        &lt;?php endforeach ?&gt;<br />      &lt;!-- STEP2a: /Display Uploads --&gt;<br /><br /><br />  <br />    &lt;?php endforeach ?&gt;<br /><br />    &lt;?php if (!$main_categoriesRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />  &lt;!-- /STEP2: Display Records --&gt;<br />&lt;br/&gt;<br />&lt;/div&gt;&lt;/li&gt;<br /><br />&lt;/ul&gt;<br />&lt;/div&gt;</code><br /><br />CSS code:<br /><br /><code>.hi {<br />	height: 193px;<br />	width: 207px;<br />	z-index: 200;<br />	padding-top: 40px;<br />	float: left;<br />	text-align: center;<br />	list-style-type: none;<br />}<br />.hi li {<br />	<br />	list-style-type: none;<br />	vertical-align: top;<br />	display: inline;<br />	overflow: hidden;<br />}</code><br /><br /><br />Please help !!! thnx<br />]]></description>
          <pubDate>Wed, 08 Jun 2011 09:18:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211696#post2211696</guid>
        </item>
              </channel>
    </rss>
  