<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title></title>
		<link>http://community.wikidot.com</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate>Mon, 13 Feb 2012 14:25:06 +0000</lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/blog:css-per-category-including-inexisting-pages</guid>
				<title>CSS Per Category — Including Inexisting Pages!</title>
				<link>http://community.wikidot.com/blog:css-per-category-including-inexisting-pages</link>
				<description>

&lt;p&gt;Something that&#039;s slightly annoying about Wikidot is that when it comes to creating new pages that previously didn&#039;t exist, the Live Template isn&#039;t taken into account. That is, if you use the CSS module in the Live Template, then that isn&#039;t applied to the page until &lt;strong&gt;after&lt;/strong&gt; you save the page. All proceeding edits work fine, but the initial edit doesn&#039;t look how it&#039;s supposed to.&lt;/p&gt;
&lt;p&gt;But of course, they don&#039;t call me a Wikidot Super-Guru for nothing! Read on to see how it&#039;s done properly.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/james-kanjo&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=35113&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;James Kanjo&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=35113)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/james-kanjo&quot;  &gt;James Kanjo&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 04 Feb 2012 08:18:37 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Something that's slightly annoying about Wikidot is that when it comes to creating new pages that previously didn't exist, the Live Template isn't taken into account. That is, if you use the CSS module in the Live Template, then that isn't applied to the page until <strong>after</strong> you save the page. All proceeding edits work fine, but the initial edit doesn't look how it's supposed to.</p> <p>But of course, they don't call me a Wikidot Super-Guru for nothing! Read on to see how it's done properly.</p> <div class="content-separator" style="display: none:"></div> <p>There are two useful tools that appear when we create new pages: the top and sidebar navigators. Whatever code you place in these two pages, it will appear on every page that utilises those particular navigators. Generally speaking, these navigators are usually global for the site on most wikis (however they can be customised on a per-category basis).</p> <p>For our exercise today, we are going to focus on the sidebar navigator (usually located on the <tt>/nav:side</tt> page).</p> <h1><span>Step 1: Create your per-category CSS pages</span></h1> <p>Let's assume the category &quot;survey&quot;. We are going to create a hidden page called <tt>/survey:_css</tt> for us to store our CSS module on. Place your CSS module on this page like so:</p> <div class="code"> <pre> <code>[[module CSS]] a {color: #FFF !important;} [[/module]]</code> </pre></div> <p>This line of CSS code will ensure all links appear in the colour &quot;white&quot;.</p> <h1><span>Step 2: Inject James' Brilliant Code</span></h1> <p>Navigate to your sidebar navigator page and place the following code at the bottom:</p> <div class="code"> <pre> <code>[[div style=&quot;display: none;&quot;]] [[module ListPages limit=&quot;1&quot; pagetype=&quot;*&quot; separate=&quot;false&quot; prependLine=&quot;[!--&quot; appendLine=&quot;--]]&quot;]] [!----] [[include %%category%%:_css [[/module]] [[/div]]</code> </pre></div> <p>This Wikidot code will extract the source from the <tt>:_css</tt> page on a per-category basis. If no such page exists, nothing happens!</p> <p>If you happen to have no sidebar navigator on your Wikidot site, I suggest that you:</p> <ol> <li>Re-enable the sidebar from your <tt>/admin:manage</tt> page;</li> <li>Go to the sidebar page (usually it's the <tt>/nav:side</tt> page);</li> <li>Paste the following code at the top of the sidebar's source code to &quot;remove&quot; the sidebar:</li> </ol> <div class="code"> <pre> <code>[[module CSS show=&quot;true&quot;]] #side-bar {display: none;} [[/module]]</code> </pre></div> <h1><span>Step 3: You're done! Check it out!</span></h1> <p>That's right, there is no Step 3! You can now create new pages with per-category customised CSS now!!!</p> <p>No more messing around with the site's global CSS!</p> <p><span style="font-family: times new roman; font-size: 115%;">λ</span> <em>James Kanjo</em></p> <h3><span>Source</span></h3> <p>As taken from my blog post <a href="http://james.wikidot.com/blog:77">Wikidot: CSS Per Category</a></p> <div style="display: none;"> <h3><span>Author</span></h3> <p><span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/james-kanjo" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=35113&amp;size=small&amp;timestamp=1329143105" alt="James Kanjo" style="background-image:url(http://www.wikidot.com/userkarma.php?u=35113)" /></a><a href="http://www.wikidot.com/user:info/james-kanjo" >James Kanjo</a></span>. <span style="font-size:smaller;">Please visit his/her <a href="http://community.wikidot.com/user:james-kanjo">userPage</a>.</span></p> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/james-kanjo" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=35113&amp;size=small&amp;timestamp=1329143105" alt="James Kanjo" style="background-image:url(http://www.wikidot.com/userkarma.php?u=35113)" /></a><a href="http://www.wikidot.com/user:info/james-kanjo" >James Kanjo</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:gallery-with-external-images</guid>
				<title>Gallery with external images</title>
				<link>http://community.wikidot.com/blog:gallery-with-external-images</link>
				<description>

&lt;p&gt;Hi Wikidotians!&lt;br /&gt;
A &lt;a href=&quot;http://community.wikidot.com/forum/t-167587/can-t-resize-image#post-1358210&quot; target=&quot;_blank&quot;&gt;question&lt;/a&gt; about the &lt;strong&gt;missing &amp;quot;gallery&amp;quot; command for &amp;quot;external&amp;quot; images&lt;/strong&gt; let me think about a possibility to simulate such gallery with external images.&lt;br /&gt;
Because I need it for my genealogy-template I did it with dataforms on an autonumbering category &amp;quot;image-ext&amp;quot; on our &lt;a href=&quot;http://community-playground.wikidot.com/gallery-with-external-images&quot; target=&quot;_blank&quot;&gt;Community Playground&lt;/a&gt;&lt;br /&gt;
such a &amp;quot;Gallery&amp;quot; page like &lt;a href=&quot;http://community-playground.wikidot.com/image-ext:2&quot; target=&quot;_blank&quot;&gt;http://community-playground.wikidot.com/image-ext:2&lt;/a&gt; has this look:&lt;br /&gt;
&lt;a href=&quot;http://community-playground.wikidot.com/image-ext:2&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://community.wikidot.com/local--files/files/Gallery-ext_1.gif&quot; width=&quot;600px&quot; alt=&quot;Gallery-ext_1.gif&quot; class=&quot;image&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Under the &amp;quot;Viewer&amp;quot; of the (current) image are inserted some (neccessary) documentation like source, author, date,. description a.s.o)&lt;br /&gt;
Above is the hammer scrollbar ( module:2) usd for previous and next navigation of the images..&lt;br /&gt;
And under the &amp;quot;Viewer&amp;quot;-image is the collection ( by Listpages) of the thumbnails of the urls of all pages in the category.:&lt;br /&gt;
&lt;a href=&quot;http://community-playground.wikidot.com/image-ext:2&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://community.wikidot.com/local--files/files/Gallery-ext_2.gif&quot; width=&quot;600px&quot; alt=&quot;Gallery-ext_2.gif&quot; class=&quot;image&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Question: is the Listpages too long to load ?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notice&lt;/strong&gt; the used &amp;quot;&lt;a href=&quot;http://community-playground.wikidot.com/image-ext:_template&quot; target=&quot;_blank&quot;&gt;image-ext:_template&lt;/a&gt; of the images!&lt;/p&gt;
&lt;p&gt;I am not sure if someone else had the same idea before - could be i am too late for such solution and I have overseen it.&lt;/p&gt;
&lt;p&gt;Please - try to add another (external) image with the add button to test this &amp;#8230;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=17609&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;Helmuti_pdorf&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=17609)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;Helmuti_pdorf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 27 Jan 2012 19:29:45 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Hi Wikidotians!<br /> A <a href="http://community.wikidot.com/forum/t-167587/can-t-resize-image#post-1358210" target="_blank">question</a> about the <strong>missing &quot;gallery&quot; command for &quot;external&quot; images</strong> let me think about a possibility to simulate such gallery with external images.<br /> Because I need it for my genealogy-template I did it with dataforms on an autonumbering category &quot;image-ext&quot; on our <a href="http://community-playground.wikidot.com/gallery-with-external-images" target="_blank">Community Playground</a><br /> such a &quot;Gallery&quot; page like <a href="http://community-playground.wikidot.com/image-ext:2" target="_blank">http://community-playground.wikidot.com/image-ext:2</a> has this look:<br /> <a href="http://community-playground.wikidot.com/image-ext:2" target="_blank"><img src="http://community.wikidot.com/local--files/files/Gallery-ext_1.gif" width="600px" alt="Gallery-ext_1.gif" class="image" /></a></p> <p>Under the &quot;Viewer&quot; of the (current) image are inserted some (neccessary) documentation like source, author, date,. description a.s.o)<br /> Above is the hammer scrollbar ( module:2) usd for previous and next navigation of the images..<br /> And under the &quot;Viewer&quot;-image is the collection ( by Listpages) of the thumbnails of the urls of all pages in the category.:<br /> <a href="http://community-playground.wikidot.com/image-ext:2" target="_blank"><img src="http://community.wikidot.com/local--files/files/Gallery-ext_2.gif" width="600px" alt="Gallery-ext_2.gif" class="image" /></a></p> <p>Question: is the Listpages too long to load ?</p> <p><strong>Notice</strong> the used &quot;<a href="http://community-playground.wikidot.com/image-ext:_template" target="_blank">image-ext:_template</a> of the images!</p> <p>I am not sure if someone else had the same idea before - could be i am too late for such solution and I have overseen it.</p> <p>Please - try to add another (external) image with the add button to test this &#8230;</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/helmuti-pdorf" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=17609&amp;size=small&amp;timestamp=1329143105" alt="Helmuti_pdorf" style="background-image:url(http://www.wikidot.com/userkarma.php?u=17609)" /></a><a href="http://www.wikidot.com/user:info/helmuti-pdorf" >Helmuti_pdorf</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:advanced-search</guid>
				<title>Advanced Search!</title>
				<link>http://community.wikidot.com/blog:advanced-search</link>
				<description>

