<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[GetSimple Support Forum]]></title>
		<link>http://get-simple.info/forum/</link>
		<description><![CDATA[The most recent topics at GetSimple Support Forum.]]></description>
		<lastBuildDate>Wed, 22 Feb 2012 21:21:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Anyone ever compiled a list of the functions?]]></title>
			<link>http://get-simple.info/forum/topic/1240/anyone-ever-compiled-a-list-of-the-functions/new/posts/</link>
			<description><![CDATA[<p>I know this is a dumb question, but I&#039;ve been cruising these forums for a few weeks looking to see if anyone had documented a list of common and useful functions.</p><p>I started my own little list of my most used functions, anyone else want to share theirs?</p>]]></description>
			<author><![CDATA[dummy@example.com (Superbobo)]]></author>
			<pubDate>Wed, 22 Feb 2012 21:21:29 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/1240/anyone-ever-compiled-a-list-of-the-functions/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[i18n and slug names]]></title>
			<link>http://get-simple.info/forum/topic/3424/i18n-and-slug-names/new/posts/</link>
			<description><![CDATA[<p>hmm, so I am using 3.1 with all the i18n goodness.<br />I am having an issue though.</p><p>All pages I have with a name with spaces in it has a slug(auto created) with underscores, naturally.</p><p>Now everything is being treated as a language.</p><p>so <br />I make</p><p>My Page</p><p>slug becomes<br />my_page</p><p>And i have a new language called<br />&quot;page&quot; all over the place.</p><p>How is this supposed to behave ?<br />Can I never use underscores in slugs now?<br />I have to avoid spaces in IDs.<br />And have to manually set titles now.</p><p>Just a little confused, any help appreciated.</p><p>Can this be fixed so only valid language codes are recognized as _ appends ?</p>]]></description>
			<author><![CDATA[dummy@example.com (shawn_a)]]></author>
			<pubDate>Wed, 22 Feb 2012 21:00:01 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/3424/i18n-and-slug-names/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[GS 3.1: Page creation notice with debug on]]></title>
			<link>http://get-simple.info/forum/topic/3426/gs-31-page-creation-notice-with-debug-on/new/posts/</link>
			<description><![CDATA[<p>When creating a page with debug on, I get<br /></p><div class="codebox"><pre><code>Notice: Undefined index: existing-url in /media/data/Data/mvlcek/Homepage/mvlcek.bplaced.net/admin/changedata.php on line 196

Notice: Undefined index: existing-url in /media/data/Data/mvlcek/Homepage/mvlcek.bplaced.net/admin/changedata.php on line 199</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (mvlcek)]]></author>
			<pubDate>Wed, 22 Feb 2012 20:46:22 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/3426/gs-31-page-creation-notice-with-debug-on/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Admin Tagging GUI PLUGIN]]></title>
			<link>http://get-simple.info/forum/topic/3402/admin-tagging-gui-plugin/new/posts/</link>
			<description><![CDATA[<p><strong>Admin Plugin for interactive Keyword / Tagging<br /></strong></p><p><strong>Comptability: Tested on 3.0+</strong><br /><strong>Version:</strong> 0.1 ( Initial Release )<br /><strong>Description:</strong> Adds Tagging UI to keyword / Tagging input fields.<br /><strong>Features:</strong></p><ul><li><p>Easy tag entry/removal, no commas required</p></li><li><p>Individual tags can be styled, color coded etc.</p></li><li><p>I18n Autocomplete compatible</p></li><li><p>Works with I18n Gallery tag fields</p></li></ul><p><strong>Known Issues:</strong></p><ul><li><p>&quot;add a tag&quot; label disappears after focus</p></li></ul><p><strong>Screenshots:</strong><br /><span class="postimg"><img src="http://tablatronix.com/data/uploads/getsimple/sa_tags.png" alt="http://tablatronix.com/data/uploads/getsimple/sa_tags.png" /></span><br /><span class="postimg"><img src="http://tablatronix.com/data/uploads/getsimple/sa_tags_gallery.png" alt="http://tablatronix.com/data/uploads/getsimple/sa_tags_gallery.png" /></span></p><p>CSS rules for tags, recommended you use custom admin css plugin.<br />class = tag_tagname<br /></p><div class="codebox"><pre><code>.tag_green{
 background: #CCFFCC !important;
}</code></pre></div><p>Need testers<br />Will add to extend after testing.</p><p>Future development is planned.</p>]]></description>
			<author><![CDATA[dummy@example.com (mvlcek)]]></author>
			<pubDate>Wed, 22 Feb 2012 20:34:28 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/3402/admin-tagging-gui-plugin/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Support for multilanguage sites, Internationalization (I18N)]]></title>
			<link>http://get-simple.info/forum/topic/1322/support-for-multilanguage-sites-internationalization-i18n/new/posts/</link>
			<description><![CDATA[<p>Yesterday I installed GetSimple and didn&#039;t find support for multilanguage sites.<br />So I&#039;ve created a plugin <a href="http://get-simple.info/extend/plugin/i18n/69/" rel="nofollow">http://get-simple.info/extend/plugin/i18n/69/</a>, which adds multilanguage support and hierarchical menus to your website.</p><p>The language is determined by the language in the user session (if previously set with the URL parameter &quot;setlang&quot;) and the http accept language header. By using the URL parameter &quot;lang&quot; this can be overridden for the current request.</p><p>If you want to show the language in the URL, see <a href="http://get-simple.info/forum/post/17048/#p17048" rel="nofollow">here</a>.</p><p><strong>Installation</strong></p><p>Copy i18n.php to your plugin directory, change the constant I18N_DEFAULT_LANGUAGE in i18n.php, and replace the following functions in your template(s):</p><ul><li><p>get_component with get_i18n_component</p></li><li><p>get_navigation with get_i18n_navigation</p></li></ul><p><strong>Usage</strong></p><p>To internationalize a page,</p><ul><li><p>create another page with the same slug/URL and the 2-letter language code separated by a &quot;_&quot; (e.g. for page &quot;index&quot; create another one &quot;index_it&quot; for italian),</p></li><li><p>set its meta data, esp. the title and the menu text.</p></li><li><p>The properties &quot;parent page&quot;, &quot;template&quot; and &quot;add to menu&quot; are ignored, the properties of the base page (without language) are used instead.</p></li></ul><p>The base page (without language) is assumed to be in the language specified as I18N_DEFAULT_LANGUAGE in i18n.php.</p><p>To use the internationalized hierarchical menu,</p><ul><li><p>ensure that the hierarchical structure of the base pages (without language) is set up correctly (property &quot;parent page&quot;),</p></li><li><p>the &quot;add to menu&quot; property of the relevant base pages is checked,</p></li><li><p>all language pages have at least the &quot;title&quot; property set,</p></li><li><p>add&nbsp; to your template(s) &quot;<em>get_i18n_navigation(return_page_slug(), minlevel, maxlevel)</em>&quot;, e.g.<br />&nbsp; &nbsp; </p><ul><li><p>&quot;<em>get_i18n_navigation(return_page_slug(),0,0)</em>&quot; for your top level menu in the header, and</p></li><li><p>&quot;<em>get_i18n_navigation(return_page_slug(),1,10)</em>&quot; for the remaining menu levels in the sidebar menu</p></li></ul></li><li><p>for a menu, which should only contain entries, which are available for the current language use &quot;<em>get_i18n_navigation(return_page_slug(),0,10,I18N_SHOW_LANGUAGE)</em>&quot;</p></li><li><p>for a site map use &quot;<em>get_i18n_navigation(return_page_slug(),0,10,I18N_SHOW_PAGES)</em>&quot; (all pages, menu texts) or &quot;<em>get_i18n_navigation(return_page_slug(),0,10,I18N_SHOW_TITLES)</em>&quot; (all pages, titles) or &quot;<em>get_i18n_navigation(return_page_slug(),0,10,I18N_SHOW_MENU)</em>&quot; (only the pages visible in the menu).</p></li></ul><p><em>get_i18n_navigation</em> adds the following css classes to the list items:<br /></p><ul><li><p>slug of the page</p></li><li><p>slug of the page&#039;s parent</p></li><li><p>&quot;current&quot;, if the page is the current page</p></li><li><p>&quot;currentpath&quot;, if the page is a parent, grandparent, etc. of the current page</p></li><li><p>&quot;open&quot;, if the page has children whose menu items are currently displayed</p></li><li><p>&quot;closed&quot;, if the page has children whose menu items are currently not displayed</p></li></ul><p>If you want a one-level menu only, you have to make sure that all your base pages that are in the menu have &quot;--- None ---&quot; as parent.</p><p><strong>Problem Solving</strong></p><p>If, when visiting the site (with Chrome), the languages switches back to the default language, after you have switched to another language (with parameter setlang=...)<br /></p><ul><li><p>make sure that you have a favicon.ico on your site. Requesting favicon.ico MUST NOT return the GetSimple not-found page!</p></li></ul>]]></description>
			<author><![CDATA[dummy@example.com (Superbobo)]]></author>
			<pubDate>Wed, 22 Feb 2012 18:43:52 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/1322/support-for-multilanguage-sites-internationalization-i18n/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[FYI Google Chrome 17 issues]]></title>
			<link>http://get-simple.info/forum/topic/3413/fyi-google-chrome-17-issues/new/posts/</link>
			<description><![CDATA[<p>FYI, google recently added some XSS filtering to chrome.</p><p>When editing pages you might have issues. There seems to be alot of XSS reflection false positives going on.</p><p>I get javascript halts if I simply enter an img<br />&lt;img src=&quot;http://domain.com/test.png&quot; /&gt;</p><p>Console will show<br />Refused to execute a JavaScript script. Source code of script found within request.</p><p>Still investigating.</p><p>EDIT:<br />Only happening in 3.1, i wonder ifs its the new js queueing with the version numbers.</p><p><a href="http://groups.google.com/a/chromium.org/group/chromium-bugs/browse_thread/thread/2d1d434ba318de31/cdd16b10686da666?lnk=raot&amp;pli=1" rel="nofollow">http://groups.google.com/a/chromium.org &#133; &amp;pli=1</a></p><p>Supposedly you can send a header<br />X-XSS-Protection: 0<br />I guess ill try that only on edit pages.</p>]]></description>
			<author><![CDATA[dummy@example.com (shawn_a)]]></author>
			<pubDate>Wed, 22 Feb 2012 17:55:02 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/3413/fyi-google-chrome-17-issues/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Getsimple 3.1 Script/ Style queuing]]></title>
			<link>http://get-simple.info/forum/topic/3051/getsimple-31-script-style-queuing/new/posts/</link>
			<description><![CDATA[<p>Hi All, </p><p>For the next release of GetSimple 3.1 we are introducing Script and Style queuing on the system to allow Theme and Plugin writers to include your own Javascript and styles easily with your plugin distributions. </p><p>This will also give us a standard way of loading standard script such as JQuery, JQuery-UI, fancybox etc... and ensure that only one copy of each is loaded. </p><p>GetSimple 3.1 comes preconfigured with the following scripts and styles preconfigured ready for queuing on your pages.</p><p><strong>Scripts</strong></p><ul><li><p>jquery - CDN version of Jquery</p></li><li><p>jquery-ui - CDN version of JQuery UI</p></li><li><p>fancybox - Fancybox lighbox script</p></li><li><p>getsimple - GetSimple site Javascript</p></li></ul><p><strong>Styles</strong><br /></p><ul><li><p>getsimple - Getsimple Site CSS</p></li></ul><p>By default Jquery, Fancybox &amp; Getsimple scripts and the Getsimpel Stylesheet are loaded on the back-end pages. </p><p>We recommend that if you are including your own scripts and styles that you store them in a seperate folder in your plugin folder, /my_plugin_folder/js for your javascript files /my_plugin_folder/css for your stylesheets</p><p><strong><em>Scripts</em></strong></p><p>To register your script with the system&nbsp; use the following in your plugin. </p><div class="codebox"><pre><code>register_script($handle, $src, $ver, $in_footer=FALSE)</code></pre></div><p>Where <br />$handle = unique name for your script.<br />$src = src location of your script. <br />$ver = version of your script file<br />$in_footer = whether to load the script after the footer. </p><p>So for example to register a script from your plugin folder use: </p><div class="codebox"><pre><code>register_script(&#039;myscript&#039;, $SITEURL.&#039;plugins/myplugin/myscript.js&#039;, &#039;0.1&#039;, FALSE);</code></pre></div><p>To load the script for use on the back-end pages you need to queue it. </p><div class="codebox"><pre><code>queue_script(&#039;myscript&#039;, GSBACK);  
// use GSFRONT to load a script with your theme, GSBOTH for theme and Admin</code></pre></div><p>If your plugin requires say JQuery on the frontend just queue it </p><div class="codebox"><pre><code>queue_script(&#039;myscript&#039;, GSFRONT);  </code></pre></div><p><strong><em>Styles</em></strong></p><p>Styles are registered and queued in the same way as scripts. </p><div class="codebox"><pre><code>register_style($handle, $src, $ver, $media)</code></pre></div><p>Where <br />$handle = unique name for your style.<br />$src = src location of your style. <br />$ver = version of your file<br />$media&nbsp; = Media type for CSS file</p><p>Then just queue your style for use with the system </p><div class="codebox"><pre><code>queue_style(&#039;mystyle&#039;, GSBACK);  
// use GSFRONT to load a script with your theme, GSBOTH for theme and Admin</code></pre></div><br /><p><strong><em>Themes</em></strong></p><p>Theme writers should also register scripts/styles instead of hardcoding them into the theme as we can ensure that only one copy of the scripts are loaded. </p><br /><br /><p>Please let us know if you any suggestions or comments on the new system .</p><p>Mike...</p>]]></description>
			<author><![CDATA[dummy@example.com (n00dles101)]]></author>
			<pubDate>Wed, 22 Feb 2012 16:50:28 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/3051/getsimple-31-script-style-queuing/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[GSgallery 2.0 - Simple Image Gallery Plugin (Square It)]]></title>
			<link>http://get-simple.info/forum/topic/760/gsgallery-20-simple-image-gallery-plugin-square-it/new/posts/</link>
			<description><![CDATA[<p><span style="color: red">** Updated: 3/14/2011 **</span></p><p><strong>Latest Stable Version:</strong> 2.5.3<br /><a href="http://get-simple.info/extend/plugin/gsgallery-simple-image-gallery/85/" rel="nofollow">http://get-simple.info/extend/plugin/gs &#133; allery/85/</a></p><br /><p>Google Code Project Page:<br /><a href="http://code.google.com/p/gsgallery/" rel="nofollow">http://code.google.com/p/gsgallery/</a></p><br /><p><span style="color: red">ISSUES?</span><br />Please when posting a new issue here, make sure:<br /></p><ul><li><p>You review previous posts by others, sometimes the solutions have been posted by other users</p></li><li><p>The issue is not listed in the google code page <a href="http://code.google.com/p/gsgallery/issues/list/" rel="nofollow">http://code.google.com/p/gsgallery/issues/list/</a></p></li><li><p><strong>You put the version number of the plugin</strong></p></li><li><p><strong>You put the version number of the Get Simple CMS</strong></p></li></ul><p>Feel free to create a new issue in the google code page, but it might be a good idea to also drop a message here and link it to the actual issue. Thanks.</p><p>----------------------------------------------------------------------------------------------------------------------------</p><p>*Be sure once you download the plugin file to read the change log to see what has changed.</p><p>I will be creating some sort of help document as soon I have some extra time. In the mean time, let me give you a quick reference: </p><p><strong>To install: </strong><br />- Unzip and upload the content of the plugin file into the &quot;plugins&quot; directory inside of GetSimple. <br />- Once uploaded make sure that you have the correct permissions. I would set all the contents inside the plugin to 755 or higher. </p><p><strong>To use: </strong><br />- Upload some images to get simple using the file uploader tab <br />- then go to the Image Gallery Tab and create a new gallery. <br />- select the images you want to display in the gallery and put the corresponding captions <br />- save the gallery and once in the list view, select the &quot;CODE&quot; and copy it. <br />- now go to the page you want to see the gallery and edit it (Pages Tab) <br />- paste the code you copied and save the page and you should be all set up. <br />- go the the front end and double check everything is working as expected</p><p><strong>2.5 Beta Features (How To)</strong></p><p>The new display function.&nbsp; </p><div class="codebox"><pre><code>squareit_gallery($gallery_id, $return);</code></pre></div><p>With the new version of GSgallery 2.5 you will be able to use this display function to include galleries within your template, component, or if you are using the exec_php plugin.</p><p>Params:&nbsp; <br /></p><ul><li><p><strong>$gallery_id</strong> =&gt; The ID of the gallery (without the squareit_gallery) so if the code is &quot;squareit_gallery_4bdafa5d584f6&quot; you only need &quot;4bdafa5d584f6&quot;&nbsp; </p></li><li><p><strong>$return</strong> =&gt; Boolean (true/false) - This if set true, insead of the function echoing the output, it will return the output.</p></li></ul>]]></description>
			<author><![CDATA[dummy@example.com (shawn_a)]]></author>
			<pubDate>Wed, 22 Feb 2012 16:33:44 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/760/gsgallery-20-simple-image-gallery-plugin-square-it/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[v3.1 - No Editor Dialogs]]></title>
			<link>http://get-simple.info/forum/topic/3421/v31-no-editor-dialogs/new/posts/</link>
			<description><![CDATA[<p>I have recently updated my website, but since that I can&#039;t add photos or tables because the editor dialog does not open. The problem only appears in Firefox, the browserscreen fade to grey and is locked - but no dialog is shown.</p><p>Firebug reports an error:<br />CKEDITOR.dialog.validate.inlineStyle is not a function<br />in &lt;root&gt;/admin/template/js/ckeditor/plugins/image/dialogs/image.js?t=B1GG4Z6 (line 13)</p><p>So I want to manage my site with Chrome, but here the &quot;Browser Server&quot;-Dialog does not work. Chrome opens a new window, but does not show it.</p><p>Only IE works fine ... I hate IE for that! ;)</p>]]></description>
			<author><![CDATA[dummy@example.com (lippo)]]></author>
			<pubDate>Wed, 22 Feb 2012 16:18:28 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/3421/v31-no-editor-dialogs/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[GS 3.1 and jQuery]]></title>
			<link>http://get-simple.info/forum/topic/3203/gs-31-and-jquery/new/posts/</link>
			<description><![CDATA[<p>Hello,</p><p>Sorry I don&#039;t spend as much time here as I would like.</p><p>I have just had a look at v3.1B (r635) and I see that there is now a dependency on googleapis.com for jquery in the admin backend.</p><p>Is there any reason why this is loaded from Google, rather than from the website server? I understand the (theoretical) advantages of using Google to serve such libraries, but this is my problem:</p><p>I normally use NoScript on Firefox to disable javascript by source URL. This means that I can be selective about what scripts are running in my browser. (This is as much a speed/performance thing as a privacy concern.)</p><p>To use essential functionality in GS 3.1 admin, I now have to enable javascript from googleapis.com, which opens up a whole raft of other scripts and web functions that get in my way – translations, fonts, visual effects, for example – and that I really don&#039;t want to have.</p><p>I can provide my own local solution for this, but thought that a bit of feedback might be of interest. Is there a particular reason for using jQuery from this source?</p><br /><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (Connie)]]></author>
			<pubDate>Wed, 22 Feb 2012 15:59:27 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/3203/gs-31-and-jquery/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Traslation Portuguese 3.1]]></title>
			<link>http://get-simple.info/forum/topic/3422/traslation-portuguese-31/new/posts/</link>
			<description><![CDATA[<p>Hello, using the translation of our friend Denis Carlos Luckner to version 3.0, just added new options for version 3.1. I have reviewed all the rest and obeyed all the tag&#039;s existing and the new version.<br />So far so good, but when trying to change the language in the installation, just nothing appears on the screen.<br />By removing the url the &quot;/install.php?lang=pt_BR&quot; the system back to English.<br />There&#039;s something I&#039;ve overlooked?<br />If you can review the translation I thank you!</p><br /><div class="quotebox"><blockquote><p>Olá pessoal, usando a tradução do nosso amigo Denis Carlos Luckner para a versão 3.0, apenas adicionei as novas opções da versão 3.1. Revisei todo o restante e obedeci todas as tag&#039;s já existentes e da nova versão.<br />Até ai tudo bem, mas ao tentar mudar o idioma na instalação, simplesmente não aparece nada na tela.<br />Ao remover da url o &quot;/install.php?lang=pt_BR&quot; o sistema volta a idioma inglês.<br />Há algo que eu tenha esquecido?<br />Se puder revisar a tradução eu agradeço!</p></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (schluters)]]></author>
			<pubDate>Wed, 22 Feb 2012 15:45:51 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/3422/traslation-portuguese-31/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Upgrading 3.0 to 3.1 ! Are there special instructions ?]]></title>
			<link>http://get-simple.info/forum/topic/3420/upgrading-30-to-31-are-there-special-instructions/new/posts/</link>
			<description><![CDATA[<p>Hi !</p><p>I&#039;m sure this is a stupid question, but I&#039;ll ask it anyway :</p><p>Are there special instructions for upgrading an installation of 3.0 (functional) to 3.1?</p><p>In the wiki it is not even mentioned this type of upgrade between these two versions.</p>]]></description>
			<author><![CDATA[dummy@example.com (Carlos)]]></author>
			<pubDate>Wed, 22 Feb 2012 14:45:46 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/3420/upgrading-30-to-31-are-there-special-instructions/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Simple Mobile Theme Changer]]></title>
			<link>http://get-simple.info/forum/topic/542/simple-mobile-theme-changer/new/posts/</link>
			<description><![CDATA[<p>Hey guys, just released a major update to the former &#039;Simple iPhone Theme Changer&#039;. </p><p>First change is I renamed it to Simple Mobile Theme Changer because I have added support for<br />both Android, and webOS mobile browsers. (Untested but should work without a problem!)</p><p>I have added a few options in the settings page, mainly the ability to type in what the name of the appropriate theme is for the matching browser.</p><p>Please let me know if you see any issues!</p><p>To install just unzip and copy files to &#039;site/plugins/&#039;</p>]]></description>
			<author><![CDATA[dummy@example.com (Johonwayni)]]></author>
			<pubDate>Wed, 22 Feb 2012 12:05:59 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/542/simple-mobile-theme-changer/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[News Manager]]></title>
			<link>http://get-simple.info/forum/topic/1135/news-manager/new/posts/</link>
			<description><![CDATA[<p>This topic is about the GetSimple News Manager plugin, an easy to use plugin allowing you to publish posts/articles on your website.</p><p><strong>Installation</strong></p><p>You can download the latest version from <a href="http://get-simple.info/extend/plugin/news-manager/43/" rel="nofollow">here</a>. Unzip the downloaded file and copy its contents to your plugins folder. The required data folder and configuration file should be created automatically when you first access the plugin.</p><p><strong>Usage</strong></p><p>To access the plugin, go to the News Manager submenu under the <em>Pages</em> tab. Once you&#039;re in the News Manager main admin panel, you will notice&nbsp; three buttons in the top-right corner: <em>Settings</em>,&nbsp; <em>Create New Post</em> and <em>Filter</em>. The <em>Settings</em> button allows you to change the behavior of the News Manager plugin, with the <em>Create New Post</em> button you can start writing new posts and the <em>Filter</em> button lets you search through long lists of posts.</p><p><strong>Settings</strong></p><p>The settings panel currently has 7 different options, each of which will be explained in more detail in the list below.</p><ul><li><p><strong>Page To Display Posts</strong> - Select the slug (url) of the page on which you want to display your posts. The original content of this page will be replaced with the posts that you have published.</p></li><li><p><strong>Language used on News Page</strong> - This controls the language settings for things like &#039;Published on&#039;, &#039;Older/Newer Posts&#039;, etc on the news page. Note that it won&#039;t affect the settings for the admin section of the News Manager plugin, that follows the global setting.</p></li><li><p><strong>Posts On News Page Are Shown As</strong> - You can choose for either Full Text or Excerpt. The first option will show each post as is, the second option displays an automatically created excerpt without html formatting for each post.</p></li><li><p><strong>Excerpt Length</strong> - This number defines the length in characters of the automatically created excerpts.</p></li><li><p><strong>Number Of Posts On News Page</strong> - This controls pagination. Whenever the total number of published posts exceeds the number entered here, a navigation menu will be shown at the bottom of the news page, allowing the user to navigate between pages with posts.</p></li><li><p><strong>Number Of Recent Posts</strong> - This plugin comes with a few (optional) sidebar functions, one of which provides a list with titles of the most recent posts. The value entered here controls how many titles are shown at each time.</p></li><li><p><strong>Use Fancy URLs for posts, archives, etc</strong> - If you enabled fancy URLs in the global GetSimple settings, you can enable them for the News Manager plugin too. When activated, <span class="bbu">you will have to update your .htaccess file</span> because otherwise it will not work! If applicable, after you have saved your settings a notification will appear with a link to a page explaining you how to change your .htaccess file.</p></li></ul><p><strong>Writing Posts</strong></p><p>Writing posts is more or less similar to writing pages: you can define a <em>Post Title</em>, and write the <em>Post Content</em> just as regular pages. Clicking on the <em>Post Options</em> button in the top-right corner reveals some extra options which are <em>Slug/URL</em>, <em>Tags</em>, <em>Publication date</em> and the ability to make a post <em>Private</em>. A page slug is a user- and SEO-friendly short text used in the post URL. In the Tags field you can enter whatever keywords you see fit, as long as they are single words and seperated by commas. The publication date speaks for itself and making a post private prevents it from being displayed on the front-end part of your website.</p><p><strong>Sidebar Functions</strong></p><p>A couple of optional sidebar functions are also availabe. They can be found in the file sidebar.php which is located in the <em>/plugins/news_manager/inc/</em> folder. What follows is a short description of what each function does:</p><ul><li><p><strong>nm_list_recent</strong> - Shows a list with the titles of the most recent articles, each title links to the full article.</p></li><li><p><strong>nm_list_archives</strong> - Creates a list with archives. Archives are ordered by month and each archive contains all posts that have been published in that specific month.</p></li><li><p><strong>nm_list_tags</strong> - Shows all unique tags in a tag cloud. Frequently used tags are shown bigger than others.</p></li><li><p><strong>nm_search</strong> - Provide a form to search articles based on keywords.</p></li></ul><p>For example,&nbsp; to show a list of recently published articles in the sidebar, simply put the following code in you theme template:</p><div class="codebox"><pre><code>&lt;?php nm_list_recent(); ?&gt;</code></pre></div><p><strong>Languages</strong></p><p>There are multiple language files included, they can be found in the <em>/plugins/news_manager/lang/</em> folder. You can create your own language file by translating any of the existing ones. Please contact me (via the GS forum topic or PM) when you have created a new language file and I will include it in the next release.</p><p><strong>CSS</strong></p><p>This plugin uses various CSS classes (title, date, content, etc), but you have to write your own CSS rules in order to apply a style of your liking. CSS code for the GetSimple Innovation theme is shown below.</p><div class="codebox"><pre><code>.nm_post {
  padding: 0;
  margin-bottom: 50px;
}

.nm_post h3 {
  margin-bottom: 5px;
}

.nm_post p {
  margin-bottom: 10px;
}

.nm_post_title a {
  text-decoration: none;
}

.nm_post_title a:hover {
  text-decoration: underline;
}

.nm_post_date {
  color: #999;
  font-size: 11px;
}

.nm_post_content {
  margin-bottom: 20px;
}

.nm_post_meta {
  padding: 2px 5px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  font-size: 11px;
}

.nm_post_back {
  margin-top: 20px;
  font-size: 11px;
}

.nm_post_back a {
  text-decoration: none;
}

.nm_post_back a:hover {
  text-decoration: underline;
}

.nm_page_nav .left {
  float:left;
  text-align:left;
}

.nm_page_nav .right {
  float:right;
  text-align:right;
}

aside .section a, aside .section a {
  text-decoration: none;
}

aside .section a:hover, aside .section a:hover {
  text-decoration: underline;
}

aside .section a.large {
  font-size: 22px;
}</code></pre></div><p>That&#039;s it, I hope you will enjoy it!</p>]]></description>
			<author><![CDATA[dummy@example.com (kate)]]></author>
			<pubDate>Wed, 22 Feb 2012 10:35:43 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/1135/news-manager/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[social share buttons 3+ by nokes]]></title>
			<link>http://get-simple.info/forum/topic/2300/social-share-buttons-3-by-nokes/new/posts/</link>
			<description><![CDATA[<p>Hello,<br />here I would like to introduce my new plugin. This plugin adds three social share buttons (Twitter, G+ and LinedIn) below the content.</p><p>A simple plugin, but it is useful.</p><p>Please report me about bugs and ideas.</p><p><a href="http://get-simple.info/extend/plugin/social-share-buttons-3/201/" rel="nofollow">http://get-simple.info/extend/plugin/so &#133; ons-3/201/</a></p><p>example on <a href="http://diretto.biz" rel="nofollow">http://diretto.biz</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Bertrand)]]></author>
			<pubDate>Wed, 22 Feb 2012 09:52:28 +0000</pubDate>
			<guid>http://get-simple.info/forum/topic/2300/social-share-buttons-3-by-nokes/new/posts/</guid>
		</item>
	</channel>
</rss>

