<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>phpSQLiteCMS Forum</title>
<link>http://phpsqlitecms.net/forum/</link>
<description>phpSQLiteCMS Forum</description>
<language>en</language>
<item>
<title>adding a skyscraper to the template</title>
<content:encoded><![CDATA[<p>Hey folks,<br />
I love this CMS and I'm using it since an early 0.x version ;)<br />
I must admit I'm not used to web-programming and I try to add a skyscraper to the left side with google ads and I have no clue how to do it. I tried to add the code to a global content block and now I try to find the right place to add the right code to the template file default.tpl</p>
<p>Thank you very much for ur help!</p>
<p>cheerio!</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1308</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1308</guid>
<pubDate>Sat, 28 Aug 2010 20:54:30 +0200</pubDate>
<category>Design/Templates</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1308</wfw:commentRss><dc:creator>Jan</dc:creator>
</item>
<item>
<title>Error Message</title>
<content:encoded><![CDATA[<p>Hello</p>
<p><br />
Get the following error message. What should I do?</p>
<p>Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2,0/DST' instead in C:\Programme\OSGeo<br />
\MapGuide\Web\Apache2\htdocs\phpsqlitecms\cms\includes\classes\Localization.class.php on line 117</p>
<p>thanks!</p>
<p>Sacha</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1305</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1305</guid>
<pubDate>Thu, 19 Aug 2010 15:40:09 +0200</pubDate>
<category>Technics</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1305</wfw:commentRss><dc:creator>sachage</dc:creator>
</item>
<item>
<title>How to build a search engine in php and using mysql as datab</title>
<content:encoded><![CDATA[<p>firstly we are maintaining a database in mysql that will contain all information and the keywords. then we have to fetch the information from keywords using php code.please help us because we are the beginners.thanks ..</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1304</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1304</guid>
<pubDate>Thu, 19 Aug 2010 09:22:38 +0200</pubDate>
<category>Technics</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1304</wfw:commentRss><dc:creator>rileykathleen</dc:creator>
</item>
<item>
<title>Contact. Don't send messages.</title>
<content:encoded><![CDATA[<p>Contact. Don't send messages. What can I do?</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1297</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1297</guid>
<pubDate>Sat, 31 Jul 2010 13:37:11 +0200</pubDate>
<category>General</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1297</wfw:commentRss><dc:creator>LamboR</dc:creator>
</item>
<item>
<title>categories into the media upload?</title>
<content:encoded><![CDATA[<p>Is there a way to add support for categories into the photo-page?<br />
Because the summary on the server I think of the sub upload photos as MEDIA/animals or MEDIA/nature ... <br />
I think it's possible. But where do I start?<br />
<img src="images/smilies/neutral.png" alt=":-|" />   many thanks</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1293</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1293</guid>
<pubDate>Fri, 23 Jul 2010 20:39:09 +0200</pubDate>
<category>Features</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1293</wfw:commentRss><dc:creator>Andreas</dc:creator>
</item>
<item>
<title>notes page templates</title>
<content:encoded><![CDATA[<p>it seems in the notes page sub templates, the link part is commented out. Not sure that is intentional or a typo. I basically un-comment it to make it show the links.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1285</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1285</guid>
<pubDate>Sun, 27 Jun 2010 17:10:29 +0200</pubDate>
<category>Technics</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1285</wfw:commentRss><dc:creator>moho</dc:creator>
</item>
<item>
<title>Mysql Engine - Column 'include_news' cannot be null</title>
<content:encoded><![CDATA[<p>In Mysql Engine</p>
<p>On add page make this Error:</p>
<p>Message: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'include_news' cannot be null <br />
Code: 23000 <br />
File: /www/cms/includes/edit.inc.php <br />
Line: 461 </p>
<p>Temporary patсh:<br />
in cms/includes/edit.inc.php <br />
after line 222:<br />
<span style="color:#090;">       if(empty($_POST['edit_permission_general'])) $_POST['edit_permission_general'] = 0;</span></p>
<p>add:<br />
<span style="color:#060;">// patсh for include_news column error<br />
      if(empty($_POST['include_news'])) $_POST['include_news'] = 0;<br />
// end patch</span></p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1281</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1281</guid>
<pubDate>Wed, 23 Jun 2010 09:44:32 +0200</pubDate>
<category>Bugs</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1281</wfw:commentRss><dc:creator>lma</dc:creator>
</item>
<item>
<title>Let us give the developer an Applause for the new release</title>
<content:encoded><![CDATA[<p>Just noticed that the developer released an official 2.0 version. Great job! Thanks for a such an easy and efficient software package. I use Yii Framework to write websites but this software is just so easy and efficient and I use it for small scale websites. </p>
<p>Thanks,</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1272</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1272</guid>
<pubDate>Fri, 11 Jun 2010 16:19:59 +0200</pubDate>
<category>General</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1272</wfw:commentRss><dc:creator>moho</dc:creator>
</item>
<item>
<title>News Headlines on Index Page</title>
<content:encoded><![CDATA[<p>Hi,</p>
<p>Anybody have a quick easy way of displaying a 'latest new' list of titles/links to news articles on the main index page?</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1269</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1269</guid>
<pubDate>Sun, 30 May 2010 19:12:17 +0200</pubDate>
<category>Technics</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1269</wfw:commentRss><dc:creator>Ryan</dc:creator>
</item>
<item>
<title>Gallery SEF</title>
<content:encoded><![CDATA[<p>Is there any solution to create search engine friendly url in gallery? How to place the image title instead of a number?</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1268</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1268</guid>
<pubDate>Fri, 28 May 2010 17:55:11 +0200</pubDate>
<category>General</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1268</wfw:commentRss><dc:creator>Andrzej</dc:creator>
</item>
<item>
<title>Menü</title>
<content:encoded><![CDATA[<p>In welche Config-Dateien muss ich gucken, wenn ich zu den 3 Standard Menüs 2 Einträge hinzufügen möchte?</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1266</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1266</guid>
<pubDate>Sat, 15 May 2010 01:01:12 +0200</pubDate>
<category>Todo</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1266</wfw:commentRss><dc:creator>André</dc:creator>
</item>
<item>
<title>move the custom functions to a seperate file</title>
<content:encoded><![CDATA[<p>Alex, </p>
<p>Greetings gain.</p>
<p>Just a small suggestion. I think it would be a good idea to move <strong><em>custom functions</em></strong> to a separate file. That way, if <span style="color:#009;">custom_function</span> is set in <span style="color:#f00;">Advanced Settings</span>, the file <strong>includes/functions.custom.inc.php</strong> can be included. That is what I use now but it would be nice to include this feature in the release so that every web developer can benefit.</p>
<p>Thanks,</p>
<p>Moho,</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1262</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1262</guid>
<pubDate>Tue, 20 Apr 2010 20:17:11 +0200</pubDate>
<category>Features</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1262</wfw:commentRss><dc:creator>moho</dc:creator>
</item>
<item>
<title>Help, and thank you.</title>
<content:encoded><![CDATA[<p>Hi my name is Mark, and i am currently helping the Youth Emergency shelter of Peterborough out with their website, adding a CMS. Your databaseless CMS comes in real handy, since they do not have a database to access. Though if you check my website you will see a small change from the original.</p>
<p><a href="http://www.yesshelter.ca">www.yesshelter.ca</a><br />
<a href="http://www.tm0.org/yes/phpsqlitecms/">www.tm0.org/yes/phpsqlitecms/</a> </p>
<p>What area is that? I am not familiar with your system, and would like to fix that. I will try myself, but i was hoping you could save me sometime.</p>
<p>Thank again for the great system, i really do like it. I hope i can port my joomla theme into this to use myself :)</p>
<p><br />
Thanks</p>
<p><br />
Mark</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1258</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1258</guid>
<pubDate>Mon, 22 Mar 2010 17:47:34 +0100</pubDate>
<category>General</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1258</wfw:commentRss><dc:creator>Mark</dc:creator>
</item>
<item>
<title>Ersatzteil SQL Lite CMS with Caching?</title>
<content:encoded><![CDATA[<p>Hi,</p>
<p>i am using wordpress for my Homepage. But i search a faster CMS version then wordpress. Is there still a version of Caching in phpsqlite?</p>
<p>Thanks..</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1257</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1257</guid>
<pubDate>Thu, 04 Mar 2010 15:48:46 +0100</pubDate>
<category>General</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1257</wfw:commentRss><dc:creator>etka</dc:creator>
</item>
<item>
<title>BASE_URL</title>
<content:encoded><![CDATA[<p><strong>may be</strong> BASE_URL bug.<br />
in windows, the dirname($_SERVER['PHP_SELF']) will return  prefix '\'  path;</p>
<p>then:<br />
if(substr($base_url, -1) != '/') $base_url = $base_url.'/'; will return: '<strong><a href="http://hostname\/">http://hostname\/</a></strong>'.</p>
<p>my code:<br />
<span style="color:#3cf;">$base_url = $protocol . $_SERVER['HTTP_HOST'] . str_replace('\\', '/', dirname($_SERVER['PHP_SELF']));</span></p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1256</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1256</guid>
<pubDate>Thu, 25 Feb 2010 05:16:16 +0100</pubDate>
<category>Bugs</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1256</wfw:commentRss><dc:creator>pangjanne</dc:creator>
</item>
<item>
<title>Besucher Zaehler</title>
<content:encoded><![CDATA[<p>Hallo, suche fuer besagtes cms einen Besucher Zaehler / Counter. Oder Allgemein Seiten mit Addons Themes/Styles oder Sonstiges, also wer gute Seiten kennt immer her damit <img src="images/smilies/wink.png" alt=";-)" /> </p>
<p>MfG David</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1255</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1255</guid>
<pubDate>Sat, 20 Feb 2010 11:40:55 +0100</pubDate>
<category>General</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1255</wfw:commentRss><dc:creator>David A.</dc:creator>
</item>
<item>
<title>Menus?</title>
<content:encoded><![CDATA[<p>What is the function of &quot;Menus:&quot;? e.g. I select #1 #main_menu #2, on the page I can't see any menubar? When I select #main_menu #test_menu #2, there is only the main_menu?</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1246</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1246</guid>
<pubDate>Thu, 04 Feb 2010 21:56:57 +0100</pubDate>
<category>Technics</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1246</wfw:commentRss><dc:creator>Tobi</dc:creator>
</item>
<item>
<title>phpSQLiteCMS admin missing under lighttpd</title>
<content:encoded><![CDATA[<p>I have followed the install directions for this setup using this link:</p>
<p><a href="http://phpsqlitecms.net/forum/index.php?id=1218">http://phpsqlitecms.net/forum/index.php?id=1218</a></p>
<p>I can access the website, but when trying to login it accepts the login/password and then just returns to the home page. I suspect that it is the redirection not working.</p>
<p>As an aside, I have also tried to run it under Apache and I think I still have redirection problems. With the default .htaccess in place, I can edit a page, but always get an error when saving the edit. I see that the URL is the &quot;fake&quot; address which recieves a 404 error. the edits are saved though.</p>
<p>any ideas?</p>
<p>thanks</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1242</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1242</guid>
<pubDate>Mon, 01 Feb 2010 17:43:26 +0100</pubDate>
<category>General</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1242</wfw:commentRss><dc:creator>ephraim</dc:creator>
</item>
<item>
<title>Lang pt_PT</title>
<content:encoded><![CDATA[<p>Translated lang<br />
<a href="http://dl.dropbox.com/u/356251/miguelferreira.net/pt.lang.rar">Lang pt_PT (admin + user)</a></p>
<p>Tradução para portugues de portugal</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1233</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1233</guid>
<pubDate>Tue, 12 Jan 2010 22:50:48 +0100</pubDate>
<category>General</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1233</wfw:commentRss><dc:creator>Miguel Ferreira</dc:creator>
</item>
<item>
<title>Happy New Year!  ... and one question</title>
<content:encoded><![CDATA[<p>I'm off to a good start and using my free time productively this year!</p>
<p>I am adding entries to a news page. It works great but I'd like to change the date field from the date I wrote it to an older date.  Looking at content.sqlite I see the date field is int(11).  How would I convert a date/time to the integer format?</p>
<p>Thanks!</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1230</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1230</guid>
<pubDate>Fri, 01 Jan 2010 06:38:27 +0100</pubDate>
<category>General</category>
<wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1230</wfw:commentRss><dc:creator>dan_oh</dc:creator>
</item>
</channel>
</rss>