&lt;p&gt;Hello Fellow Wikidotians,&lt;br /&gt;
Recently, I released the new &lt;a href=&quot;http://csi.wikidot.com/package:49&quot;&gt;Advanced Search CSI&lt;/a&gt; (&lt;em&gt;cross-site include&lt;/em&gt;) - an easy to use extension to the current search module. This new include extends the current search module in a number of ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;users&lt;/em&gt; are presented with a UI to set search filters for &lt;em&gt;category, author and title&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;admins&lt;/em&gt; can set default values for each of these values
&lt;ul&gt;
&lt;li&gt;in addition, &lt;em&gt;admins&lt;/em&gt; are also able to enforce these default values (thereby restricting search results to the designated default filters)&lt;/li&gt;
&lt;li&gt;plus, &lt;em&gt;admins&lt;/em&gt; may hide these filter fields from &lt;em&gt;users&lt;/em&gt; to remove confusion&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;em&gt;admins&lt;/em&gt; are able to set the label of the search button&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;quot;&lt;em&gt;Now, that&#039;s all good&lt;/em&gt;&amp;quot;, you may say. &amp;quot;&lt;em&gt;So, how do you do it?&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;Installing the new Advanced Search module is not advanced at all! I&#039;ll provide you with a couple of snippet examples for you to copy and edit to suit your needs. For each of these, simply copy the code displayed here and replace the &lt;em&gt;Search Module&lt;/em&gt; in your wiki&#039;s &lt;tt&gt;search:site&lt;/tt&gt; and vola! Let&#039;s begin:&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&amp;quot;Simple&amp;quot; Advanced Search&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&amp;quot;Simple&amp;quot; Advanced Search simply replaces the current search module with one with three extra filter fields for title, author and category.&lt;/p&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;[[include&amp;#32;:csi:include:adv-search]]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;em&gt;Renders this:&lt;/em&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;div style=&quot;font-size: 0px; visibility : hidden;&quot;&gt;&lt;/div&gt;
&lt;p&gt;&lt;iframe class=&quot;html-block-iframe&quot; src=&quot;http://community.wikidot.com/blog:advanced-search/html/b656ea265e745ea4fdf51f64ee64479b10ab8a5f-15111977201859103944&quot; allowtransparency=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong&gt;NOTE THIS IS A DUMMY&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Change the label&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This is similar to the &amp;quot;Simple&amp;quot; Advanced Search - except you are able to define the search button text. This example changes the default &amp;quot;Search!&amp;quot; text with &amp;quot;Find me!&amp;quot;.&lt;/p&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;[[include&amp;#32;:csi:include:adv-search&amp;#32;text=Find&amp;#32;me!]]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;em&gt;Renders this:&lt;/em&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;div style=&quot;font-size: 0px; visibility : hidden;&quot;&gt;&lt;/div&gt;
&lt;p&gt;&lt;iframe class=&quot;html-block-iframe&quot; src=&quot;http://community.wikidot.com/blog:advanced-search/html/d59c9c428b628b6fffba40eac61a084ff1fbfb6a-18455796162122863708&quot; allowtransparency=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong&gt;NOTE THIS IS A DUMMY&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Hiding filters&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This is similar to the &amp;quot;Simple&amp;quot; Advanced Search - except you are able hide certain filter fields. This example hides the title filter field.&lt;/p&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;[[include&amp;#32;:csi:include:adv-search&amp;#32;showTitle=none]]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;em&gt;Renders this:&lt;/em&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;div style=&quot;font-size: 0px; visibility : hidden;&quot;&gt;&lt;/div&gt;
&lt;p&gt;&lt;iframe class=&quot;html-block-iframe&quot; src=&quot;http://community.wikidot.com/blog:advanced-search/html/d95499cdba28fe553feff0c548210b33188c89e0-3256324791093940781&quot; allowtransparency=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong&gt;NOTE THIS IS A DUMMY&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Setting default values&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This is similar to the &amp;quot;Simple&amp;quot; Advanced Search - except the filter fields can have a default value. This example shows the default title value as being &amp;quot;community&amp;quot;.&lt;/p&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;[[include&amp;#32;:csi:include:adv-search&amp;#32;defaultTitle=community]]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;em&gt;Renders this:&lt;/em&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;div style=&quot;font-size: 0px; visibility : hidden;&quot;&gt;&lt;/div&gt;
&lt;p&gt;&lt;iframe class=&quot;html-block-iframe&quot; src=&quot;http://community.wikidot.com/blog:advanced-search/html/264f9dc403187063de7c501e7f106b336dac101f-556402305428627379&quot; allowtransparency=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong&gt;NOTE THIS IS A DUMMY&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Enforcing default values&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This is the most powerful option of all. It is able to define a default filter criteria and enforce it. In this example, you may set the default search filter to be only searching pages from the &lt;tt&gt;_default&lt;/tt&gt; and &lt;tt&gt;doc&lt;/tt&gt; categories. You are then able to enforce this be not allowing the user to change this option. Even if changed, the final search result will end up displaying the results with the default filter applied. Finally, the category filter is hidden to prevent users from wanting to change it.&lt;/p&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;[[include&amp;#32;:csi:include:adv-search&lt;/span&gt;&lt;br /&gt;
|defaultCategory=_default,doc&lt;br /&gt;
|showCategory=none&lt;br /&gt;
|enforceDefault=true]]&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;em&gt;Renders this:&lt;/em&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;div style=&quot;font-size: 0px; visibility : hidden;&quot;&gt;&lt;/div&gt;
&lt;p&gt;&lt;iframe class=&quot;html-block-iframe&quot; src=&quot;http://community.wikidot.com/blog:advanced-search/html/d278089f5976d1cb262af86c72f73ad0a835633b-15146277891282940860&quot; allowtransparency=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong&gt;NOTE THIS IS A DUMMY&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Wasn&#039;t that easy!? Copy and paste :)&lt;br /&gt;
If you have any questions on how to set up this include, leave a comment here or &lt;a href=&quot;http://csi.wikidot.com/package:49&quot;&gt;at the CSI site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;~ Kenneth Tsang&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/tsangk&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=47197&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;tsangk&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=47197)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/tsangk&quot;  &gt;tsangk&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sun, 04 Dec 2011 10:02:28 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Hello Fellow Wikidotians,<br /> Recently, I released the new <a href="http://csi.wikidot.com/package:49">Advanced Search CSI</a> (<em>cross-site include</em>) - an easy to use extension to the current search module. This new include extends the current search module in a number of ways:</p> <ul> <li><em>users</em> are presented with a UI to set search filters for <em>category, author and title</em></li> <li><em>admins</em> can set default values for each of these values <ul> <li>in addition, <em>admins</em> are also able to enforce these default values (thereby restricting search results to the designated default filters)</li> <li>plus, <em>admins</em> may hide these filter fields from <em>users</em> to remove confusion</li> </ul> </li> <li><em>admins</em> are able to set the label of the search button</li> </ul> <p>&quot;<em>Now, that's all good</em>&quot;, you may say. &quot;<em>So, how do you do it?</em>&quot;</p> <p>Installing the new Advanced Search module is not advanced at all! I'll provide you with a couple of snippet examples for you to copy and edit to suit your needs. For each of these, simply copy the code displayed here and replace the <em>Search Module</em> in your wiki's <tt>search:site</tt> and vola! Let's begin:</p> <h2><span>&quot;Simple&quot; Advanced Search</span></h2> <p>&quot;Simple&quot; Advanced Search simply replaces the current search module with one with three extra filter fields for title, author and category.</p> <div class="code"> <p><span style="white-space: pre-wrap;">[[include&#32;:csi:include:adv-search]]</span></p> </div> <br /> <em>Renders this:</em> <div class="code"> <div style="font-size: 0px; visibility : hidden;"></div> <p><iframe class="html-block-iframe" src="http://community.wikidot.com/blog:advanced-search/html/b656ea265e745ea4fdf51f64ee64479b10ab8a5f-13234756781233294231" allowtransparency="true" frameborder="0"></iframe></p> <p style="text-align: center;"><strong>NOTE THIS IS A DUMMY</strong></p> </div> <h2><span>Change the label</span></h2> <p>This is similar to the &quot;Simple&quot; Advanced Search - except you are able to define the search button text. This example changes the default &quot;Search!&quot; text with &quot;Find me!&quot;.</p> <div class="code"> <p><span style="white-space: pre-wrap;">[[include&#32;:csi:include:adv-search&#32;text=Find&#32;me!]]</span></p> </div> <br /> <em>Renders this:</em> <div class="code"> <div style="font-size: 0px; visibility : hidden;"></div> <p><iframe class="html-block-iframe" src="http://community.wikidot.com/blog:advanced-search/html/d59c9c428b628b6fffba40eac61a084ff1fbfb6a-7539850941738218038" allowtransparency="true" frameborder="0"></iframe></p> <p style="text-align: center;"><strong>NOTE THIS IS A DUMMY</strong></p> </div> <h2><span>Hiding filters</span></h2> <p>This is similar to the &quot;Simple&quot; Advanced Search - except you are able hide certain filter fields. This example hides the title filter field.</p> <div class="code"> <p><span style="white-space: pre-wrap;">[[include&#32;:csi:include:adv-search&#32;showTitle=none]]</span></p> </div> <br /> <em>Renders this:</em> <div class="code"> <div style="font-size: 0px; visibility : hidden;"></div> <p><iframe class="html-block-iframe" src="http://community.wikidot.com/blog:advanced-search/html/d95499cdba28fe553feff0c548210b33188c89e0-1217491642425455669" allowtransparency="true" frameborder="0"></iframe></p> <p style="text-align: center;"><strong>NOTE THIS IS A DUMMY</strong></p> </div> <h2><span>Setting default values</span></h2> <p>This is similar to the &quot;Simple&quot; Advanced Search - except the filter fields can have a default value. This example shows the default title value as being &quot;community&quot;.</p> <div class="code"> <p><span style="white-space: pre-wrap;">[[include&#32;:csi:include:adv-search&#32;defaultTitle=community]]</span></p> </div> <br /> <em>Renders this:</em> <div class="code"> <div style="font-size: 0px; visibility : hidden;"></div> <p><iframe class="html-block-iframe" src="http://community.wikidot.com/blog:advanced-search/html/264f9dc403187063de7c501e7f106b336dac101f-2062978187193478553" allowtransparency="true" frameborder="0"></iframe></p> <p style="text-align: center;"><strong>NOTE THIS IS A DUMMY</strong></p> </div> <h2><span>Enforcing default values</span></h2> <p>This is the most powerful option of all. It is able to define a default filter criteria and enforce it. In this example, you may set the default search filter to be only searching pages from the <tt>_default</tt> and <tt>doc</tt> categories. You are then able to enforce this be not allowing the user to change this option. Even if changed, the final search result will end up displaying the results with the default filter applied. Finally, the category filter is hidden to prevent users from wanting to change it.</p> <div class="code"> <p><span style="white-space: pre-wrap;">[[include&#32;:csi:include:adv-search</span><br /> |defaultCategory=_default,doc<br /> |showCategory=none<br /> |enforceDefault=true]]</p> </div> <br /> <em>Renders this:</em> <div class="code"> <div style="font-size: 0px; visibility : hidden;"></div> <p><iframe class="html-block-iframe" src="http://community.wikidot.com/blog:advanced-search/html/d278089f5976d1cb262af86c72f73ad0a835633b-123273587669044518" allowtransparency="true" frameborder="0"></iframe></p> <p style="text-align: center;"><strong>NOTE THIS IS A DUMMY</strong></p> </div> <p>Wasn't that easy!? Copy and paste :)<br /> If you have any questions on how to set up this include, leave a comment here or <a href="http://csi.wikidot.com/package:49">at the CSI site</a>.</p> <p>~ Kenneth Tsang</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/tsangk" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=47197&amp;size=small&amp;timestamp=1329143105" alt="tsangk" style="background-image:url(http://www.wikidot.com/userkarma.php?u=47197)" /></a><a href="http://www.wikidot.com/user:info/tsangk" >tsangk</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:russian-wikidot-handbook-started</guid>
				<title>Russian Wikidot Handbook  started!</title>
				<link>http://community.wikidot.com/blog:russian-wikidot-handbook-started</link>
				<description>

