<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/sphpblog/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/sphpblog/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 10 Apr 2013 15:45:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sphpblog/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>User Registration</title><link>https://sourceforge.net/p/sphpblog/feature-requests/143/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I think it would be great to allow prospective to 'register' on the site (like I did for the support forum) and choose their own user name and password and enter their email address. I don't really want to manually create users login and passwords for the amount of members likely to use this blog and have to send them out by email. I would like to limit comments to registered users rather then everyone as at present so this would mean all members would need to have a login and password.&lt;/p&gt;
&lt;p&gt;From those registered, the administrator(s) could then assign additional blog 'rights'. An ability for registered user to reset or be sent their password would be cool too!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Hilton</dc:creator><pubDate>Wed, 10 Apr 2013 15:45:51 -0000</pubDate><guid>https://sourceforge.net3d4fa54ae265b46a48f80cbf45379a5f8dc68e7f</guid></item><item><title>A "Like" Feature</title><link>https://sourceforge.net/p/sphpblog/feature-requests/142/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would like to see the addition of a "Like" feature, similar to the "Like" in Facebook. This is different from the "Rating" system.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tone Garot</dc:creator><pubDate>Mon, 31 Dec 2012 00:08:09 -0000</pubDate><guid>https://sourceforge.net0c26c316e26e60708dbeb5695e85e82ec10ad333</guid></item><item><title>Translations using gettext</title><link>https://sourceforge.net/p/sphpblog/feature-requests/141/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The current language system is already gettext compatible. To make translation more comfortable xgettext can be used to extract pot file. (Template).&lt;br /&gt;
Currenlty this is possible for example with:&lt;br /&gt;
find  -path "./languages*" -prune -o -iname "*.php" -print &amp;gt;languages/files.lst&lt;br /&gt;
xgettext -f languages/files.lst -k_sb  -L PHP -s -o strings.pot -p languages -c --no-wrap  --debug --omit-header&lt;/p&gt;
&lt;p&gt;This would be easier if all translations use _sb(). &lt;br /&gt;
Currenlty the pot.php search direct access to lang_string[], It would be consquente if this is replaced by using _sb() function call.&lt;/p&gt;
&lt;p&gt;_sb could be redirected to php gettext function, which could be a little bit faster.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gabor</dc:creator><pubDate>Wed, 26 Dec 2012 11:54:45 -0000</pubDate><guid>https://sourceforge.netea92489174fadacdfd28a4c9072fbac0ce99bed9</guid></item><item><title>Blog Subject Becomes A Link</title><link>https://sourceforge.net/p/sphpblog/feature-requests/140/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I look at the following link:&lt;/p&gt;
&lt;p&gt;/blog/index.php?d=12&amp;amp;m=12&amp;amp;y=12&lt;/p&gt;
&lt;p&gt;It shows me several entries all on the same page. That's cool.&lt;/p&gt;
&lt;p&gt;What I would like is for each Subject to be a link to the entry itself. For example:&lt;/p&gt;
&lt;p&gt;&amp;lt;a href="/blog/index.php?m=12&amp;amp;y=12&amp;amp;entry=entry121210-122952"&amp;gt;This is the Entry Subject&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;Oh, and text-decorations: none;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tone Garot</dc:creator><pubDate>Thu, 13 Dec 2012 22:56:21 -0000</pubDate><guid>https://sourceforge.net23c10a575462d7c64414f81c3204cf72afa87f03</guid></item><item><title>Non-user Comment - Information missing on comment</title><link>https://sourceforge.net/p/sphpblog/feature-requests/139/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is related to my last feature request. That one cited missing information on moderation. This feature request is to show the E-mail address and URL they specify on the actual comment.&lt;/p&gt;
&lt;p&gt;Also, their name goes into the wrong section. It goes into:&lt;/p&gt;
&lt;p&gt;&amp;lt;div class="blog_subject"&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;Well, that's the same style as the entry title. I would prefer a different style, like blog_comment_name, or something like that.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tone Garot</dc:creator><pubDate>Thu, 13 Dec 2012 21:50:10 -0000</pubDate><guid>https://sourceforge.net41d97cd6e54ab80fa33785108f16d2101b56a7f5</guid></item><item><title>Non-user Comment - Information missing on moderation</title><link>https://sourceforge.net/p/sphpblog/feature-requests/138/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There is some missing functionality when a non-user adds a comment, then I moderate it.&lt;/p&gt;
&lt;p&gt;They are asked for:&lt;br /&gt;
Name&lt;br /&gt;
Email&lt;br /&gt;
URL&lt;br /&gt;
Comment&lt;/p&gt;
&lt;p&gt;But when I moderate, I only see the person's name. I don't see their E-mail address or URL. I would also like to see their IP address.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tone Garot</dc:creator><pubDate>Thu, 13 Dec 2012 21:45:10 -0000</pubDate><guid>https://sourceforge.net68169f2f8e5a238a5d955b8c568da4aa6fd0c410</guid></item><item><title>Blog Name as link to home</title><link>https://sourceforge.net/p/sphpblog/feature-requests/137/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would like to see the Blog Name be a link back to Home.&lt;/p&gt;
&lt;p&gt;That is, in preferences, you have "Blog Name." This outputs at the top of my chosen theme on any page. I would like to be able to click upon that name to bring me to /blog/index.php.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tone Garot</dc:creator><pubDate>Thu, 13 Dec 2012 21:32:50 -0000</pubDate><guid>https://sourceforge.net5e40261adb22b3325095899acc61ddac4a30477a</guid></item><item><title>Improved Language Support</title><link>https://sourceforge.net/p/sphpblog/feature-requests/136/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;1. Convert existing language files to more standard gettext .po format&lt;br /&gt;
2. Parse .po file if it exists, otherwise fall back to original strings.php&lt;br /&gt;
3. Add IETF language tag to id.txt&lt;br /&gt;
4. Add new language import code to a standard header file&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nabber00</dc:creator><pubDate>Tue, 13 Mar 2012 04:11:15 -0000</pubDate><guid>https://sourceforge.netfa47f1c537820d1d233ca0c63a69ed33f3a99650</guid></item><item><title>How to Remotely Connect windows server 2008 through PHP?</title><link>https://sourceforge.net/p/sphpblog/feature-requests/135/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;I need to Remotely connect windows server 2008 from linux server using PHP code or js to install PHP, Apache, Mysql.&lt;/p&gt;
&lt;p&gt;At present i have server address, username, password.&lt;/p&gt;
&lt;p&gt;Please suggest me how can i do it.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;-Avinash&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Avinash</dc:creator><pubDate>Mon, 26 Dec 2011 15:41:49 -0000</pubDate><guid>https://sourceforge.net8c04220f512cb1bb8d039a53f7d946cb62ff88ef</guid></item><item><title>static page for first page</title><link>https://sourceforge.net/p/sphpblog/feature-requests/134/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i like this feature, since version 5&amp;amp;6 i try to modified the source myself so that it will appear the static page rather than get_latest_entry()&lt;br /&gt;
in version 7 you can choose which static page will assigned at "Use specific category for first page of entries: "&lt;/p&gt;
&lt;p&gt;but there is no "previous" button like the other entry. my suggestion is the mainpage will has 'previous' button so that viewer can click to continue read the blog to go to the newest entry.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mohd Azuan Johan</dc:creator><pubDate>Sat, 17 Dec 2011 04:52:23 -0000</pubDate><guid>https://sourceforge.net0e785b1a5d2c5949eaa3565e25e0bfbd9802b201</guid></item></channel></rss>