&lt;p&gt;Welcome all Russian wikidotians!&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=17609&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;Helmuti_pdorf&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=17609)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;Helmuti_pdorf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 17 Sep 2011 11:52:32 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Welcome all Russian wikidotians!</p> <p>First time the Wiki Syntax is translated in Russian:</p> <p>Now starting: <a href="http://handbook.wikidot.com/ru:start" target="_blank">Russian Handbook</a></p> <p>1 .I have created the langage dependent structure (ru)<br /> 2. I inserted the language dependent forum category on the side bar.</p> <p>Regards<br /> Helmut</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/helmuti-pdorf" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=17609&amp;size=small&amp;timestamp=1329143105" alt="Helmuti_pdorf" style="background-image:url(http://www.wikidot.com/userkarma.php?u=17609)" /></a><a href="http://www.wikidot.com/user:info/helmuti-pdorf" >Helmuti_pdorf</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:applications-for-wikidot-available</guid>
				<title>Applications for Wikidot available</title>
				<link>http://community.wikidot.com/blog:applications-for-wikidot-available</link>
				<description>

&lt;p&gt;Some Wikidot guru&#039;s have build Appplications for Wikidot written in javascript, run time Java, Python or only in Wikidot syntax - and I started on our Community a summary collection of all (as I know) existing &lt;a href=&quot;http://community.wikidot.com/app:_start&quot; target=&quot;_blank&quot;&gt;Applications for Wikidot&lt;/a&gt;:&lt;br /&gt;&lt;/p&gt;
&lt;table class=&quot;wiki-content-table&quot;&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://community.wikidot.com/app:calendars&quot; target=&quot;_blank&quot;&gt;Calendars&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Calendar in Wikidot! Easy to use and implement your own!&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://community.wikidot.com/app:chat&quot; target=&quot;_blank&quot;&gt;Chat&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Build your OWN CHAT-ROOM&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://community.wikidot.com/app:notebook-template&quot; target=&quot;_blank&quot;&gt;Notebook at Wikidot&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Wikidot&#039;s prime notebook application, featuring sections, subsections, noteboxes, temporary reminders, and more.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://community.wikidot.com/app:password&quot; target=&quot;_blank&quot;&gt;Password Verification Server&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The one-way stop for creating a secure password input box for your site.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://community.wikidot.com/app:polls&quot; target=&quot;_blank&quot;&gt;Polls&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;You can create your own POLL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://community.wikidot.com/app:wdeditor&quot; target=&quot;_blank&quot;&gt;STE Wikidot Editor&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;STE is a source code editor for your Wikidot website, with dedicated support for importing and exporting from Wikidot.com. Available for Windows, Mac OS X and Linux.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://community.wikidot.com/app:whiffle&quot; target=&quot;_blank&quot;&gt;Whiffle&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;A Python package to hide the complexities of using the Wikidot XML-RPC API. Example scripts are provided for re-parenting pages and changing tags in large batches.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://community.wikidot.com/app:jsapi&quot; target=&quot;_blank&quot;&gt;Wikidot jsAPI Library&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Wikidot jsAPI - Wikidot API Javascript Library and demos (example: &lt;a href=&quot;https://jsapi.wikidot.com/tagtool&quot; target=&quot;_blank&quot;&gt;re-tag tool&lt;/a&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;and in &amp;quot;Beta&amp;quot;: &lt;a href=&quot;http://edmund.wikidot.com/&quot; target=&quot;_blank&quot;&gt;Edmund&lt;/a&gt; the Wikidot Explorer (with Mass-Edit)&lt;/p&gt;
&lt;p&gt;If you beleive there is your app missing - please inform us with a comment!&lt;br /&gt;
The Link to the &amp;quot;Overview page&amp;quot; is inserted (like the featured sites) in the top menu &amp;quot;News&amp;quot; and in the left menu under &lt;a href=&quot;http://community.wikidot.com/app:_start&quot; target=&quot;_blank&quot;&gt;APP&#039;s for Wikidot&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=17609&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;Helmuti_pdorf&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=17609)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;Helmuti_pdorf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 30 Jul 2011 14:01:11 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Some Wikidot guru's have build Appplications for Wikidot written in javascript, run time Java, Python or only in Wikidot syntax - and I started on our Community a summary collection of all (as I know) existing <a href="http://community.wikidot.com/app:_start" target="_blank">Applications for Wikidot</a>:<br /></p> <table class="wiki-content-table"> <tr> <td><a href="http://community.wikidot.com/app:calendars" target="_blank">Calendars</a></td> <td>Calendar in Wikidot! Easy to use and implement your own!</td> </tr> <tr> <td><a href="http://community.wikidot.com/app:chat" target="_blank">Chat</a></td> <td>Build your OWN CHAT-ROOM</td> </tr> <tr> <td><a href="http://community.wikidot.com/app:notebook-template" target="_blank">Notebook at Wikidot</a></td> <td>Wikidot's prime notebook application, featuring sections, subsections, noteboxes, temporary reminders, and more.</td> </tr> <tr> <td><a href="http://community.wikidot.com/app:password" target="_blank">Password Verification Server</a></td> <td>The one-way stop for creating a secure password input box for your site.</td> </tr> <tr> <td><a href="http://community.wikidot.com/app:polls" target="_blank">Polls</a></td> <td>You can create your own POLL</td> </tr> <tr> <td><a href="http://community.wikidot.com/app:wdeditor" target="_blank">STE Wikidot Editor</a></td> <td>STE is a source code editor for your Wikidot website, with dedicated support for importing and exporting from Wikidot.com. Available for Windows, Mac OS X and Linux.</td> </tr> <tr> <td><a href="http://community.wikidot.com/app:whiffle" target="_blank">Whiffle</a></td> <td>A Python package to hide the complexities of using the Wikidot XML-RPC API. Example scripts are provided for re-parenting pages and changing tags in large batches.</td> </tr> <tr> <td><a href="http://community.wikidot.com/app:jsapi" target="_blank">Wikidot jsAPI Library</a></td> <td>Wikidot jsAPI - Wikidot API Javascript Library and demos (example: <a href="https://jsapi.wikidot.com/tagtool" target="_blank">re-tag tool</a>)</td> </tr> </table> <p>and in &quot;Beta&quot;: <a href="http://edmund.wikidot.com/" target="_blank">Edmund</a> the Wikidot Explorer (with Mass-Edit)</p> <p>If you beleive there is your app missing - please inform us with a comment!<br /> The Link to the &quot;Overview page&quot; is inserted (like the featured sites) in the top menu &quot;News&quot; and in the left menu under <a href="http://community.wikidot.com/app:_start" target="_blank">APP's for Wikidot</a>.</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/helmuti-pdorf" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=17609&amp;size=small&amp;timestamp=1329143105" alt="Helmuti_pdorf" style="background-image:url(http://www.wikidot.com/userkarma.php?u=17609)" /></a><a href="http://www.wikidot.com/user:info/helmuti-pdorf" >Helmuti_pdorf</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:css-playground</guid>
				<title>CSS Playground !</title>
				<link>http://community.wikidot.com/blog:css-playground</link>
				<description>

&lt;p&gt;Thanks to &lt;a href=&quot;http://feedback.wikidot.com/bug:394/comments/show#post-1153978&quot;&gt;this new experimental feature&lt;/a&gt;, user &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/james-kanjo&quot;  &gt;James Kanjo&lt;/a&gt;&lt;/span&gt; has launched a new site: &lt;a href=&quot;http://css-playground.wikidot.com/&quot;&gt;CSS Playground&lt;/a&gt;, which is essentially a sandbox for CSS themes :-)&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/james-kanjo&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=35113&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;James Kanjo&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=35113)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/james-kanjo&quot;  &gt;James Kanjo&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 18 May 2011 14:12:15 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Thanks to <a href="http://feedback.wikidot.com/bug:394/comments/show#post-1153978">this new experimental feature</a>, user <span class="printuser"><a href="http://www.wikidot.com/user:info/james-kanjo" >James Kanjo</a></span> has launched a new site: <a href="http://css-playground.wikidot.com/">CSS Playground</a>, which is essentially a sandbox for CSS themes :-)</p> <blockquote> <p>This site brings you a place to:</p> <ul> <li>Instantly test CSS code</li> <li>Store CSS code for future use</li> <li>Tweak your CSS themes before pushing them live on your website</li> </ul> </blockquote> <p>Check it out for yourself!!!</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/james-kanjo" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=35113&amp;size=small&amp;timestamp=1329143105" alt="James Kanjo" style="background-image:url(http://www.wikidot.com/userkarma.php?u=35113)" /></a><a href="http://www.wikidot.com/user:info/james-kanjo" >James Kanjo</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:new:autosave-function-in-module-newpage</guid>
				<title>New: Autosave function in module NewPage</title>
				<link>http://community.wikidot.com/blog:new:autosave-function-in-module-newpage</link>
				<description>

&lt;p&gt;The &lt;a href=&quot;http://www.wikidot.com/doc:newpage-module&quot; target=&quot;_blank&quot;&gt;NewPage module&lt;/a&gt; was updated on April 29th to include a new feature: &lt;a href=&quot;http://blog.wikidot.com/blog:ufo-found-just-kidding-improved-newpages-is-here/comments/show&quot; target=&quot;_blank&quot;&gt;Autosave&lt;/a&gt;. This has been a &lt;a href=&quot;http://feedback.wikidot.com/wish:1&quot; target=&quot;_blank&quot;&gt;heavily-rated wish&lt;/a&gt; since the feedback site was created (it was the very first wish)!&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=17609&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;Helmuti_pdorf&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=17609)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;Helmuti_pdorf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 02 May 2011 06:31:55 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>The <a href="http://www.wikidot.com/doc:newpage-module" target="_blank">NewPage module</a> was updated on April 29th to include a new feature: <a href="http://blog.wikidot.com/blog:ufo-found-just-kidding-improved-newpages-is-here/comments/show" target="_blank">Autosave</a>. This has been a <a href="http://feedback.wikidot.com/wish:1" target="_blank">heavily-rated wish</a> since the feedback site was created (it was the very first wish)!</p> <table class="wiki-content-table"> <tr> <th>attribute</th> <th>required</th> <th>allowed values</th> <th>default</th> <th>description</th> </tr> <tr> <td><tt>mode</tt></td> <td>no</td> <td><tt>edit</tt>,<br /> <tt>save-and-refresh</tt>,<br /> <tt>save-and-go</tt></td> <td><tt>edit</tt></td> <td>&quot;edit&quot; takes you to an editor.<br /> &quot;save-and-refresh&quot; saves the page and refresh current page.<br /> &quot;save-and-go&quot; saves the page and goes to it (without editor) unless<br /> <tt>goTo</tt> attribute is passed</td> </tr> <tr> <td>goTo</td> <td>no</td> <td>valid page name</td> <td>none</td> <td>specifies which page to go to after automatically saving a page</td> </tr> </table> <p>An example of this in action:</p> <div style="text-align:center; width:90%; border:1px solid grey;"></div> <p>To add a list like this in your own site, saving pages to the 'todo' category, use this code:</p> <div class="code"> <p><span style="white-space: pre-wrap;">[[module&#32;NewPage&#32;button=&quot;Add&#32;something&#32;to&#32;the&#32;TODO&#32;list&quot;&#32;category=&quot;todo&quot;&#32;mode=&quot;save-and-refresh&quot;]]</span><br /> <br /> <span style="white-space: pre-wrap;">[[module&#32;ListPages&#32;category=&quot;todo&quot;&#32;parent=&quot;.&quot;&#32;separate=&quot;no&quot;]]</span><br /> <span style="white-space: pre-wrap;">%%title_linked%%</span><br /> <span style="white-space: pre-wrap;">[[/module]]</span></p> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/helmuti-pdorf" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=17609&amp;size=small&amp;timestamp=1329143105" alt="Helmuti_pdorf" style="background-image:url(http://www.wikidot.com/userkarma.php?u=17609)" /></a><a href="http://www.wikidot.com/user:info/helmuti-pdorf" >Helmuti_pdorf</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:new:set-tags-button-available</guid>
				<title>New: Set tags button (for update tags)  available</title>
				<link>http://community.wikidot.com/blog:new:set-tags-button-available</link>
				<description>

&lt;p&gt;A syntax implementation makes it possible: We can use a new standalone &lt;span style=&quot;white-space: pre-wrap;&quot;&gt;[[&lt;/span&gt;&lt;strong&gt;button set-tags +_tag1 -_tag2 text=&amp;quot;Change tags&amp;quot;&lt;/strong&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;]]&lt;/span&gt; to update tags of a page with predefined settings.. - Documentation is here: &lt;a href=&quot;http://www.wikidot.com/doc:wiki-syntax#toc61&quot; target=&quot;_blank&quot;&gt;Button for tag update&lt;/a&gt; and some examples of usage now following :&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=17609&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;Helmuti_pdorf&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=17609)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;Helmuti_pdorf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 25 Mar 2011 11:43:48 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>A syntax implementation makes it possible: We can use a new standalone <span style="white-space: pre-wrap;">[[</span><strong>button set-tags +_tag1 -_tag2 text=&quot;Change tags&quot;</strong><span style="white-space: pre-wrap;">]]</span> to update tags of a page with predefined settings.. - Documentation is here: <a href="http://www.wikidot.com/doc:wiki-syntax#toc61" target="_blank">Button for tag update</a> and some examples of usage now following :</p> <div class="site-actions"> <div class="redcolor"> <table class="wiki-content-table"> <tr> <th>Closed ?</th> <td><a class="wiki-standalone-button" href="javascript:WIKIDOT.page.listeners.updateTagsByButton('+closed%20-open')">mark as closed (+ clear open)</a></td> </tr> </table> </div> <div class="greencolor"> <table class="wiki-content-table"> <tr> <th>Good ?</th> <td><a class="wiki-standalone-button" href="javascript:WIKIDOT.page.listeners.updateTagsByButton('+good%20-notgood')">mark as good (+ clear notgood)</a></td> </tr> </table> </div> </div> <div style="clear:both; height: 0px; font-size: 1px"></div> <p>=&gt; Look at the &quot;tags&quot; displayed after the tweet button!</p> <p>Done with</p> <div class="code"> <pre> <code>[[module CSS]] .site-actions div { float: left; margin-right: 10px; } .site-actions div a { color: #fff; background: #f7f; border: 1px solid #999; padding: 2px 10px 3px; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; text-shadow: 1px 1px 1px #bbb; opacity: 0.8; } .site-actions div a:hover { opacity: 1; } .site-actions div.redcolor a { background: #7ff; } .site-actions div.greencolor a { background: #f7f; } [[/module]] A syntax implementation makes it possible: We can use a new standalone @@[[@@**button set-tags +_tag1 -_tag2 text=&quot;Change tags&quot;**@@]]@@ to update tags of a page with predefined settings.. - Documentation is here: [*http://www.wikidot.com/doc:wiki-syntax#toc61 Button for tag update] and some examples of usage now following : [[div class=&quot;site-actions&quot;]] [[iftags -good -notgood]] [[div class=&quot;greencolor&quot;]] ||~ Good ? || [[button set-tags +good -notgood text=&quot;mark as good or:&quot;]] || ||~ Notgood ? || [[button set-tags +notgood -good text=&quot;mark as notgood&quot;]] || [[/div]] [[/iftags]] [[iftags -open -closed]] [[div class=&quot;greencolor&quot;]] ||~ Open ?|| [[button set-tags +open -closed text=&quot;mark as open or:&quot;]] || ||~ Closed ?|| [[button set-tags +closed -open text=&quot;mark as closed &quot;]] || [[/div]] [[/iftags]] [[iftags +good]] [[div class=&quot;redcolor&quot;]] ||~ Notgood ?|| [[button set-tags +notgood -good text=&quot;mark as notgood (+ clear good)&quot;]] || [[/div]] [[/iftags]] [[iftags +open]] [[div class=&quot;redcolor&quot;]] ||~ Closed ?|| [[button set-tags +closed -open text=&quot;mark as closed (+ clear open)&quot;]] || [[/div]] [[/iftags]] [[iftags +closed]] [[div class=&quot;greencolor&quot;]] ||~ Open ? || [[button set-tags +open -closed text=&quot;mark as open (+ clear closed)&quot;]] || [[/div]] [[/iftags]] [[iftags +notgood]] [[div class=&quot;greencolor&quot;]] ||~ Good ?|| [[button set-tags +good -notgood text=&quot;mark as good (+ clear notgood)&quot;]] || [[/div]] [[/iftags]] [[/div]] ~~~~</code> </pre></div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/helmuti-pdorf" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=17609&amp;size=small&amp;timestamp=1329143105" alt="Helmuti_pdorf" style="background-image:url(http://www.wikidot.com/userkarma.php?u=17609)" /></a><a href="http://www.wikidot.com/user:info/helmuti-pdorf" >Helmuti_pdorf</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:calendars-for-wikidot</guid>
				<title>Calendars for Wikidot !</title>
				<link>http://community.wikidot.com/blog:calendars-for-wikidot</link>
				<description>

&lt;p&gt;This is in the &lt;a href=&quot;http://calendars.wikidot.com/&quot; target=&quot;_blank&quot;&gt;original version&lt;/a&gt; not really new, but there is now a new (copied ) sister-template of the &lt;a href=&quot;http://calendars.wikidot.com/&quot; target=&quot;_blank&quot;&gt;calendars&lt;/a&gt; Wikidot- application - starting the week with sunday - saturday:&lt;br /&gt;
&lt;a href=&quot;http://calendars-sunday.wikidot.com/&quot; target=&quot;_blank&quot;&gt;http://calendars-sunday.wikidot.com/&lt;/a&gt; is a calendars template where you can copy some usefull css pages and/or use only the include of the calendar-sunday:calendar on YOUR site.&lt;br /&gt;
Please - Notice there is a &lt;a href=&quot;http://user-gemeinschaft.wikidot.com/blog:kalender-fuer-wikidot-in-deutsch&quot; target=&quot;_blank&quot;&gt;german calendar&lt;/a&gt; too!&lt;/p&gt;
&lt;p&gt;I made this copy after a request of a wikidot user.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=17609&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;Helmuti_pdorf&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=17609)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;Helmuti_pdorf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 02 Mar 2011 18:27:07 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>This is in the <a href="http://calendars.wikidot.com/" target="_blank">original version</a> not really new, but there is now a new (copied ) sister-template of the <a href="http://calendars.wikidot.com/" target="_blank">calendars</a> Wikidot- application - starting the week with sunday - saturday:<br /> <a href="http://calendars-sunday.wikidot.com/" target="_blank">http://calendars-sunday.wikidot.com/</a> is a calendars template where you can copy some usefull css pages and/or use only the include of the calendar-sunday:calendar on YOUR site.<br /> Please - Notice there is a <a href="http://user-gemeinschaft.wikidot.com/blog:kalender-fuer-wikidot-in-deutsch" target="_blank">german calendar</a> too!</p> <p>I made this copy after a request of a wikidot user.</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/helmuti-pdorf" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=17609&amp;size=small&amp;timestamp=1329143105" alt="Helmuti_pdorf" style="background-image:url(http://www.wikidot.com/userkarma.php?u=17609)" /></a><a href="http://www.wikidot.com/user:info/helmuti-pdorf" >Helmuti_pdorf</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:free-admin-forum-available</guid>
				<title>Free Admin-Forum available!</title>
				<link>http://community.wikidot.com/blog:free-admin-forum-available</link>
				<description>

&lt;p&gt;The &lt;a href=&quot;http://community-playground.wikidot.com/admin-forum&quot; target=&quot;_blank&quot;&gt;Free Admin-Forum&lt;/a&gt; on &lt;a href=&quot;http://community-playground.wikidot.com&quot; target=&quot;_blank&quot;&gt;Community-Playground&lt;/a&gt;/ is build for copying into You site !&lt;br /&gt;
Feel free to use it - test it - and copy it into your site !&lt;br /&gt;
Test is here: &lt;a href=&quot;http://community-playground.wikidot.com/admin-forum:start&quot; target=&quot;_blank&quot;&gt;http://community-playground.wikidot.com/admin-forum:start&lt;/a&gt; and if you want - you can start and test and write whatever you want in the &amp;quot;&lt;a href=&quot;http://community-playground.wikidot.com/admin-section:general-test&quot; target=&quot;_blank&quot;&gt;General-test&lt;/a&gt;&amp;quot; section:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Threads,&lt;/li&gt;
&lt;li&gt;Tasks,&lt;/li&gt;
&lt;li&gt;Sticky Threads,&lt;/li&gt;
&lt;li&gt;Sub-task ,
&lt;ul&gt;
&lt;li&gt;subtaks to subtaks
&lt;ul&gt;
&lt;li&gt;subtaks to subtaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;a.s.o.&lt;br /&gt;
Any comments are welcome here or on this admin-forum :)&lt;/p&gt;
&lt;p&gt;Here is a short copy of the playground admin forum description:&lt;br /&gt;
After the question in a german wiki how to make a non-commented forum for admins only I copied some pages and categories for an own &amp;quot;admin&amp;quot; forum:&lt;br /&gt;
this is a &amp;quot;page&amp;quot;-based solution for people who wants to have an &amp;quot;admin-forum&amp;quot; inside their Wiki - only viewable &amp;amp; editable by admins - without any comments of the per page discussions (which would be viewable).&lt;br /&gt;
Thanks to the &lt;a href=&quot;http://forum-template.wikidot.com/&quot; target=&quot;_blank&quot;&gt;Forum-Template&lt;/a&gt; from &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/pieterh&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=99&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;pieterh&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=99)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/pieterh&quot;  &gt;pieterh&lt;/a&gt;&lt;/span&gt; and the team - build out of the &lt;a href=&quot;http://projects.wikidot.com/&quot; target=&quot;_blank&quot;&gt;Projects&lt;/a&gt; site.&lt;br /&gt;
And thanks to the &lt;a href=&quot;http://nocomment.wikidot.com/main:start&quot; target=&quot;_blank&quot;&gt;nocomment forum&lt;/a&gt; of &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/leiger&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=32953&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;leiger&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=32953)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/leiger&quot;  &gt;leiger&lt;/a&gt;&lt;/span&gt; where I have learned that comments are not really neccessary&amp;#8230;&lt;br /&gt;
This solution here is not (yet) a perfect one - I would like to chage the threads more to the nocomment forum layout&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To be honest&lt;/strong&gt; - this solution is working with the &amp;quot;view and all other&amp;quot; -permissions checked out for specific &amp;quot;admin-..&amp;quot; categories, but &lt;strong&gt;this is not really 100% &amp;quot;secure and private&amp;quot;!&lt;/strong&gt;. Some tricky members with a really very good wikidot knowledge can find a way to see and read the content of the amin-forum pages. But it is not easy and the trick is not written here.&lt;/p&gt;
&lt;h4&gt;&lt;span&gt;Why an admin forum?&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;Often we got the question - &amp;quot;how can I make an admin forum for admins-only&amp;quot; - not viewable for all other visitors/memenrs. There are some discussions like design&amp;amp; layout setup , specific permission decisions which are not to be discussed in the standard open forum - viewable to all others.&lt;br /&gt;
On the &lt;a href=&quot;http://community.wikidot.com/&quot; target=&quot;_blank&quot;&gt;community site&lt;/a&gt; we had taken the decision to use a parallel &amp;quot;private&amp;quot; site only for such an admin-forum. But with all problems of administration of membership ( the admins of the other , original site). Tthis is easy to insttall, maintain and use and needs only a link to it. But it costs a &amp;quot;private site&amp;quot; with limited membership for free accounts.&lt;/p&gt;
&lt;h4&gt;&lt;span&gt;Why not on hidden foruum categories?&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;The standard forum has hidden categories ( like the deleted threads) - but you cannot stop visitors going back to the forum - hidden group and scroll throu the hidden Threads .&lt;/p&gt;
&lt;h4&gt;&lt;span&gt;Why on pages?&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;The &lt;strong&gt;standard Forum is NOT included in any backup.zip file&lt;/strong&gt; created out of the site manager ( for personal downloads) .&lt;br /&gt;
Means - if someone ( admin) deletes all the forum pages and categories - all is gone&amp;#8230;.&lt;/p&gt;
&lt;h4&gt;&lt;span&gt;Why no comments on such admin-pages?&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;All &amp;quot;Per Page Discussions&amp;quot; ( = Comments) are stored om the standard forum - and therefore viewable again.&lt;/p&gt;
&lt;p&gt;=&amp;gt; On this admin-forum solution all the per page discussions are switched off means&amp;quot;disabled&amp;quot; for the used &amp;quot;admin&amp;#8230;&amp;quot; categories.&lt;/p&gt;
&lt;p&gt;BUT: if you wish to use this forum for your own standard forum - than you can open the comments ( and allow it) in the &amp;quot;admin-thread:_template&amp;quot; where at the moment the module comments are out-commented ( :) )&lt;/p&gt;
&lt;h4&gt;&lt;span&gt;How is it done with the &amp;quot;private&amp;quot; part?&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;All used &amp;quot;admin..&amp;quot; categories are in the permissions set to no one checked box - all is disallowed for them&amp;#8230; only admins can use the pages&lt;br /&gt;
And for better service for unauthorized visitors - landing on such &amp;quot;admin..&amp;quot; category &amp;amp; page - there is the explaination on the specific &amp;quot;_public&amp;quot; pages - which says only - sorry, this admin pages are only allowed for admins.&amp;quot;. or so..&lt;/p&gt;
&lt;h4&gt;&lt;span&gt;Can i use a different nav:side menu ?&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;The &amp;quot;admin-nav:side&amp;quot; page ( with the joined &amp;quot;_public&amp;quot; page - see above) can be used to show a complete different nav-side menu for such &amp;quot;admin..: .&amp;quot; pages .&lt;br /&gt;
=&amp;gt; The setup is done in the Site Manager - Appearance - Navigation elelments&lt;/p&gt;
&lt;h4&gt;&lt;span&gt;How can I make use of it now?&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;Transfer (= &lt;strong&gt;Copy the source, tags and parenting&lt;/strong&gt; ) all the listed pages in the 4 categories:&lt;br /&gt;
&amp;quot;admin-forum&amp;quot; - the overview pages&lt;br /&gt;
&amp;quot;admin-section&amp;quot; - the sections of the forum ( like categories in the standard forum)&lt;br /&gt;
&amp;quot;admin-nav:side&amp;quot; - one page exta if used with a different layout for admins only..&lt;br /&gt;
&amp;quot;admin-threads&amp;quot; - the Thread - Pages - &lt;strong&gt;autonumbered&lt;/strong&gt; in the site manager!&lt;br /&gt;
( from this threads you need not to copy all numbered threads - only the starting number - if you want 1-3 )&lt;/p&gt;
&lt;p&gt;if you want you can make the (standard) &amp;quot;admin:&amp;quot; categorie private too - and create the neccessary &amp;quot;admin:_public&amp;quot; page for it.&lt;br /&gt;
( and can than include this page in all other &amp;quot;admin-&amp;#8230;:_public&amp;quot; pages)&lt;/p&gt;
&lt;h4&gt;&lt;span&gt;What setup is to be done in Site manager?&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;After the copy of the existing pages in these 4 categories you have to setup in the site manager following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Check off all &amp;quot;Permission&amp;quot;-boxes of these 4 categories in the site manager - this makies the categories non &amp;quot;_publilc&amp;quot;&lt;/li&gt;
&lt;li&gt;Set in the Forum - &amp;quot;Per Page discussions&amp;quot; - all 4 categories on &amp;quot;disabled&amp;quot; - this prevents from using the discuss button or comments module&lt;/li&gt;
&lt;li&gt;if using it - set in the Appearance - Navigations the &amp;quot;admin-nav:side&amp;quot; as the nav:side menu for all these used &amp;quot;admin..&amp;quot; categories.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;&lt;span&gt;Is it worth all this work?&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;I think - there is a section like &amp;quot;Design&amp;quot; - where the admins have to discuss &amp;amp; store the outcome of important discussions like&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Forum groups and categories&lt;/li&gt;
&lt;li&gt;Forum - Permissions for whom ( registered users, members, anonymous)&lt;/li&gt;
&lt;li&gt;wiki structure&lt;/li&gt;
&lt;li&gt;menues&lt;/li&gt;
&lt;li&gt;Multilingual setup&lt;/li&gt;
&lt;li&gt;Comments allowed - and how? - Discuss button using or module comments in Templates?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Big Benefits are&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the &amp;quot;open tasks&amp;quot; - (Thread - tagged with &amp;quot;_task&amp;quot; ) with the &lt;strong&gt;&amp;quot;Open tasks&amp;quot; -list&lt;/strong&gt; in the &amp;quot;admin-nav:side&amp;quot;&lt;/li&gt;
&lt;li&gt;to &lt;strong&gt;&amp;quot;_close&amp;quot;&lt;/strong&gt; Threads by tagging !&lt;/li&gt;
&lt;li&gt;Sub-Threads ( nesting) into an endless level by pareting (ok, could be senseless)&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;&lt;span&gt;Are there Cross Sites Includes?&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;Yes, there are some includes from &amp;quot;modules&amp;quot; site used.:&lt;br /&gt;
&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&amp;#32;:modules:include:3&amp;#32;&lt;/span&gt; (in the section: and thread:_templates)&lt;/p&gt;
&lt;h4&gt;&lt;span&gt;Where can I see it working?&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;In our playground site are these categories OPEN to view! (OTHERWISE YOU CANNOT COPY IT!)&lt;/p&gt;
&lt;p&gt;Have a look on the &lt;a href=&quot;http://community-playground.wikidot.com/admin-forum:start&quot; target=&quot;_blank&quot;&gt;Playground-admin-forum&lt;/a&gt; - and if you want - you can start and test and write whatever you want in the &amp;quot;&lt;a href=&quot;http://community-playground.wikidot.com/admin-section:general-test&quot; target=&quot;_blank&quot;&gt;General-test&lt;/a&gt;&amp;quot; section:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Threads,&lt;/li&gt;
&lt;li&gt;Tasks,&lt;/li&gt;
&lt;li&gt;Sticky Threads,&lt;/li&gt;
&lt;li&gt;Sub-task ,
&lt;ul&gt;
&lt;li&gt;subtaks to subtaks
&lt;ul&gt;
&lt;li&gt;subtaks to subtaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;a.s.o.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=17609&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;Helmuti_pdorf&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=17609)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;Helmuti_pdorf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 31 Jan 2011 16:25:02 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>The <a href="http://community-playground.wikidot.com/admin-forum" target="_blank">Free Admin-Forum</a> on <a href="http://community-playground.wikidot.com" target="_blank">Community-Playground</a>/ is build for copying into You site !<br /> Feel free to use it - test it - and copy it into your site !<br /> Test is here: <a href="http://community-playground.wikidot.com/admin-forum:start" target="_blank">http://community-playground.wikidot.com/admin-forum:start</a> and if you want - you can start and test and write whatever you want in the &quot;<a href="http://community-playground.wikidot.com/admin-section:general-test" target="_blank">General-test</a>&quot; section:</p> <ul> <li>Threads,</li> <li>Tasks,</li> <li>Sticky Threads,</li> <li>Sub-task , <ul> <li>subtaks to subtaks <ul> <li>subtaks to subtaks</li> </ul> </li> </ul> </li> </ul> <p>a.s.o.<br /> Any comments are welcome here or on this admin-forum :)</p> <p>Here is a short copy of the playground admin forum description:<br /> After the question in a german wiki how to make a non-commented forum for admins only I copied some pages and categories for an own &quot;admin&quot; forum:<br /> this is a &quot;page&quot;-based solution for people who wants to have an &quot;admin-forum&quot; inside their Wiki - only viewable &amp; editable by admins - without any comments of the per page discussions (which would be viewable).<br /> Thanks to the <a href="http://forum-template.wikidot.com/" target="_blank">Forum-Template</a> from <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/pieterh" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=99&amp;size=small&amp;timestamp=1329143105" alt="pieterh" style="background-image:url(http://www.wikidot.com/userkarma.php?u=99)" /></a><a href="http://www.wikidot.com/user:info/pieterh" >pieterh</a></span> and the team - build out of the <a href="http://projects.wikidot.com/" target="_blank">Projects</a> site.<br /> And thanks to the <a href="http://nocomment.wikidot.com/main:start" target="_blank">nocomment forum</a> of <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/leiger" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=32953&amp;size=small&amp;timestamp=1329143105" alt="leiger" style="background-image:url(http://www.wikidot.com/userkarma.php?u=32953)" /></a><a href="http://www.wikidot.com/user:info/leiger" >leiger</a></span> where I have learned that comments are not really neccessary&#8230;<br /> This solution here is not (yet) a perfect one - I would like to chage the threads more to the nocomment forum layout&#8230;</p> <p><strong>To be honest</strong> - this solution is working with the &quot;view and all other&quot; -permissions checked out for specific &quot;admin-..&quot; categories, but <strong>this is not really 100% &quot;secure and private&quot;!</strong>. Some tricky members with a really very good wikidot knowledge can find a way to see and read the content of the amin-forum pages. But it is not easy and the trick is not written here.</p> <h4><span>Why an admin forum?</span></h4> <p>Often we got the question - &quot;how can I make an admin forum for admins-only&quot; - not viewable for all other visitors/memenrs. There are some discussions like design&amp; layout setup , specific permission decisions which are not to be discussed in the standard open forum - viewable to all others.<br /> On the <a href="http://community.wikidot.com/" target="_blank">community site</a> we had taken the decision to use a parallel &quot;private&quot; site only for such an admin-forum. But with all problems of administration of membership ( the admins of the other , original site). Tthis is easy to insttall, maintain and use and needs only a link to it. But it costs a &quot;private site&quot; with limited membership for free accounts.</p> <h4><span>Why not on hidden foruum categories?</span></h4> <p>The standard forum has hidden categories ( like the deleted threads) - but you cannot stop visitors going back to the forum - hidden group and scroll throu the hidden Threads .</p> <h4><span>Why on pages?</span></h4> <p>The <strong>standard Forum is NOT included in any backup.zip file</strong> created out of the site manager ( for personal downloads) .<br /> Means - if someone ( admin) deletes all the forum pages and categories - all is gone&#8230;.</p> <h4><span>Why no comments on such admin-pages?</span></h4> <p>All &quot;Per Page Discussions&quot; ( = Comments) are stored om the standard forum - and therefore viewable again.</p> <p>=&gt; On this admin-forum solution all the per page discussions are switched off means&quot;disabled&quot; for the used &quot;admin&#8230;&quot; categories.</p> <p>BUT: if you wish to use this forum for your own standard forum - than you can open the comments ( and allow it) in the &quot;admin-thread:_template&quot; where at the moment the module comments are out-commented ( :) )</p> <h4><span>How is it done with the &quot;private&quot; part?</span></h4> <p>All used &quot;admin..&quot; categories are in the permissions set to no one checked box - all is disallowed for them&#8230; only admins can use the pages<br /> And for better service for unauthorized visitors - landing on such &quot;admin..&quot; category &amp; page - there is the explaination on the specific &quot;_public&quot; pages - which says only - sorry, this admin pages are only allowed for admins.&quot;. or so..</p> <h4><span>Can i use a different nav:side menu ?</span></h4> <p>The &quot;admin-nav:side&quot; page ( with the joined &quot;_public&quot; page - see above) can be used to show a complete different nav-side menu for such &quot;admin..: .&quot; pages .<br /> =&gt; The setup is done in the Site Manager - Appearance - Navigation elelments</p> <h4><span>How can I make use of it now?</span></h4> <p>Transfer (= <strong>Copy the source, tags and parenting</strong> ) all the listed pages in the 4 categories:<br /> &quot;admin-forum&quot; - the overview pages<br /> &quot;admin-section&quot; - the sections of the forum ( like categories in the standard forum)<br /> &quot;admin-nav:side&quot; - one page exta if used with a different layout for admins only..<br /> &quot;admin-threads&quot; - the Thread - Pages - <strong>autonumbered</strong> in the site manager!<br /> ( from this threads you need not to copy all numbered threads - only the starting number - if you want 1-3 )</p> <p>if you want you can make the (standard) &quot;admin:&quot; categorie private too - and create the neccessary &quot;admin:_public&quot; page for it.<br /> ( and can than include this page in all other &quot;admin-&#8230;:_public&quot; pages)</p> <h4><span>What setup is to be done in Site manager?</span></h4> <p>After the copy of the existing pages in these 4 categories you have to setup in the site manager following:</p> <ol> <li>Check off all &quot;Permission&quot;-boxes of these 4 categories in the site manager - this makies the categories non &quot;_publilc&quot;</li> <li>Set in the Forum - &quot;Per Page discussions&quot; - all 4 categories on &quot;disabled&quot; - this prevents from using the discuss button or comments module</li> <li>if using it - set in the Appearance - Navigations the &quot;admin-nav:side&quot; as the nav:side menu for all these used &quot;admin..&quot; categories.</li> </ol> <h4><span>Is it worth all this work?</span></h4> <p>I think - there is a section like &quot;Design&quot; - where the admins have to discuss &amp; store the outcome of important discussions like</p> <ul> <li>Forum groups and categories</li> <li>Forum - Permissions for whom ( registered users, members, anonymous)</li> <li>wiki structure</li> <li>menues</li> <li>Multilingual setup</li> <li>Comments allowed - and how? - Discuss button using or module comments in Templates?</li> </ul> <p>Big Benefits are</p> <ul> <li>the &quot;open tasks&quot; - (Thread - tagged with &quot;_task&quot; ) with the <strong>&quot;Open tasks&quot; -list</strong> in the &quot;admin-nav:side&quot;</li> <li>to <strong>&quot;_close&quot;</strong> Threads by tagging !</li> <li>Sub-Threads ( nesting) into an endless level by pareting (ok, could be senseless)</li> </ul> <h4><span>Are there Cross Sites Includes?</span></h4> <p>Yes, there are some includes from &quot;modules&quot; site used.:<br /> <span style="white-space: pre-wrap;">&#32;:modules:include:3&#32;</span> (in the section: and thread:_templates)</p> <h4><span>Where can I see it working?</span></h4> <p>In our playground site are these categories OPEN to view! (OTHERWISE YOU CANNOT COPY IT!)</p> <p>Have a look on the <a href="http://community-playground.wikidot.com/admin-forum:start" target="_blank">Playground-admin-forum</a> - and if you want - you can start and test and write whatever you want in the &quot;<a href="http://community-playground.wikidot.com/admin-section:general-test" target="_blank">General-test</a>&quot; section:</p> <ul> <li>Threads,</li> <li>Tasks,</li> <li>Sticky Threads,</li> <li>Sub-task , <ul> <li>subtaks to subtaks <ul> <li>subtaks to subtaks</li> </ul> </li> </ul> </li> </ul> <p>a.s.o.</p> <hr /> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/helmuti-pdorf" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=17609&amp;size=small&amp;timestamp=1329143105" alt="Helmuti_pdorf" style="background-image:url(http://www.wikidot.com/userkarma.php?u=17609)" /></a><a href="http://www.wikidot.com/user:info/helmuti-pdorf" >Helmuti_pdorf</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:translate-wiki-has-started</guid>
				<title>Translate Wikidot has started !</title>
				<link>http://community.wikidot.com/blog:translate-wiki-has-started</link>
				<description>

&lt;p&gt;There is a new &lt;a href=&quot;http://translate.wikidot.com/&quot; target=&quot;_blank&quot;&gt;TRANSLATE Wiki&lt;/a&gt; created by the developer team - now it is OUR turn to translate the existing english strings of field lables, buttons, help text a.s.o into OUR language.&lt;br /&gt;
Please read the blog entry &lt;a href=&quot;http://blog.wikidot.com/blog:babel-tower&quot; target=&quot;_blank&quot;&gt;On the top of Babel tower&lt;/a&gt; on Wikidot Blog abolut these new plan.&lt;br /&gt;
Whoever believes s/he can help in their home - language feel free to join the translate wiki and start your translation!&lt;br /&gt;
On this Wiki are language depending &amp;quot;comments&amp;quot; places for every language where translators can exchange in &amp;quot;their own language&amp;quot;.&lt;br /&gt;
Here on the community forum ( &lt;a href=&quot;http://community.wikidot.com/forum/c-126314/translate-wikidot&quot; target=&quot;_blank&quot;&gt;http://community.wikidot.com/forum/c-126314/translate-wikidot&lt;/a&gt; ) is the place to ask question in english to the developer team and inform other translators about found issue - independent from the language itself.&lt;br /&gt;
Translators are welcome!&lt;br /&gt;
(you will find the link on our top bar menu item &amp;quot;Improve Wikidot&amp;quot; too!)&lt;br /&gt;
Regards&lt;br /&gt;
Helmut&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=17609&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;Helmuti_pdorf&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=17609)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;Helmuti_pdorf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 10 Jan 2011 09:09:55 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>There is a new <a href="http://translate.wikidot.com/" target="_blank">TRANSLATE Wiki</a> created by the developer team - now it is OUR turn to translate the existing english strings of field lables, buttons, help text a.s.o into OUR language.<br /> Please read the blog entry <a href="http://blog.wikidot.com/blog:babel-tower" target="_blank">On the top of Babel tower</a> on Wikidot Blog abolut these new plan.<br /> Whoever believes s/he can help in their home - language feel free to join the translate wiki and start your translation!<br /> On this Wiki are language depending &quot;comments&quot; places for every language where translators can exchange in &quot;their own language&quot;.<br /> Here on the community forum ( <a href="http://community.wikidot.com/forum/c-126314/translate-wikidot" target="_blank">http://community.wikidot.com/forum/c-126314/translate-wikidot</a> ) is the place to ask question in english to the developer team and inform other translators about found issue - independent from the language itself.<br /> Translators are welcome!<br /> (you will find the link on our top bar menu item &quot;Improve Wikidot&quot; too!)<br /> Regards<br /> Helmut</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/helmuti-pdorf" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=17609&amp;size=small&amp;timestamp=1329143105" alt="Helmuti_pdorf" style="background-image:url(http://www.wikidot.com/userkarma.php?u=17609)" /></a><a href="http://www.wikidot.com/user:info/helmuti-pdorf" >Helmuti_pdorf</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:tweet-button-snippet-now-available</guid>
				<title>Tweet Button Snippet now available</title>
				<link>http://community.wikidot.com/blog:tweet-button-snippet-now-available</link>
				<description>

&lt;p&gt;User &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/bcammo&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=372320&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;bcammo&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=372320)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/bcammo&quot;  &gt;bcammo&lt;/a&gt;&lt;/span&gt; has written a &lt;a href=&quot;http://snippets.wikidot.com/code:tweet-button&quot; target=&quot;_blank&quot;&gt;snippet&lt;/a&gt; with codes to insert a &amp;quot;Tweet&amp;quot; Button on your site - every user with a &amp;quot;twitter-user id&amp;quot;can now with a press of this button &amp;quot;tweet&amp;quot; a short message of your page on twitter -without leaving your site!&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/eichbehl&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=26411&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;eichbehl&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=26411)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/eichbehl&quot;  &gt;eichbehl&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Tue, 30 Nov 2010 14:05:52 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>User <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/bcammo" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=372320&amp;size=small&amp;timestamp=1329143105" alt="bcammo" style="background-image:url(http://www.wikidot.com/userkarma.php?u=372320)" /></a><a href="http://www.wikidot.com/user:info/bcammo" >bcammo</a></span> has written a <a href="http://snippets.wikidot.com/code:tweet-button" target="_blank">snippet</a> with codes to insert a &quot;Tweet&quot; Button on your site - every user with a &quot;twitter-user id&quot;can now with a press of this button &quot;tweet&quot; a short message of your page on twitter -without leaving your site!</p> <p>At the end of this blog you will see such &quot;tweet&quot; button. If you have a twitter account you need only to press this button and a little edit window opening to tweet a short text ( whatever you want) about this blog entry will give you the chance to tweet it under your user-id.<br /> The counter left side of the button counts how many pwoplw have pressed this button&#8230;</p> <p>Done on the &quot;live _template&quot; of blog: category with</p> <div class="code"> <pre> <code>[[include :snippets:tweet-button |url=%%link%% |text=%%title%% |via=wikidot |count=horizontal |align=left ]]</code> </pre></div> <br /> Regards<br /> Helmut <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/eichbehl" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=26411&amp;size=small&amp;timestamp=1329143105" alt="eichbehl" style="background-image:url(http://www.wikidot.com/userkarma.php?u=26411)" /></a><a href="http://www.wikidot.com/user:info/eichbehl" >eichbehl</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:german-community-user-gemeinschaft-gestartet</guid>
				<title>German Wikidot-Community: User Gemeinschaft Gestartet</title>
				<link>http://community.wikidot.com/blog:german-community-user-gemeinschaft-gestartet</link>
				<description>

&lt;p&gt;I have startet a german Wikidot-Community Site ( for german speaking users) :&lt;br /&gt;
&lt;a href=&quot;http://user-gemeinschaft.wikidot.com/&quot; target=&quot;_blank&quot;&gt;http://user-gemeinschaft.wikidot.com/&lt;/a&gt;&lt;br /&gt;
Now, it has happened - I am a little anxious what will come to me and some watchers..&lt;br /&gt;
An I have inserted this Link into the nav:side of the german Handbook.&lt;br /&gt;
I would like to see much visitor in the &lt;a href=&quot;http://user-gemeinschaft.wikidot.com/start-guest&quot; target=&quot;_blank&quot;&gt;guestbook&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;As long as Wikidot team will not change or allow us our &amp;quot;localization&amp;quot; of the screen text we have a problem in every language..&lt;/p&gt;
&lt;p&gt;regards&lt;br /&gt;
Helmut&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=17609&amp;amp;size=small&amp;amp;timestamp=1329143105&quot; alt=&quot;Helmuti_pdorf&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=17609)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;Helmuti_pdorf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 23 Aug 2010 09:16:51 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>I have startet a german Wikidot-Community Site ( for german speaking users) :<br /> <a href="http://user-gemeinschaft.wikidot.com/" target="_blank">http://user-gemeinschaft.wikidot.com/</a><br /> Now, it has happened - I am a little anxious what will come to me and some watchers..<br /> An I have inserted this Link into the nav:side of the german Handbook.<br /> I would like to see much visitor in the <a href="http://user-gemeinschaft.wikidot.com/start-guest" target="_blank">guestbook</a>!</p> <p>As long as Wikidot team will not change or allow us our &quot;localization&quot; of the screen text we have a problem in every language..</p> <p>regards<br /> Helmut</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/helmuti-pdorf" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=17609&amp;size=small&amp;timestamp=1329143106" alt="Helmuti_pdorf" style="background-image:url(http://www.wikidot.com/userkarma.php?u=17609)" /></a><a href="http://www.wikidot.com/user:info/helmuti-pdorf" >Helmuti_pdorf</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:four-years-old</guid>
				<title>Four Years Old</title>
				<link>http://community.wikidot.com/blog:four-years-old</link>
				<description>

&lt;table style=&quot;font-size:91%;padding:5px;font-weight:bold;margin-top:1%;margin-left:auto;margin-right:auto;background-color:#EEE;&quot;&gt;
&lt;tr&gt;
&lt;td&gt;This page is a &lt;a href=&quot;http://community.wikidot.com/help:stub&quot;&gt;stub&lt;/a&gt;. You can help us improve Wikidot by &lt;a class=&quot;wiki-standalone-button&quot; href=&quot;javascript:;&quot;  &gt;expanding it&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gerdami&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=3370&amp;amp;size=small&amp;amp;timestamp=1329143106&quot; alt=&quot;gerdami&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=3370)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gerdami&quot;  &gt;gerdami&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 20 Aug 2010 20:38:50 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <table style="font-size:91%;padding:5px;font-weight:bold;margin-top:1%;margin-left:auto;margin-right:auto;background-color:#EEE;"> <tr> <td>This page is a <a href="http://community.wikidot.com/help:stub">stub</a>. You can help us improve Wikidot by <a class="wiki-standalone-button" href="javascript:;" >expanding it</a>.</td> </tr> </table> <p>What I share with the Community website ? The birthdate.<br /> The Community was <a href="http://community.wikidot.com/blog:launch-of-the-community-wikidot-com-website">4 years old</a> on 1 Aug , add <span style="text-decoration: line-through;">44</span> <strong>45</strong> and you'll know more about me. (<em>déjà vu</em>)</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gerdami" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=3370&amp;size=small&amp;timestamp=1329143106" alt="gerdami" style="background-image:url(http://www.wikidot.com/userkarma.php?u=3370)" /></a><a href="http://www.wikidot.com/user:info/gerdami" >gerdami</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:databases-and-data-forms-on-wikidot</guid>
				<title>Databases and Data Forms On Wikidot</title>
				<link>http://community.wikidot.com/blog:databases-and-data-forms-on-wikidot</link>
				<description>

&lt;p&gt;I created (as a &lt;a href=&quot;http://community.wikidot.com/showcase&quot;&gt;showcase&lt;/a&gt; ) a little &lt;a href=&quot;http://community-playground.wikidot.com/database&quot; target=&quot;_blank&quot;&gt;database&lt;/a&gt; using the new &lt;a href=&quot;http://www.wikidot.com/doc:data-forms&quot; target=&quot;_blank&quot;&gt;data-forms&lt;/a&gt; technic on our &lt;a href=&quot;http://community-playground.wikidot.com/&quot; target=&quot;_blank&quot;&gt;Community-playground&lt;/a&gt; - site with 2 tables: &lt;a href=&quot;http://community-playground.wikidot.com/database-db3-country&quot; target=&quot;_blank&quot;&gt;database-db3-country&lt;/a&gt;. &lt;a href=&quot;http://community-playground.wikidot.com/database-db4-town&quot; target=&quot;_blank&quot;&gt;database-db4-town&lt;/a&gt; to demonstrate the new possibilities now - using the&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://community.wikidot.com/help:autonumbering-of-pages&quot;&gt;help:autonumbering-of-pages&lt;/a&gt; feature for unique &amp;quot;primary keys per row&#039;s of the 2 categories (&amp;quot; &lt;a href=&quot;http://community-playground.wikidot.com/database-db3-country&quot; target=&quot;_blank&quot;&gt;db3country:&lt;/a&gt;&amp;quot;, &amp;quot; &lt;a href=&quot;http://community-playground.wikidot.com/database-db4-town&quot; target=&quot;_blank&quot;&gt;db4town:&lt;/a&gt;&amp;quot;);&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://community-playground.wikidot.com/db3country:_template&quot; target=&quot;_blank&quot;&gt;db3country:_template&lt;/a&gt;]] for showing and creating records over prepared newpage modules in the country table - using data-forms&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://community-playground.wikidot.com/db4town:_template&quot; target=&quot;_blank&quot;&gt;db4town:_template&lt;/a&gt;]] for showing and creating records in the town table using data-forms&lt;/li&gt;
&lt;li&gt;&amp;quot; &lt;a href=&quot;http://www.wikidot.com/doc:data-forms#toc3&quot; target=&quot;_blank&quot;&gt;the pagepath concept&lt;/a&gt;&amp;quot; for both table-records to have &amp;quot;outer join&amp;quot; links in the pages/records one to each other.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Every visitor is invited to test , create new entries and evaluate the Database!&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=17609&amp;amp;size=small&amp;amp;timestamp=1329143106&quot; alt=&quot;Helmuti_pdorf&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=17609)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;Helmuti_pdorf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 12 Jul 2010 06:08:35 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>I created (as a <a href="http://community.wikidot.com/showcase">showcase</a> ) a little <a href="http://community-playground.wikidot.com/database" target="_blank">database</a> using the new <a href="http://www.wikidot.com/doc:data-forms" target="_blank">data-forms</a> technic on our <a href="http://community-playground.wikidot.com/" target="_blank">Community-playground</a> - site with 2 tables: <a href="http://community-playground.wikidot.com/database-db3-country" target="_blank">database-db3-country</a>. <a href="http://community-playground.wikidot.com/database-db4-town" target="_blank">database-db4-town</a> to demonstrate the new possibilities now - using the</p> <ul> <li><a href="http://community.wikidot.com/help:autonumbering-of-pages">help:autonumbering-of-pages</a> feature for unique &quot;primary keys per row's of the 2 categories (&quot; <a href="http://community-playground.wikidot.com/database-db3-country" target="_blank">db3country:</a>&quot;, &quot; <a href="http://community-playground.wikidot.com/database-db4-town" target="_blank">db4town:</a>&quot;);</li> <li><a href="http://community-playground.wikidot.com/db3country:_template" target="_blank">db3country:_template</a>]] for showing and creating records over prepared newpage modules in the country table - using data-forms</li> <li><a href="http://community-playground.wikidot.com/db4town:_template" target="_blank">db4town:_template</a>]] for showing and creating records in the town table using data-forms</li> <li>&quot; <a href="http://www.wikidot.com/doc:data-forms#toc3" target="_blank">the pagepath concept</a>&quot; for both table-records to have &quot;outer join&quot; links in the pages/records one to each other.</li> </ul> <p>Every visitor is invited to test , create new entries and evaluate the Database!</p> <div class="content-separator" style="display: none:"></div> <p>I am awaiting your Comments!<br /> (here or on the &quot;<a href="http://community-playground.wikidot.com/" target="_blank">Community-playground</a>&quot; - with the discuss Buttons<br /> regards<br /> Helmut</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/helmuti-pdorf" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=17609&amp;size=small&amp;timestamp=1329143106" alt="Helmuti_pdorf" style="background-image:url(http://www.wikidot.com/userkarma.php?u=17609)" /></a><a href="http://www.wikidot.com/user:info/helmuti-pdorf" >Helmuti_pdorf</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:wikidot-com-online-for-four-4-years</guid>
				<title>Wikidot.com online for four (4) years!</title>
				<link>http://community.wikidot.com/blog:wikidot-com-online-for-four-4-years</link>
				<description>

&lt;p&gt;According to &lt;a href=&quot;http://who.is/whois/wikidot.com/&quot; target=&quot;_blank&quot;&gt;who.is&lt;/a&gt;, the Wikidot.com domain was registered on &lt;em&gt;28th April, 2006&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/leiger&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=32953&amp;amp;size=small&amp;amp;timestamp=1329143106&quot; alt=&quot;leiger&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=32953)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/leiger&quot;  &gt;leiger&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Tue, 27 Apr 2010 03:10:52 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>According to <a href="http://who.is/whois/wikidot.com/" target="_blank">who.is</a>, the Wikidot.com domain was registered on <em>28th April, 2006</em>.</p> <p>That means that <strong>tomorrow</strong>, it will be <strong>Wikidot.com's fourth birthday</strong>!</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/leiger" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=32953&amp;size=small&amp;timestamp=1329143106" alt="leiger" style="background-image:url(http://www.wikidot.com/userkarma.php?u=32953)" /></a><a href="http://www.wikidot.com/user:info/leiger" >leiger</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:specific-users-only</guid>
				<title>Specific Users Only</title>
				<link>http://community.wikidot.com/blog:specific-users-only</link>
				<description>

&lt;p&gt;As announced by myself on &lt;a href=&quot;http://james.wikidot.com/blog:62&quot;&gt;my blog&lt;/a&gt;, there is now an easy way to show or hide content from specific users.&lt;/p&gt;
&lt;p&gt;I&#039;ve named it the &lt;a href=&quot;http://snippets.wikidot.com/code:specific-users-only&quot;&gt;Specific Users Only Include&lt;/a&gt;, or SUO for short. It&#039;s easy to use, and I encourage you to test it out!&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/james-kanjo&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=35113&amp;amp;size=small&amp;amp;timestamp=1329143106&quot; alt=&quot;James Kanjo&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=35113)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/james-kanjo&quot;  &gt;James Kanjo&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 12 Apr 2010 15:30:17 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>As announced by myself on <a href="http://james.wikidot.com/blog:62">my blog</a>, there is now an easy way to show or hide content from specific users.</p> <p>I've named it the <a href="http://snippets.wikidot.com/code:specific-users-only">Specific Users Only Include</a>, or SUO for short. It's easy to use, and I encourage you to test it out!</p> <div class="content-separator" style="display: none:"></div> <p>An example of the SUO Include in action is right here:</p> <div class="code"> <p><span style="white-space: pre-wrap;">[[include&#32;:snippets:suo&#32;BEGIN&#32;CODE&#32;|unique=first&#32;|type=</span><strong>showto</strong><span style="white-space: pre-wrap;">&#32;|user1=james-kanjo&#32;|user2=michal-frackowiak]]</span><br /> <span style="white-space: pre-wrap;">**Hello&#32;James&#32;Kanjo&#32;&amp;&#32;Michał&#32;Frąckowiak!!!**</span><br /> <span style="white-space: pre-wrap;">[[include&#32;:snippets:suo&#32;END&#32;CODE]]</span></p> <p><span style="white-space: pre-wrap;">[[include&#32;:snippets:suo&#32;BEGIN&#32;CODE&#32;|unique=second&#32;|type=</span><strong>hidefrom</strong><span style="white-space: pre-wrap;">&#32;|user1=james-kanjo&#32;|user2=michal-frackowiak]]</span><br /> <span style="white-space: pre-wrap;">**Hello&#32;Everybody&#32;Else!!!**</span><br /> <span style="white-space: pre-wrap;">[[include&#32;:snippets:suo&#32;END&#32;CODE]]</span></p> </div> <p>Enjoy!</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/james-kanjo" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=35113&amp;size=small&amp;timestamp=1329143106" alt="James Kanjo" style="background-image:url(http://www.wikidot.com/userkarma.php?u=35113)" /></a><a href="http://www.wikidot.com/user:info/james-kanjo" >James Kanjo</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:embedding-html-code-is-now-much-easier</guid>
				<title>Embedding HTML code is now much easier!</title>
				<link>http://community.wikidot.com/blog:embedding-html-code-is-now-much-easier</link>
				<description>

&lt;p&gt;Wikidot has given us a new feature &amp;#8212; the HTML code block! This makes embedding code from other web services much easier than was previously possible.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/leiger&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=32953&amp;amp;size=small&amp;amp;timestamp=1329143106&quot; alt=&quot;leiger&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=32953)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/leiger&quot;  &gt;leiger&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Tue, 02 Mar 2010 14:17:35 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Wikidot has given us a new feature &#8212; the HTML code block! This makes embedding code from other web services much easier than was previously possible.</p> <p>To find out how to use this new feature, you can read the recently-updated <a href="http://community.wikidot.com/howto:use-html-scripting">Use html scripting</a> How-To page right here on the Wikidot Community site!</p> <p>Feel free to use the forums if you have any questions!</p> <h2><span>Example:</span></h2> <div class="code"> <pre> <code>[[html]] &lt;h2&gt;Custom HTML&lt;/h2&gt; &lt;p&gt;Something else&lt;/p&gt; &lt;img src=&quot;http://community.wikidot.com/local--files/files/dataform.png&quot; alt=&quot;hello ;-)&quot;/&gt; [[/html]]</code> </pre></div> <p><iframe class="html-block-iframe" src="http://community.wikidot.com/blog:embedding-html-code-is-now-much-easier/html/6c2f7ad0ed45828736c0383350dde6b42bb6d913-770472310663617550" allowtransparency="true" frameborder="0"></iframe></p> <h3><span>test from private Site:</span></h3> <div class="code"> <pre> <code>[[html]] &lt;h2&gt;Custom HTML from private Site&lt;/h2&gt; &lt;p&gt; A Picture from a private site - if you are not a member of this site you will see (hopefully) only the &quot;alt&quot; text &lt;/p&gt; &lt;img src=&quot;http://privat-archiv-support.wikidot.com/local--files/images/Card_snap0014.jpg&quot; alt=&quot;Privat Site! ;-)&quot;/&gt; [[/html]]</code> </pre></div> <p><iframe class="html-block-iframe" src="http://community.wikidot.com/blog:embedding-html-code-is-now-much-easier/html/19f668dfd7db2335efed54a383bd3597da8a268b-1165157159663024300" allowtransparency="true" frameborder="0"></iframe></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/leiger" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=32953&amp;size=small&amp;timestamp=1329143106" alt="leiger" style="background-image:url(http://www.wikidot.com/userkarma.php?u=32953)" /></a><a href="http://www.wikidot.com/user:info/leiger" >leiger</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:new-how-to:override-inline-styles-with-css</guid>
				<title>New How-To: Override Inline Styles With CSS</title>
				<link>http://community.wikidot.com/blog:new-how-to:override-inline-styles-with-css</link>
				<description>

&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size:90%;&quot;&gt;February 16, 2010 - &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ed-johnson&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=38854&amp;amp;size=small&amp;amp;timestamp=1329143106&quot; alt=&quot;Ed Johnson&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=38854)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ed-johnson&quot;  &gt;Ed Johnson&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Have you found certain Wikidot page elements that are all but impossible to style with CSS because the styles are hard-coded into the page? This how-to shows you a technique to override those stubborn styles.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;a href=&quot;http://community.wikidot.com/howto:override-inline-styles-with-css&quot;&gt;Override Inline Styles With CSS&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ed-johnson&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=38854&amp;amp;size=small&amp;amp;timestamp=1329143106&quot; alt=&quot;Ed Johnson&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=38854)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ed-johnson&quot;  &gt;Ed Johnson&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Tue, 16 Feb 2010 06:19:41 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><strong><span style="font-size:90%;">February 16, 2010 - <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ed-johnson" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=38854&amp;size=small&amp;timestamp=1329143106" alt="Ed Johnson" style="background-image:url(http://www.wikidot.com/userkarma.php?u=38854)" /></a><a href="http://www.wikidot.com/user:info/ed-johnson" >Ed Johnson</a></span></span></strong></p> <hr /> <p>Have you found certain Wikidot page elements that are all but impossible to style with CSS because the styles are hard-coded into the page? This how-to shows you a technique to override those stubborn styles.</p> <h2><span><a href="http://community.wikidot.com/howto:override-inline-styles-with-css">Override Inline Styles With CSS</a></span></h2> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ed-johnson" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=38854&amp;size=small&amp;timestamp=1329143106" alt="Ed Johnson" style="background-image:url(http://www.wikidot.com/userkarma.php?u=38854)" /></a><a href="http://www.wikidot.com/user:info/ed-johnson" >Ed Johnson</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/blog:private-category-available</guid>
				<title>Private Category Available</title>
				<link>http://community.wikidot.com/blog:private-category-available</link>
				<description>

&lt;p&gt;Thanks to the team! With the changelog of &lt;a href=&quot;http://www.wikidot.com/forum/t-215843/2010-02-02&quot; target=&quot;_blank&quot;&gt;2010-02-02&lt;/a&gt; there is now a &amp;quot;view&amp;quot; - table row in the &amp;quot;permissions&amp;quot; of the site admin available ( only for &amp;quot;NON _default&amp;quot; categories ).&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=17609&amp;amp;size=small&amp;amp;timestamp=1329143106&quot; alt=&quot;Helmuti_pdorf&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=17609)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/helmuti-pdorf&quot;  &gt;Helmuti_pdorf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Tue, 02 Feb 2010 10:17:47 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Thanks to the team! With the changelog of <a href="http://www.wikidot.com/forum/t-215843/2010-02-02" target="_blank">2010-02-02</a> there is now a &quot;view&quot; - table row in the &quot;permissions&quot; of the site admin available ( only for &quot;NON _default&quot; categories ).</p> <p>And the &quot;landing&quot; page for visitors without the View allowance is called &quot;category:_public&quot;<br /> which can hold the relevant information like:</p> <div class="wiki-note"> <h4><span>Reserved content</span></h4> <p>This area of the website is available to users with permission. If you'd like to access this (perhaps only wiki-internal) area, please contact site administrators.</p> <p>You might already have the necessary permission — please sign in first.</p> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/helmuti-pdorf" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=17609&amp;size=small&amp;timestamp=1329143106" alt="Helmuti_pdorf" style="background-image:url(http://www.wikidot.com/userkarma.php?u=17609)" /></a><a href="http://www.wikidot.com/user:info/helmuti-pdorf" >Helmuti_pdorf</a></span></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
