<?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>Wikidot Community - new forum threads</title>
		<link>http://community.wikidot.com/forum/start</link>
		<description>Threads in forums of the site &quot;Wikidot Community&quot; - hints / tips / help / discussion</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 13 Feb 2012 15:35:29 +0000</lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-442530</guid>
				<title>My site was deleted</title>
				<link>http://community.wikidot.com/forum/t-442530/my-site-was-deleted</link>
				<description>My site http://bildids.wikidot.com/ was deleted by what seems like an automatic spam detector. The site is legitimate. Could you please restore it? I sent a note to the support but did not hear back for the last two days.</description>
				<pubDate>Sun, 12 Feb 2012 18:45:06 +0000</pubDate>
				<wikidot:authorName>bgedik</wikidot:authorName>				<wikidot:authorUserId>1299957</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi, my site <a href="http://bildids.wikidot.com/">http://bildids.wikidot.com/</a> was deleted by what seems like an automatic spam detector. The site is legitimate. Could you please restore it? I sent a note to the support but did not hear back for the last two days.</p> <p>Thanks,<br /> -bugra</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-442033</guid>
				<title>Site removal...</title>
				<link>http://community.wikidot.com/forum/t-442033/site-removal</link>
				<description></description>
				<pubDate>Fri, 10 Feb 2012 07:12:13 +0000</pubDate>
				<wikidot:authorName>3aHyga</wikidot:authorName>				<wikidot:authorUserId>1291950</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Once, I went to my site slovieno, and got this:</p> <div class="code"> <pre> <code>Site deleted The site you are trying to reach has been deleted by Wikidot Team. If you think it was deleted unfoundedly, please contact support@wikidot.com</code> </pre></div> <p>Then I sent an email to the support team, and have no answer on it. So I write here, and my question is the following:</p> <p>Why my site was removed?</p> <p><a href="http://slovieno.wikidot.com/slovnik">http://slovieno.wikidot.com/slovnik</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921</guid>
				<title>Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins</link>
				<description></description>
				<pubDate>Thu, 09 Feb 2012 22:37:43 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I recently created a couple of data forms for a customer to submit an order (one form is to order a sample product, the other is for a &quot;real&quot; order). After sorting out the permissions so anonymous users can save the forms and upload files, everything is working great.</p> <p>I'm using tags to track the order status (i.e. <strong>_new</strong>, <strong>_inprocess</strong>, <strong>_completed</strong>). What I'm stuck on right now is that I'd like to somehow create an &quot;administrative notes&quot; field in the form so that the site admins can enter specific notes about the status of the order beyond the tags. I was hoping for some clever use of CSS to hide the field from customers and only display it for site admins when editing the form. Since I wasn't able to figure that out, I ended up using per page comments to accomplish this. With proper permissions and some CSS tweaks I was able to hide the per page comments from customers. This works OK, but I'd really prefer to use a single form field to collect these notes.</p> <p>As a side note, I came up with a &quot;poor man's captcha&quot; that some may find useful to prevent robots from filling out the forms and submitting them. It uses regular expressions to allow only specific text (e.g. &quot;CONFIRM&quot;) and it effectively makes the field required and it won't save until the proper phrase is entered into the text box. I also used it as a means for the users to agree to the terms of the sample program.</p> <div class="code"> <pre> <code> terms: label: Terms type: static value: The terms of the agreement go here... acceptterms: label: Type ACCEPT to agree to these terms type: text width: 10 match: /^ACCEPT/</code> </pre></div> <p>Another thing I learned that I didn't realize is that you can use the <strong>[[module css]]</strong> inside an <strong>[[iftags]]</strong> block. There was one element of the comments module I could not hide from just customers (the &quot;Add a New Comment&quot; button), so I used the following code to toggle the display of the comments module <strong>#thread-container</strong> on and off:</p> <div class="code"> <pre> <code>[[iftags -_notes]] [[module css]] #thread-container { display: none; } [[/module]] [[/iftags]] [[iftags +_notes]] [[module css]] #thread-container { display: block; } [[/module]] [[/iftags]] [[button set-tags +_notes text=&quot;Show Order Status Notes&quot; class=&quot;tag-buttons&quot;]] [[button set-tags -_notes text=&quot;Hide Order Status Notes&quot; class=&quot;tag-buttons&quot;]]</code> </pre></div> <br /> It actually works quite well. <p>Has anyone run into a need like this and found a solution? Like I said, my current solution works fine, but my primary user would have an easier time editing a single form field for his notes.</p> <p>I have relaxed permissions so Wikidot user can view page options and the source. My form template pages are here:<br /> <a href="http://www.mascot-golf.com/orders:_template" target="_blank">http://www.mascot-golf.com/orders:_template</a><br /> <a href="http://www.mascot-golf.com/sample:_template" target="_blank">http://www.mascot-golf.com/sample:_template</a></p> <p>Thanks!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441914</guid>
				<title>3 Questions</title>
				<link>http://community.wikidot.com/forum/t-441914/3-questions</link>
				<description></description>
				<pubDate>Thu, 09 Feb 2012 22:04:22 +0000</pubDate>
				<wikidot:authorName>SuperiorFlash</wikidot:authorName>				<wikidot:authorUserId>1200402</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I started a new site recently (<a href="http://biocr.wikidot.com/start">my site</a>)and the home page says &quot;Blank Template.&quot; How do you change this to say &quot;Welcome&quot; instead. My second question is how do you add a logo or small pic onto the upper left side above the side panel. My third question is, on my site, &quot;my account&quot; button and &quot;edit this menu&quot; button has overlapped on top of each other since I changed the site theme. How do you delete just the &quot;edit this menu&quot; button so it doesn't overlap.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441391</guid>
				<title>Search mystery</title>
				<link>http://community.wikidot.com/forum/t-441391/search-mystery</link>
				<description>A certain page in my site does not show up in searches</description>
				<pubDate>Wed, 08 Feb 2012 15:01:31 +0000</pubDate>
				<wikidot:authorName>etnolinguistica</wikidot:authorName>				<wikidot:authorUserId>334271</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I just realized that a page in my site is immune to search. It is not a new page, and all (hopefully) other pages containing similar search terms show up fine. The mysterious page can be reached at <a href="http://tinyurl.com/searchproblems">http://tinyurl.com/searchproblems</a></p> <p>Any insights, please?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441076</guid>
				<title>A member doesn&#039;t see the link for members</title>
				<link>http://community.wikidot.com/forum/t-441076/a-member-doesn-t-see-the-link-for-members</link>
				<description></description>
				<pubDate>Tue, 07 Feb 2012 11:28:17 +0000</pubDate>
				<wikidot:authorName>Brunhilda</wikidot:authorName>				<wikidot:authorUserId>91730</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>On my SJA site, in sidebar, I have a SUO code that shows some links only to members of the site I include in this code:</p> <div class="code"> <pre> <code>[[include :snippets:suo BEGIN CODE |unique=first |type=showto |user1=brunhilda |user2=j-o-e |user3=gjorgje-bozhoviq |user4=shomi |user5=vojvodamm |user6=duja |user7=dalibor |user8=stomic |user9=mstanic |user10=oli2 |user11=brun|user12=milkac |user12=dan555 user13=ranching |user14=Jelena3]] [[include :snippets:suo END CODE]]</code> </pre></div> <p>The thing is that the user Nº 13 (maybe this nubmer has something to do? :) ) even if he is logged, he cannot see this link.</p> <p>This is what I see when I am logged in.</p> <div class="image-container alignleft"><img src="http://community.wdfiles.com/local--files/forum%3Astart/nat.jpg" width="500px" alt="nat.jpg" class="image" /></div> <p>And this is what he sees when he is logged in.</p> <div class="image-container alignleft"><img src="http://img854.imageshack.us/img854/4083/70080093.pngwidth=&quot;500px&quot;" alt="70080093.pngwidth=&quot;500px&quot;" class="image" /></div> <p>Observe the space above the books at the top of the sidebar. We are both logged in, but it is hard to see on these pictures, since I made this part to be almost invisible, but you can see it if you take a really good look. :)</p> <p>Why is this? Is there any limitation of members that can be added to SUO?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-440905</guid>
				<title>Site deleted !!</title>
				<link>http://community.wikidot.com/forum/t-440905/site-deleted</link>
				<description>My new Wiki Site was deleted :(</description>
				<pubDate>Mon, 06 Feb 2012 17:47:17 +0000</pubDate>
				<wikidot:authorName>kobaltronics</wikidot:authorName>				<wikidot:authorUserId>1299749</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>My website comicdechile.wikidot.com was deleted. I just sent a e-mail to support. What was the problem ? Thanks.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-440848</guid>
				<title>Site deleted</title>
				<link>http://community.wikidot.com/forum/t-440848/site-deleted</link>
				<description></description>
				<pubDate>Mon, 06 Feb 2012 16:00:47 +0000</pubDate>
				<wikidot:authorName>dkstech</wikidot:authorName>				<wikidot:authorUserId>1300512</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I created an account yesterday, started to play with creating a wiki site. Created two articles as a database of computer fixes for my self. Today I went to the site dks.wikidot.com and I get a lovely error</p> <p>Site deleted</p> <p>The site you are trying to reach has been deleted by Wikidot Team.<br /> If you think it was deleted unfoundedly, please contact <span class="wiki-email">moc.todikiw|troppus#moc.todikiw|troppus</span></p> <p>So does the Wikidot Team randomly delete sites? I logged into my account I have no emails, alerts, anything, and it shows I have no Wiki Sites &#8230;&#8230;.. What happened?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-440791</guid>
				<title>Help Please</title>
				<link>http://community.wikidot.com/forum/t-440791/help-please</link>
				<description></description>
				<pubDate>Mon, 06 Feb 2012 11:27:56 +0000</pubDate>
				<wikidot:authorName>Alex Holloway</wikidot:authorName>				<wikidot:authorUserId>816667</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am in the process of creating a Wiki site for a project that I am running in my workplace. I have been given some images that are required to be on the site. Can this be done and if so how would I go about uploding these images?</p> <p>Thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-440525</guid>
				<title>Alexa Stats</title>
				<link>http://community.wikidot.com/forum/t-440525/alexa-stats</link>
				<description>And the top sites (according to Alexa)</description>
				<pubDate>Sun, 05 Feb 2012 21:31:04 +0000</pubDate>
				<wikidot:authorName>Whane The Whip</wikidot:authorName>				<wikidot:authorUserId>53390</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://www.alexa.com/siteinfo/wikidot.com">http://www.alexa.com/siteinfo/wikidot.com</a></p> <p>Looking good with a rank of 3,448 globally. I see a lot of popular wikidot sites listed there too.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-440221</guid>
				<title>Itemized list with non-standard labels</title>
				<link>http://community.wikidot.com/forum/t-440221/itemized-list-with-non-standard-labels</link>
				<description>I would like advice about a lightweight technique to create an itemized list in which the labels are of a custom kind. The labels are not bullets or sequential numbers; they might be times of day or they might be room numbers in a building, for example. I will imagine that the labels are of some small bounded size.</description>
				<pubDate>Sat, 04 Feb 2012 18:41:41 +0000</pubDate>
				<wikidot:authorName>Bas Braams</wikidot:authorName>				<wikidot:authorUserId>1256451</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Dear Experts. I would like advice about creating an itemized list with non-standard labels. The wikidot definition list is almost what I want; however, I want the label and the main text of the definition to appear on the same line. I need this quite often and would like to use a light-weight technique (such as the definition list) and not create a custom table each time.</p> <p>A slight modification of the definition list would serve my need, and my need would also be served if I can introduce a tab stop. Can we have tab stops?</p> <p>The labels in my lists are things like times of day or room numbers. The system might figure out the correct width to use, but if I have to specify it myself, for example in units of (TeX) &quot;em&quot;, then I don't mind that either.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-440087</guid>
				<title>CSS Per Category — Including Inexisting Pages!</title>
				<link>http://community.wikidot.com/forum/t-440087/css-per-category-including-inexisting-pages</link>
				<description></description>
				<pubDate>Sat, 04 Feb 2012 08:18:39 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Cool stuff. This reminds me one of ideas we had back in Wikidot: to delete lots of configuration from the admin panel in favour of some magic pages in categories, like category:_css (or category:_style) for custom category styles (category:_side, category:_top for nav bars, stuff like category:_permissions for permissions and so on).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-439807</guid>
				<title>Help with page templates and site structuring</title>
				<link>http://community.wikidot.com/forum/t-439807/help-with-page-templates-and-site-structuring</link>
				<description>I need help getting my site structure set up.</description>
				<pubDate>Fri, 03 Feb 2012 22:42:49 +0000</pubDate>
				<wikidot:authorName>Dylanspiritwind</wikidot:authorName>				<wikidot:authorUserId>1297758</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have read over countless how-to's and I think I need some specific help. I am stuck figuring out the best way to go about structuring my wiki. Instead of saying what I've tried, I'll just say what I need:</p> <p>I need several major categories of pages.</p> <ul> <li>Acupuncture</li> <li>Single Herbs</li> <li>Herbal Formulas</li> <li>Etc&#8230;.</li> </ul> <p>.<br /> should I use categories or tags for these?</p> <p>I will need a page for each category that lists pages in that category (for example acupuncture:home)<br /> On this page people should have the option to create a new page in that category (for example a new acupuncture point) and that should be created using a chosen template (see below).</p> <p>For each of these categories I need to create a template, I tried here: <a href="http://www.chinesemedicinewiki.org/template:acupuncture-point">http://www.chinesemedicinewiki.org/template:acupuncture-point</a></p> <p>I really need a quick walk-through&#8230;.I am overwhelmed by different how-tos and am just creating a wack load of useless pages.</p> <p>Help?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438436</guid>
				<title>Redirect to mobile page</title>
				<link>http://community.wikidot.com/forum/t-438436/redirect-to-mobile-page</link>
				<description></description>
				<pubDate>Wed, 01 Feb 2012 16:45:09 +0000</pubDate>
				<wikidot:authorName>MAX ALPIZAR</wikidot:authorName>				<wikidot:authorUserId>293716</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I had two versions of my webpage (using custom domains): www.mypage.com and mobile.mypage.com, the latter contains Meta Tags and is designed for mobile phone access.</p> <p>I would like to automatically redirect mobile phone users who access my standard page to my mobile formatted page. Is it possible to do this?</p> <p>Best regards,</p> <p>Max Alpízar</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438290</guid>
				<title>Search Box Side Panel</title>
				<link>http://community.wikidot.com/forum/t-438290/search-box-side-panel</link>
				<description></description>
				<pubDate>Tue, 31 Jan 2012 21:49:16 +0000</pubDate>
				<wikidot:authorName>SuperiorFlash</wikidot:authorName>				<wikidot:authorUserId>1200402</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi, I would like to know how to add a search box in the side panel.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438266</guid>
				<title>Master administrator</title>
				<link>http://community.wikidot.com/forum/t-438266/master-administrator</link>
				<description>Our site has been running without one for a year...</description>
				<pubDate>Tue, 31 Jan 2012 19:35:03 +0000</pubDate>
				<wikidot:authorName>Gene R</wikidot:authorName>				<wikidot:authorUserId>634139</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Good day.</p> <p>&quot;The SCP Foundation&quot; Russian wiki ( <a href="http://scpfoundation.ru">this link</a> or <a href="http://scp-ru.wikidot.com">this one</a>) is evolving with three administrators (user names <span class="printuser"><a href="http://www.wikidot.com/user:info/ged-malburg" >Ged_Malburg</a></span>, <span class="printuser"><a href="http://www.wikidot.com/user:info/gene-r" >Gene R</a></span> and <span class="printuser"><a href="http://www.wikidot.com/user:info/resure" >Resure</a></span>), but we cannot contact the master administrator (<span class="printuser"><a href="http://www.wikidot.com/user:info/scp-ru" >scp-ru</a></span>) for a long time. We'd like to have master administrator rights in order to control ads. Hope you can help us in this matter.</p> <p>Sincerely,<br /> SCP Foundation Russian user community.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-437980</guid>
				<title>How to change the &quot;create page&quot; default</title>
				<link>http://community.wikidot.com/forum/t-437980/how-to-change-the-create-page-default</link>
				<description></description>
				<pubDate>Mon, 30 Jan 2012 17:37:40 +0000</pubDate>
				<wikidot:authorName>WikiWealth</wikidot:authorName>				<wikidot:authorUserId>115865</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How do I change the create page default setting? I know Wikidot released some cool ways to edit these pages, but I don't know where to start.</p> <p>Instead of &quot;create page&quot;, I would simply like a &quot;create new page&quot; and maybe change the page title.</p> <p>How does one do this?</p> <p>Dave</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-437282</guid>
				<title>Insert minirecentposts into a webpage</title>
				<link>http://community.wikidot.com/forum/t-437282/insert-minirecentposts-into-a-webpage</link>
				<description>I&#039;d like to insert minirecentposts into another website as a link?</description>
				<pubDate>Sat, 28 Jan 2012 09:09:14 +0000</pubDate>
				<wikidot:authorName>Hanham Players</wikidot:authorName>				<wikidot:authorUserId>1289998</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have a wikidot wiki for our drama club; but I'd like to insert a window with the minirecentposts onto the front page of this website - is this possible? and how would I do it.</p> <p>Thanks,</p> <p>Very new to wikidot - so might be a silly question!!</p> <p>Hanham Players</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-437184</guid>
				<title>Gallery with external images</title>
				<link>http://community.wikidot.com/forum/t-437184/gallery-with-external-images</link>
				<description></description>
				<pubDate>Fri, 27 Jan 2012 19:29:48 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Not sure if this is a good solution with the thumbnails at the botom of the _template&#8230; have someone else another good idea?</p> <p>Is the navigation between the images too long?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-437051</guid>
				<title>Transfering content to wikidot.</title>
				<link>http://community.wikidot.com/forum/t-437051/transfering-content-to-wikidot</link>
				<description>I want to move my existing wiki here.</description>
				<pubDate>Fri, 27 Jan 2012 05:03:37 +0000</pubDate>
				<wikidot:authorName>twomillionbucks</wikidot:authorName>				<wikidot:authorUserId>1252569</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello all. I am a moderator of a wiki site, not hosted by wikidot, but by another service which shall remain nameless. Recently our present hosting service suffered an attack on its servers that resulting drastically increased loading times. Additionally, we recently had our site creator and sole administrator vanish from our community with no explanation and no way to gain access to the administrator account. In all this, our present hosting service has proved less than helpful, and we are considering transferring to another site if possible. The main difficulty lies in our already-existing content. Articles, at least, can probably be moved by hand, but the process would be exhausting. Any service which offered a streamlined answer to this problem would be a tremendous draw for us.</p> <p>Has anyone else dealt with this problem before? How well will wikidot respond to our attempts to move here?</p> <p>Thanks,</p> <p>Mike</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436828</guid>
				<title>jQuery and Parallax</title>
				<link>http://community.wikidot.com/forum/t-436828/jquery-and-parallax</link>
				<description>Building a site using jQuery and Parallax</description>
				<pubDate>Thu, 26 Jan 2012 02:52:08 +0000</pubDate>
				<wikidot:authorName>NickHarris</wikidot:authorName>				<wikidot:authorUserId>199107</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Wikidoters, has anyone built anything with jQuery and Parallax? I see some stuff that Rob Elliott did on jQuery.</p> <p>Take a peek at this site. I am looking to create a single page like this with the sliding navigation, but I am not sure it can be done in wikidot. I assume it would all be iframes??</p> <p><a href="http://artofflightmovie.com/">http://artofflightmovie.com/</a></p> <p>As an aside, I got the movie for Xmas &#8230;. it a totally cool piece of video photography.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436144</guid>
				<title>CSS Help</title>
				<link>http://community.wikidot.com/forum/t-436144/css-help</link>
				<description>Mobile error and fonts.</description>
				<pubDate>Sun, 22 Jan 2012 20:44:10 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello, I'm using the theme Midnight Minimalist which I've had some help making changes to and just now I changed some values myself too.<br /> After refreshing on my iPhone it looks like this though:<br /> <a href="http://img9.imageshack.us/img9/907/bild1os.png">http://img9.imageshack.us/img9/907/bild1os.png</a><br /> There's an obvious error on the right side that only appears on my mobile. What did I miss? Someone might be able to tell right away but I'll put the code is further down.<br /> Before refreshing the site was thinner and centered&#8230; I believe search, login, the rightmost border of the white field and the license text further down all should be moved to align with the &quot;Powered by Wikidot&quot; field which seems to have the correct dimensions.</p> <p>No matter if it's related I'd like to know what this code means, the 480 part sounds mobile-related:</p> <div class="code"> <pre> <code>@media only screen and (max-device-width: 480px) { #container { width: 100%; } }</code> </pre></div> <p>I'm also interested in knowing how to change fonts and get more correct font sizes on my site.<br /> Take this code piece for example:</p> <div class="code"> <pre> <code>#header h1 a { font-family: Trebuchet MS,Arial,Sans-serif; font-size: 32px; font-style: normal; font-weight: bold; letter-spacing: 1px; line-height: 32px; }</code> </pre></div> <br /> This gives me text that's only size 24 if I copy it and paste into Word&#8230; how come? Why isn't it 32? <p>Also what fonts does Wikidot support? I don't really know anything about how fonts work online. Any? From what I understand you need to have the sites font installed locally in order to view it correctly&#8230; which fonts are safe to use?</p> <p>Anyways here's the full code that I'm using:</p> <div class="collapsible-block"> <div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">+&nbsp;Show&nbsp;the&nbsp;code</a></div> <div class="collapsible-block-unfolded" style="display:none"> <div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">-&nbsp;Hide&nbsp;the&nbsp;code</a></div> <div class="collapsible-block-content"> <div class="code"> <pre> <code>html, body { min-height: 101%; } #container-wrap { padding-right: 8px; overflow: hidden; } #container { width: 792px; margin: 0 auto; position: relative; } @media only screen and (max-device-width: 480px) { #container { width: 100%; } } a:link { text-decoration:none; } a:active { text-decoration:none; } a:visited { text-decoration:none; } a:hover { background: transparent; color:#000000; text-decoration:underline; } #header { height: 116px; } #header h1 { float: left; padding: 28px 0 0 16px; } #header h1 span { padding-right: 8px; } #header h1 a { font-family: Trebuchet MS,Arial,Sans-serif; font-size: 32px; font-style: normal; font-weight: bold; letter-spacing: 1px; line-height: 32px; } #header h1 a:hover { text-decoration: none; } #header h2 { color: #999999; font-family: &quot;Verdana&quot;, Arial, Helvetica, sans; font-size: 16px; line-height: 20px; padding: 38px 8px 14px; } #header h2:before { content: &quot;|&quot;; } #header h2 span { font-size:10px; letter-spacing:2px; padding-left:8px; text-transform:uppercase; } #top-bar { background-color:#FFFFFF; border-left:3px outset #000000; border-right:3px outset #000000; border-top:3px outset #000000; height:64px; left:0; position:relative; width:792px; } #top-bar ul { height:30px; left:10px; padding:0; position:relative; top:10px; width:772px; } #top-bar li { margin: 0; } #top-bar ul ul { margin-right: 0; } #top-bar li a { border-right: 1px solid #FFFFFF; color: #FFFFFF; font-size: 16px; font-weight: bold; line-height: 30px; padding: 0 16px; text-decoration: none; } #top-bar li a:hover { text-decoration: none; } #top-bar li ul { border: none; left: 0; position: relative; top: 0; width: 1em; } #top-bar li ul li a { width: 18em; } #login-status { top: 93px; right: 16px; } #search-top-box { right: -64px; top: 40px; } #search-top-box .button { visibility: hidden; } #search-top-box .text { padding: 2px 2px 2px 5px; width: 220px; } #search-top-box input.empty { color:#888888; } #search-top-box input.text { border:1px solid #888888; color:#888888; } #login-status a { text-decoration: none; } #login-status #account-topbutton, #account-options li a:hover, .change-textarea-size a { color: #FFFFFF; } #login-status #account-topbutton:hover, .change-textarea-size a:hover { color: #000; } #side-bar { float:right; margin:5px; overflow:hidden; padding:5px; width:350px; } div.buttons input, input.button, button, a.button { background-color: #FFFFFF; font-weight: bold; border-radius: 8px 8px; -moz-border-radius: 8px 8px; -webkit-border-radius: 8px 8px; } div.buttons input:hover, input.button:hover, button:hover, a.button:hover { color: #FFFFFF; text-decoration: none; } #main-content { margin: 20px 0 0 0; padding: 0 16px; min-height: 600px; overflow: hidden; } #content-wrap { background-color: #FFFFFF; border-bottom: 3px outset #000000; border-left: 3px outset #000000; border-right: 3px outset #000000; min-height: 1px; width: 100%; } #page-content &gt; *:first-child { margin-top: 0; } #page-title { border:medium none; color:#222222; font-family:Arial,Helvetica,Sans-serif; font-size:200%; font-weight:bold; margin-top:0; padding-bottom:2px; } #page-content &gt; h1, #page-content &gt; h2, #page-content &gt; h3, #page-content &gt; h4 { font-family: Arial,Helvetica,sans-serif; font-weight: bold; letter-spacing: -1px; margin: 15px 0; padding: 0; } h1 { font-size: 180%; } #main-content h1 span, #main-content h2 span, #main-content h3 span, #main-content h4 span { color:#000000; } #main-content h1 span a, #main-content h2 span a, #main-content h3 span a, #main-content h4 span a { color:#000000; text-decoration: none; } #main-content h1 span a:hover, #main-content h2 span a:hover, #main-content h3 span a:hover, #main-content h4 span a:hover { text-decoration: none; } div.page-calendar-box { padding: 0; } blockquote { background-image: url(http://snippets.wikidot.com/local--files/code:quotes-in-blockquotes/quote-right.gif); background-repeat: no-repeat; background-position: bottom right; } blockquote p { background-image: url(http://snippets.wikidot.com/local--files/code:quotes-in-blockquotes/quote-left.gif); background-repeat: no-repeat; margin-top: 0; padding-top: 1em; min-height: 37px; } blockquote p + p { padding-top: 0; background-image: none; } #breadcrumbs { margin-bottom: 1em; } .odate, .like-odate { font-size: 85%; font-weight: bold; color: #666; background: transparent; margin: 0; padding-top: 0; padding-bottom: 0; } #membership-by-password-box error-block, #membership-apply-box error-block, .member .error-block { display:none; } #footer { background-color: #888888; border: 1px solid #222222; margin: 10px 0 10px 0; padding: 10px; width: 776px; } #footer a { color: #222222; } #license-area { color: #888888; padding-bottom: 10px; text-align: center; } #license-area a { color: #888888; } .image-container { padding:0 1em 0 1em; } .side-box { background-color:#F5F5F5; border:1px solid #DADADA; margin-bottom:10px; margin-left:10px; padding:8px; width:310px; } .side-box h2 { background-color:#EBF3FB; font-size:10px; margin-left:-8px; margin-right:-8px; margin-top:-8px; padding:5px 10px; } #side-bar ul { padding: 0 0 0 1em; margin: 0; } .hover span { display: none; } .hover:hover span { position: absolute; display: inline; margin: 20px -20px 0 0; height: auto; width: auto; background: #eee; border: 1px solid #555; color: #555; padding: 1em; font-size: 12px; } .hover:hover span span { position: relative; margin: auto; height: auto; width: auto; border: none; padding: 0; } .hover:hover { background-color: transparent; text-decoration: underline; } .join-text a { display: inline; margin: 0; padding: 0; font-size: 100%; background: none; -moz-border-radius: 0px; -webkit-border-radius: 0px; text-decoration: none; } .join-text a:hover { text-decoration: underline; } .code { -moz-box-shadow: 10px -5px 15px #ddd; background-color:#E1E8E8; background-image:url(http://community.wikidot.com/local--files/admin:css/brackets.png); background-repeat:no-repeat; border:2px dotted darkgrey; font-family:monospace; font-size:12px; margin:0.4em 0 0.4em 40px; min-height:65px; overflow:auto; padding: 0 1em 0 40px; width:85%; } .layout { border-collapse:collapse; color:#3B485F; width: 100%; table-layout:fixed; } .layout tr { background: #FCFFDF; border-bottom:1px solid #EFEFEF; } .layout td { padding-left: 1em; } .layout .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .layout .header { height: 2em; background: #AFCCFF; border-bottom: 1px solid #9F9F9F; font-weight: bold; font-size: 13px; } .layout .footer { background: #FCFFDF; border-top: 1px solid #9F9F9F; border-bottom: 1px solid #9F9F9F; font-weight: bold; } .nobreak p { display: inline; margin: 0px; padding: 0px } #header h1 a { color: #888888; } #top-bar ul { background-color: #383838; border-bottom:4px solid #888888; } #top-bar li a:hover { background-color: #888888; } div.buttons input, input.button, button, a.button { border: solid 1px #888888; } div.buttons input:hover, input.button:hover, button:hover, a.button:hover { background-color: #888888; } a:link { color: #888888; } a:active { color: #888888; } a:visited { color: #888888; } #main-content h1 span a:hover, #main-content h2 span a:hover, #main-content h3 span a:hover, #main-content h4 span a:hover { color: #383838; } #container-wrap { background-color: #383838; } #header { background-color: #383838; } #top-bar li ul li a { background-color: #383838; } #search-top-box input.empty { background-color: #383838; } #search-top-box input.text { background-color: #383838; } div.buttons input, input.button, button, a.button { color: #383838; } .hover { color: #0a9200; } .hover:hover{ color: #0a9200; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border:solid #888888; /* color of the line between tab list and content */ border-width:0 0 3px; /*thickness of the line between tab list and content */ } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { margin:0 1px 0 0; /* space between tabs */ } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { margin:0 1px -1px 0; /* for overlap */ } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background:#383838 url(http://hackedforum.wikidot.com/local--files/tabpage/tabcolor.png) repeat-x -3px; /* tab background */ border-top:solid #888888 1px; border-left:solid #888888 1px; border-right:solid #888888 1px; font-weight:600; font-size:80%; color:#000;/*tab text color*/ } .yui-navset .yui-nav a:hover, .yui-navset .yui-navset-top .yui-nav a:hover { background:#888888 } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em { border:solid #f00 0px; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */ .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */ background:#888888 url(http://hackedforum.wikidot.com/local--files/tabpage/tabcolor.png) repeat-x -3px; /* selected tab background */ color:#fff;border:1px solid #888888; } #account-topbutton { border: 0; } #login-status #account-topbutton { background-color:transparent; color: black; } #login-status #account-topbutton:hover { color: white; } #account-options li a:hover { color: black; }</code> </pre></div> </div> </div> </div> <br /> <br /> <br /> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436121</guid>
				<title>Changing page width and removing sidebar</title>
				<link>http://community.wikidot.com/forum/t-436121/changing-page-width-and-removing-sidebar</link>
				<description></description>
				<pubDate>Sun, 22 Jan 2012 17:34:35 +0000</pubDate>
				<wikidot:authorName>Moschinius</wikidot:authorName>				<wikidot:authorUserId>520408</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello, I haven't used Wikidot in a year and I need some help changing the fixed width of my wiki from 950 to <em>7</em>92&#160;px and also removing the sidebar completely and filling that space with page text.</p> <p>I'm using an already modified Midnight Minimalist theme:</p> <div class="code"> <pre> <code>@import url(http://themes.wdfiles.com/local--code/midnight-minimalist); #account-topbutton { border: 0; } #login-status #account-topbutton { background-color:transparent; color: black; } #login-status #account-topbutton:hover { color: white; } #account-options li a:hover { color: black; }</code> </pre></div> <p>I'm not quite familiar with CSS and all, so what exactly do I add, where?</p> <p>Thanks.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-436020</guid>
				<title>ListPages instead of PagesByTag</title>
				<link>http://community.wikidot.com/forum/t-436020/listpages-instead-of-pagesbytag</link>
				<description></description>
				<pubDate>Sun, 22 Jan 2012 11:24:40 +0000</pubDate>
				<wikidot:authorName>Brunhilda</wikidot:authorName>				<wikidot:authorUserId>91730</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well, I replaced it, but I still don't understand some things: I don't want to have any lists on this page unless they're asked by clicking on a tag, i.e., I want this page only with the tag cloud whe it is loaded, as it was the case with PagesByTag mmodule. Is this possible to do?</p> <p>If not, then is it possible that, using PagesByTag, remove the part: List of pages tagged with news from category bla bla:</p> <p>Here's my tag page:<br /> <a href="http://www.istorijskabiblioteka.com/system:page-tags">http://www.istorijskabiblioteka.com/system:page-tags</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-435685</guid>
				<title>Help Creating 3,000 Pages</title>
				<link>http://community.wikidot.com/forum/t-435685/help-creating-3-000-pages</link>
				<description></description>
				<pubDate>Sat, 21 Jan 2012 18:09:16 +0000</pubDate>
				<wikidot:authorName>WikiWealth</wikidot:authorName>				<wikidot:authorUserId>115865</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've been trying to get some development work done, but I can't wait any longer. What's the quickest and easiest way to create 3,000 similar pages on WikiWealth?</p> <p>The pages will all look like this: <a href="http://www.wikiwealth.com/wacc-analysis:1">http://www.wikiwealth.com/wacc-analysis:1</a>. The only variables is the title, name, and admin code.</p> <p>What language, etc. do I need to learn to make this happen? I will make a number of other pages in a similar fashion. I know I have to communicate with the API, but I don't know how to. I don't know what languages to learn or software to get.</p> <p>Please help. This work has to get done. Thank you,</p> <p>Dave</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-435146</guid>
				<title>Changing title URL?</title>
				<link>http://community.wikidot.com/forum/t-435146/changing-title-url</link>
				<description>How do I change the title url?</description>
				<pubDate>Fri, 20 Jan 2012 18:06:00 +0000</pubDate>
				<wikidot:authorName>DACC Library</wikidot:authorName>				<wikidot:authorUserId>1288811</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello, just wondering how do I change the title url. I turned off the span in CSS to get rid of the text title and replaced it with a logo&#8230; now I would like to have that logo link directly to our library (community college library). You cannot do that in CSS so just wondering how I can do it? Thank you,</p> <p>Ken.</p> <p>Ken Keeton<br /> Virtual Services Librarian<br /> Library &amp; Learning Technology Division<br /> East Mesa Campus, Office 203h<br /> Las Cruces, NM 88012<br /> Doña Ana Community College</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434997</guid>
				<title>Obtain a private wiki its HTML pages</title>
				<link>http://community.wikidot.com/forum/t-434997/obtain-a-private-wiki-its-html-pages</link>
				<description>How to store a private wiki as a local HTML website?</description>
				<pubDate>Fri, 20 Jan 2012 10:54:22 +0000</pubDate>
				<wikidot:authorName>Bilderbikkel</wikidot:authorName>				<wikidot:authorUserId>1286006</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It appears easy to download an open wiki to its HTMl pages locally: see the thread <a href="http://community.wikidot.com/forum/t-433864/obtain-a-wiki-its-html-pages">http://community.wikidot.com/forum/t-433864/obtain-a-wiki-its-html-pages</a>.</p> <p>For a private wiki, however, HTTracker (suggested in the mentioned thread) does not copy more HTML pages than visible for a non-signed in person.</p> <p>Does anybody know how to get it working nevertheless?</p> <p>Thanks, Richel Bilderbeek</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434537</guid>
				<title>Delete Wikidot site, after almost all pages have been deleted.</title>
				<link>http://community.wikidot.com/forum/t-434537/delete-wikidot-site-after-almost-all-pages-have-been-deleted</link>
				<description>I want to delete my wikidot site, but I have deleted the pages needed to delete it.</description>
				<pubDate>Thu, 19 Jan 2012 04:42:22 +0000</pubDate>
				<wikidot:authorName>mike_linux</wikidot:authorName>				<wikidot:authorUserId>1287979</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I want to delete my wikidot site, but I have deleted the pages needed to delete it.</p> <p>www.madcomputing.wikidot.com</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434470</guid>
				<title>Wikidot community&#039;s view on SOPA/PIPA?</title>
				<link>http://community.wikidot.com/forum/t-434470/wikidot-community-s-view-on-sopa-pipa</link>
				<description></description>
				<pubDate>Wed, 18 Jan 2012 21:01:35 +0000</pubDate>
				<wikidot:authorName>Naomi Wiflath</wikidot:authorName>				<wikidot:authorUserId>32984</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'd like to know your stand on the American Legislation of SOPA &amp; PIPA, and if Wikidot/its users is/are going to take part in the protest?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434188</guid>
				<title>Get rid of categories</title>
				<link>http://community.wikidot.com/forum/t-434188/get-rid-of-categories</link>
				<description></description>
				<pubDate>Tue, 17 Jan 2012 16:28:05 +0000</pubDate>
				<wikidot:authorName>WikiWealth</wikidot:authorName>				<wikidot:authorUserId>115865</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have a lot of unused page categories and would like to get rid of them, but I'm not having luck.</p> <p>For example, this page (<a href="http://www.wikiwealth.com/profile-person:john-smith">http://www.wikiwealth.com/profile-person:john-smith</a>) does not exist any more, but when I deleted it and all other pages in the category, it stays in my themes and navigation elements as categories. How do I completely get rid of these types of categories that I no longer use?</p> <p>This is not a critical problem, but I'm just trying to clean up the site.</p> <p>What am I doing wrong?</p> <p>Dave</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434021</guid>
				<title>Collapsing/Folding Category Groups</title>
				<link>http://community.wikidot.com/forum/t-434021/collapsing-folding-category-groups</link>
				<description>Is there a way to collapse/fold category groups so that I don&#039;t see a list of the categories until I expand/unfold the category group?</description>
				<pubDate>Mon, 16 Jan 2012 21:56:22 +0000</pubDate>
				<wikidot:authorName>Flippo789</wikidot:authorName>				<wikidot:authorUserId>35045</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi!</p> <p>I just created a site and have used <span style="white-space: pre-wrap;">[[module&#32;ForumStart]]</span> to allow visitors to see the forum from the home page. But, it is currently looking rather crowded on the home page. Is there a way to collapse/fold the category groups so that I don't see a list of the categories until I expand/unfold the category group? That way I could give an overview of the forum structure without the visitors feeling overwhelmed.</p> <p>Thanks!</p> <p>(Here is a link to my site for reference: <a href="http://syscon.wikidot.com/start">http://syscon.wikidot.com/start</a>)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434010</guid>
				<title>Using the aimath.org knowl (expandable/collapsable text) on my pages</title>
				<link>http://community.wikidot.com/forum/t-434010/using-the-aimath-org-knowl-expandable-collapsable-text-on-my</link>
				<description>The page http://www.aimath.org/knowlepedia/ describes a way to create expandible and collapsible text on web pages. These blocks can be nested and they come out very nice in the demonstration, I think. It is all based on html, css and javascript. I would like to have advice about how to use this facility in my wikidot pages.</description>
				<pubDate>Mon, 16 Jan 2012 20:28:23 +0000</pubDate>
				<wikidot:authorName>Bas Braams</wikidot:authorName>				<wikidot:authorUserId>1256451</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Someone visiting the American Institute of Mathematics (aimath.org) created an html tool called a knowl that provides expandable and collapsable text. The description is here under the title &quot;Introducing the knowl: better browsing on the Web&quot;: <a href="http://www.aimath.org/knowlepedia/">http://www.aimath.org/knowlepedia/</a>.</p> <p>I like the tool. The syntax is very much like that of a hyperlink, only using &quot;knowl=&quot; instead of &quot;href=&quot;. That link can be attached to any piece of text and the expansion text is then introduced immediately after the paragraph in which the link appears. Knowls can be nested.</p> <p>In order to introduce Knowls into a plain HTML/CSS page one needs three lines of CSS code in the preamble and they link to a remote site, quite similar to the way MathJax is presently implemented.</p> <p>I would be grateful for advice about how I should customize my theme or what else I should do in order to use these Knowls in my pages on wikidot.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434003</guid>
				<title>Ipad2 and pagepath</title>
				<link>http://community.wikidot.com/forum/t-434003/ipad2-and-pagepath</link>
				<description>In forms Ios takes over... Who has an Ipad and confirm that there is no way to create a new item in a pagepath?</description>
				<pubDate>Mon, 16 Jan 2012 20:09:49 +0000</pubDate>
				<wikidot:authorName>Steven Heynderickx</wikidot:authorName>				<wikidot:authorUserId>55440</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Normally on pc the pagepath dataform-format allows you to create new items. I used a pagepath in a form and it doesn't work on an Ipad. Nothing happens if you click on create new item&#8230;</p> <p>Try it at <a href="http://pagepath.wikidot.com/wine:_start">http://pagepath.wikidot.com/wine:_start</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-433978</guid>
				<title>New Edible Landscaping resource</title>
				<link>http://community.wikidot.com/forum/t-433978/new-edible-landscaping-resource</link>
				<description>Database related to the 100+ edible plants I grow in Seattle. Planting notes, photos, recipes</description>
				<pubDate>Mon, 16 Jan 2012 17:20:04 +0000</pubDate>
				<wikidot:authorName>MasterGardener</wikidot:authorName>				<wikidot:authorUserId>568815</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am creating an on-line database related to the 100+ edible plants I currently grow in Seattle. I call it My Edible Landscape. Original content. Nothing like it that I have found in the specialized world of Edible Landscaping. Check it out here:<br /> <a href="http://edible.wikidot.com">http://edible.wikidot.com</a></p> <p>I love Wikidot. It makes creating a website like this really easy. I have tried other approaches, but the performance of Wikidot is orders of magnitude easier. And Wikidot keeps getting better.</p> <p>I have been working on this website for a few months. It contains original photos, growing and harvesting notes, and recipes. I also have a private forum on this site, but I don’t know what I will use that for yet. I guess if I find enough people to join a discussion group, I will open that up to some people.</p> <p>I am finding it useful already for tracking my collection. I am in a local fruit growing club, and I can use my smartphone to share information with other members where ever we are meeting. It is also helping me to archive planting notes that previously were scattered on scraps of paper around my house. Another long range plan is to publish an edible landscaping book based on my own experience and how I use the harvest in my kitchen.</p> <p>Comments are welcomed. I’m just getting started on this, but it is at a point where I want to start sharing it. Are there any other websites that are similar?</p> <p>Enjoy.<br /> -Mark Lee, Seattle</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-433864</guid>
				<title>Obtain a wiki its HTML pages</title>
				<link>http://community.wikidot.com/forum/t-433864/obtain-a-wiki-its-html-pages</link>
				<description>How to store a wiki as a local HTML website?</description>
				<pubDate>Mon, 16 Jan 2012 10:22:21 +0000</pubDate>
				<wikidot:authorName>Bilderbikkel</wikidot:authorName>				<wikidot:authorUserId>1286006</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Dear all,</p> <p>I love wikidot.com and I'd like to use it for my (small) company. Because sometimes we have to go to places without (affordable) internet, I'd like to store the wiki locally on a laptop. wikidot.com does have the possibility to make a backup of the wiki its contents, but this is too limited: I'd like to have a working local (probably read-only) HTML site from a wiki.</p> <p>Is this possible?</p> <p>Cheers, Richel Bilderbeek</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-433696</guid>
				<title>Email notification of requests to join</title>
				<link>http://community.wikidot.com/forum/t-433696/email-notification-of-requests-to-join</link>
				<description>How do I get email notification of requests to join the Wiki of which I am admin.</description>
				<pubDate>Sun, 15 Jan 2012 22:22:25 +0000</pubDate>
				<wikidot:authorName>mlo1</wikidot:authorName>				<wikidot:authorUserId>728635</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>For a while I thought I was getting email notification of requests to join the Wiki of which I am admin. I am no longer getting requests and I can't figure out how to do it.</p> <p>Is there a way?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-432882</guid>
				<title>Select field strange behavior</title>
				<link>http://community.wikidot.com/forum/t-432882/select-field-strange-behavior</link>
				<description></description>
				<pubDate>Fri, 13 Jan 2012 09:05:43 +0000</pubDate>
				<wikidot:authorName>The Polar One</wikidot:authorName>				<wikidot:authorUserId>984956</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm adding select fields to my data forms. In the docs it says if I want to sort them I should use 01, 02, 03 etc for the single figures. But when I do that and go to edit the page, option 08 has always disappeared. So it can't be selected. If I do it the normal way, 1, 2, 3, then it's fine.</p> <p>I'll temporarily leave my site open but I have to replace the missing data soon. You can see the code on the template, and if you try to edit the audioplay below then you see the two different behaviours.</p> <p><a href="http://nervabeacon.wikidot.com/audioplay:_template">http://nervabeacon.wikidot.com/audioplay:_template</a><br /> <a href="http://nervabeacon.wikidot.com/audioplay:conglomerate">http://nervabeacon.wikidot.com/audioplay:conglomerate</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-432789</guid>
				<title>How do I create a browsing system organized by letter?</title>
				<link>http://community.wikidot.com/forum/t-432789/how-do-i-create-a-browsing-system-organized-by-letter</link>
				<description></description>
				<pubDate>Thu, 12 Jan 2012 23:58:49 +0000</pubDate>
				<wikidot:authorName>WikiWealth</wikidot:authorName>				<wikidot:authorUserId>115865</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm trying to create a browsing system on WikiWealth.com, but I can't figure out how to organize the information by letter. For example, I want to display all the pages that start with the letter &quot;A&quot; in their title.</p> <p>Thank you, Dave</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-432541</guid>
				<title>Ancient Adsense</title>
				<link>http://community.wikidot.com/forum/t-432541/ancient-adsense</link>
				<description>I think my site uses the old &quot;Monetize($$$)&quot; system and I no longer have access to it...</description>
				<pubDate>Thu, 12 Jan 2012 07:41:06 +0000</pubDate>
				<wikidot:authorName>Whane The Whip</wikidot:authorName>				<wikidot:authorUserId>53390</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm in the process of giving my blog site a face lift. In doing so I needed to adjust the size of adsense ads appearing in my side bar. However I cannot find the Google Syndication code within nav:side. I think my adsense account was setup back when Google ads were a shared commodity between user and wikidot&#8230; I recall at the time that there was a &quot;Monetize($$$)&quot; option in the ACP and you had to choose where you wanted your ads to appear, side bar, bottom, etc&#8230;</p> <p>I only have two sites with Google Syndication. On my PBBG site I plug in the html code directly but my older blog seems to be using the old system. How do I get that turned off so that I can use the newer method and change the size of my ads?</p> <p>Ref: <a href="http://whanethewhip.wikidot.com/">http://whanethewhip.wikidot.com/</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-432467</guid>
				<title>Can You Hide User Contributions from Profile?</title>
				<link>http://community.wikidot.com/forum/t-432467/can-you-hide-user-contributions-from-profile</link>
				<description>Is it possible for a user to hide contributions to sites so that others cannot view on their profile that they are contributors?</description>
				<pubDate>Thu, 12 Jan 2012 03:41:21 +0000</pubDate>
				<wikidot:authorName>Falrose</wikidot:authorName>				<wikidot:authorUserId>248403</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>User's can select to view another user's profile. When doing so, they may then see a list of that user's contributions to wikidot sites. Is it possible for a user to limit what sites others can see that they contributed to for privacy protection?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-432237</guid>
				<title>French (francais) translation 100% done!</title>
				<link>http://community.wikidot.com/forum/t-432237/french-francais-translation-100-done</link>
				<description>Thanks to gerdami!</description>
				<pubDate>Wed, 11 Jan 2012 07:25:10 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am happy to notice - the french translation is done to 100% !</p> <p>Thanks to <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=1326266710" 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> <p>See <a href="http://translate.wikidot.com/stats">http://translate.wikidot.com/stats</a> - the statistics !</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-431799</guid>
				<title>Site deleted</title>
				<link>http://community.wikidot.com/forum/t-431799/site-deleted</link>
				<description></description>
				<pubDate>Tue, 10 Jan 2012 07:51:21 +0000</pubDate>
				<wikidot:authorName>Artimonier</wikidot:authorName>				<wikidot:authorUserId>421284</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Someone contacted me saying that his/her site was deleted. The user also said that he set up that site for some spanish students. (Also, I don't know why that user contacted me: I'm a simple user. I do not even have a Pro account).</p> <p>Link: <a href="http://lyceejeanmoulinspanishexchange.wikidot.com/">http://lyceejeanmoulinspanishexchange.wikidot.com/</a></p> <p>Here is what he/she wrote me:</p> <p>Hello.<br /> I hope I am writing to the right person &amp; that you can speak English !</p> <p>&#8230;</p> <p>I can't understand as I didn't delete it &amp; if somebody asked for it to be deleted, then it wasn't me ! I have 4 sites where I am already master administrator &amp; this was my 5th which I set up for our spanish students. I am really banking on you to undo what you've done as the students won't understand why their site has been deleted &amp; they won't be able to do the work I've given them to do for Friday. I really need your help on this one. Many thanks ! PF Bogue (If this helps to identify me, one of my other sites is <a href="http://jeanmoulinenglishworkshop.wikidot.com">http://jeanmoulinenglishworkshop.wikidot.com</a>)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-429845</guid>
				<title>&quot;www&quot; weirdness</title>
				<link>http://community.wikidot.com/forum/t-429845/www-weirdness</link>
				<description>One domain works only with, one domain works only without</description>
				<pubDate>Sat, 07 Jan 2012 06:32:39 +0000</pubDate>
				<wikidot:authorName>Aidan</wikidot:authorName>				<wikidot:authorUserId>12346</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <table class="wiki-content-table"> <tr> <td></td> <th>Domain 1</th> <th>Domain 2</th> </tr> <tr> <td>with www</td> <td><a href="http://www.aidangrey.com" target="_blank">www.aidangrey.com</a> doesnt work</td> <td><a href="http://www.wayofspirits.com" target="_blank">www.wayofspirits.com</a> works</td> </tr> <tr> <td>without www</td> <td><a href="http://aidangrey.com" target="_blank">aidangrey.com</a> works</td> <td><a href="http://wayofspirits.com" target="_blank">wayofspirits.com</a> doesn't work</td> </tr> </table> <p>I tried to make the 301 redirects (what I think may be responsible) work, but no luck. It wouldn't let me make them identical!</p> <p>I KNOW it's not a propagation issue for aidangrey.com - that's been live for ages now. I don't know why I can't use the &quot;www&quot;, or how to fix it. Can anyone help?</p> <p>Also - apologies for 32796 requests for help all at once. When it rains it pours&#8230;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-429824</guid>
				<title>Wikidot Checklist</title>
				<link>http://community.wikidot.com/forum/t-429824/wikidot-checklist</link>
				<description></description>
				<pubDate>Sat, 07 Jan 2012 05:28:07 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm happy to announce that I got the <a href="http://checklist-app.wikidot.com/" target="_blank">Checklist Application</a> working again after a very long time of trying to figure out a way to make it work conveniently. Thanks to Wikidot's implementation of sorting by Form Data in ListPages, this old app can now be used again, and hopefully it won't experience any more catastrophic failures in the future!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-429781</guid>
				<title>My site disappeared</title>
				<link>http://community.wikidot.com/forum/t-429781/my-site-disappeared</link>
				<description>While adding a custom domain, it&#039;s gone</description>
				<pubDate>Sat, 07 Jan 2012 04:38:34 +0000</pubDate>
				<wikidot:authorName>Aidan</wikidot:authorName>				<wikidot:authorUserId>12346</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The site: toan.aidangrey.com AKA wayofspirits.com AKA toan.wikidot.com</p> <p>It shows up as toan.aidangrey.com in the list of my sites for my account, but when I click on the admin:manage page, it can't find anything. wayofspirits.com doesn't direct to anything either, and says it's not hosted on wikidot.com - which is true, since I was never able to make that change, even though the domain registry redirects to wikidot.com.</p> <p>It's been about 6 hours now - given that it disappeared, I thought the propagation had happened. Do I just need to wait longer? If the propagation hasn't finished, then why did the site disappear from the old address (toan.aidangrey.com)?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-429540</guid>
				<title>ListPages with iftags</title>
				<link>http://community.wikidot.com/forum/t-429540/listpages-with-iftags</link>
				<description></description>
				<pubDate>Fri, 06 Jan 2012 18:51:39 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi to all!</p> <p>I have a question about iftags in ListPages:</p> <p>in the documentation at <a href="http://www.wikidot.com/doc:listpages-module#toc5" target="_blank">http://www.wikidot.com/doc:listpages-module#toc5</a> is explained how the iftags works inside a module ListPages:<br /> with separate=&quot;no&quot; the iftags works for the tags of the &quot;holding&quot; page of the ListPages module<br /> and<br /> with separate=&quot;yes&quot; the iftags works for the tags set by the individual pages returned from the Listpages module.</p> <p>On my <a href="http://genealogy-template.wikidot.com/per:_template" target="_blank">http://genealogy-template.wikidot.com/per:_template</a> this works not if the module is laying in an include:<br /> <a href="http://genealogy-template.wikidot.com/inc:gen1" target="_blank">http://genealogy-template.wikidot.com/inc:gen1</a> - here are the two ListPages module where I try to use the iftags of the main page ( example: <a href="http://genealogy-template.wikidot.com/per:1" target="_blank">http://genealogy-template.wikidot.com/per:1</a> Albert Einstein - now the separate=&quot;no&quot; is set in the inc:gen1 for the grandparents</p> <p>I know - the idea is a wrong one to tag thew person with the grandparents id's - I have to to this with the grand-children-id#s later ion the individual persons&#8230;</p> <p>But I do not know what is going wrong here&#8230; ( or the iftags inside a ListzPages is not working anyway&#8230;</p> <p>I have tested the &quot;inc:gen1&quot; inserted into teh -template too, because I was not sure if the include works corerectly.. but nothing changed..</p> <p>Is this a bug?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-429298</guid>
				<title>Two small CSS issues...</title>
				<link>http://community.wikidot.com/forum/t-429298/two-small-css-issues</link>
				<description>1) problems with TOC covering headers, 
2) sidebar is slightly off</description>
				<pubDate>Fri, 06 Jan 2012 06:58:24 +0000</pubDate>
				<wikidot:authorName>Aidan</wikidot:authorName>				<wikidot:authorUserId>12346</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>1) TOC, images at the top, and other sorts of big blocky things interfere/overlap with the headers in my Forest theme, but I can't for the life of me figure out why.</p> <p>2) The sidebar dimensions are just a little off: when there's a full page of text, you can see a jag to the left once you've passed your sidebar content. I can't find where that bit is, or how to fix it.</p> <p>Can anyone help? Let me know what other details I can provide, if any.</p> <p>I think everything is here: <a href="http://themes.wikidot.com/forest">http://themes.wikidot.com/forest</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-429213</guid>
				<title>User Created Tags Via Data Form</title>
				<link>http://community.wikidot.com/forum/t-429213/user-created-tags-via-data-form</link>
				<description>Possible solution</description>
				<pubDate>Fri, 06 Jan 2012 00:49:49 +0000</pubDate>
				<wikidot:authorName>The Polar One</wikidot:authorName>				<wikidot:authorUserId>984956</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The question of how people can set tags inside the data form comes up a lot and a possible workaround dawned on me. I'm yet to put it into practice though, as I'm still sorting my site layout.</p> <p>There are clear pros and cons to this idea, depends on type of data.</p> <p>1. Bypass the regular tag system. Set up a new category 'search:'.<br /> 2. On a live template for 'search:' put a ListPages module as you would for tag search results but using the link_to this page &quot;.&quot; method. (backlinks)<br /> 3. On your data forms (for proper content pages) put in multiple pagepath fields for category search:, named tag1, tag2, etc.<br /> 4. Style the field values to sit at the bottom of the final page like tags would.</p> <p>When users fill out the form they can create a new page on the pagepath within the data form. That page will automatically go in the category &quot;search&quot; using the live template. And it will appear on the saved data form page as a link to the search page. The search page will show all pages that have the same link in their tags section. It's a shadow page structure that acts like tags.</p> <p>Has anybody tried this before?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-428692</guid>
				<title>couldn&#039;t create account with other name, long story....</title>
				<link>http://community.wikidot.com/forum/t-428692/couldn-t-create-account-with-other-name-long-story</link>
				<description></description>
				<pubDate>Wed, 04 Jan 2012 19:19:06 +0000</pubDate>
				<wikidot:authorName>Paradigma </wikidot:authorName>				<wikidot:authorUserId>1276507</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I tried signing up with the name &quot;Paraprax&quot; and my hotmail, but just got the &quot;Validating Data&quot; window indefinitely, no confirmation email, no account, etc.</p> <p>I signed up using my gmail, but was told the username &quot;Paraprax&quot; already existed(despite a user search showing no account by that name). So I used this name. After creating the account, I went in to change my email address to my hotmail one(as I only like to use gmail professionally and use hotmail for all forum accounts). I was told that address is already in use, and to use one that I own.</p> <p>I'm guessing my failed attempts ended up creating some sort of phantom account that's got the market cornered on that name and my hotmail address, but can't actually be used or even found. Is there any way a mod can deal with this so I can change my name/email in this account to the ones I originally wanted to use?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-427259</guid>
				<title>Data Forms and MP3</title>
				<link>http://community.wikidot.com/forum/t-427259/data-forms-and-mp3</link>
				<description></description>
				<pubDate>Tue, 03 Jan 2012 20:53:17 +0000</pubDate>
				<wikidot:authorName>jjs</wikidot:authorName>				<wikidot:authorUserId>333156</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi!</p> <p>I've been studying data forms lately (better late than never) and I discovered that in data forms documentation there are examples of adding an image and a video but not an MP3 -file. For curiosity, I just tested and it seems to work brilliantly with <a href="http://snippets.wikidot.com/code:mp3" target="_blank">Kanjo's MP3 snippet</a>.</p> <p>Here's the _template in case someone needs:</p> <div class="code"> <pre> <code>[[include :snippets:mp3 |URL=http://%%site_domain%%/local--files/%%form_raw{mp3}%% ]] ==== [[form]] fields: mp3: label: MP3 file: type: file [[/form]]</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-426932</guid>
				<title>Master Administrator Editing</title>
				<link>http://community.wikidot.com/forum/t-426932/master-administrator-editing</link>
				<description>Master Administrator Editing problems</description>
				<pubDate>Tue, 03 Jan 2012 15:53:42 +0000</pubDate>
				<wikidot:authorName>Mike Newton</wikidot:authorName>				<wikidot:authorUserId>73070</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am allowed 20 free sites and have just created my 12th today. When I tried to edit the system said I must login as the Master Administrator but I am listed as the master administrator. On my other sites I am also having problems with editing though again I am the Master Administrator. Help!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-426881</guid>
				<title>Change top snippet</title>
				<link>http://community.wikidot.com/forum/t-426881/change-top-snippet</link>
				<description>How to change snippet appearing at the top</description>
				<pubDate>Tue, 03 Jan 2012 12:20:34 +0000</pubDate>
				<wikidot:authorName>petroskapoios</wikidot:authorName>				<wikidot:authorUserId>121556</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello, happy new year! I have a question: Is it possible to adjust snippets that appear on the top of the page in a way that &quot;Expert tip #&quot; will be not appered? For example, now the snippet appears as this:</p> <p>&quot;Expert tip #8: The harmonica's wiki&quot;</p> <p>and i want to be like this</p> <p>&quot;The harmonica's wiki&quot;</p> <p>Is it possible?</p> <p>Tnk you very much</p> <p>(my wiki is www.fysarmonika.wikidot.com)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-426554</guid>
				<title>Limitations on data-form-sorting?</title>
				<link>http://community.wikidot.com/forum/t-426554/limitations-on-data-form-sorting</link>
				<description></description>
				<pubDate>Mon, 02 Jan 2012 22:12:18 +0000</pubDate>
				<wikidot:authorName>Steven Heynderickx</wikidot:authorName>				<wikidot:authorUserId>55440</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi guy's</p> <p>it's been a while&#8230; I nearly gave up but now that there is sorting on data-forms, maybe I'll give it a go again.</p> <p>So excuse me for cross-posting but I wish tohave a quick reply&#8230; here is the question</p> <p>As some of you may have noticed&#8230; I created a large amount of pages&#8230; with data forms.<br /> In my experience the sorting does not work correctly&#8230; so I want to know if there are any restrictions.<br /> A long time ago (in the times we started asking for sorting) it was said that not all fieldtypes would be sortable&#8230; wich I can understand. So what's the status?</p> <p>I wanted to sort on a zip-code wich is stored in a text-field. I'v got 5128 pages.<br /> my code</p> <div class="code"> <pre> <code>[[module listpages category=&quot;apb&quot; separate=&quot;no&quot; order=&quot;_klant-postcode&quot; perPage=&quot;250&quot;]] ||%%form_data{klant-id}%%%%form_data{klant_id}%% [[[%%fullname%%|%%form_data{klant-titularis}%%]]]||%%form_data{klant-telefoon}%%||%%form_data{klant-adres}%%||%%form_data{klant-postcode}%% %%form_data{klant-gemeente}%%|| [[/module]]</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-426266</guid>
				<title>Thanks  Rob, for the welcome of  the New Year</title>
				<link>http://community.wikidot.com/forum/t-426266/thanks-rob-for-the-welcome-of-the-new-year</link>
				<description></description>
				<pubDate>Mon, 02 Jan 2012 08:18:39 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The header is a warm and good welcome to the new year!</p> <p>I am very happy about the professionality how you changes the layout and style of our wiki.</p> <p>Greast thanks for your time and effort!</p> <p>Regards<br /> Helmut</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-424524</guid>
				<title>WebBrand Themes</title>
				<link>http://community.wikidot.com/forum/t-424524/webbrand-themes</link>
				<description></description>
				<pubDate>Fri, 30 Dec 2011 22:18:42 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <table style="width: 100%; margin-top: 1em;"> <tr> <td style="vertical-align: top;">In just a couple of days, the new year is coming, and with it I decided to release a set of themes I have been working on. Say hello to the <strong><a href="http://themes.wikidot.com/webbrand" target="_blank">WebBrand Themes</a></strong>! As with my other set, the Developer Series, I made a bunch of color variations and am working on a program that will allow you to easily select your own colors if none of the other 11 match your needs (assuming I can get it to function, that is!). I hope everyone has a Happy New Year! <ul> <li><strong><span style="color: #658515">WebBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/webbrand">Install</a></li> </ul> <ul> <li><strong><span style="color: #963335">MagmaBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/magmabrand">Install</a></li> <li><strong><span style="color: #a15a08">FireBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/firebrand">Install</a></li> <li><strong><span style="color: #818100">ThunderBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/thunderbrand">Install</a></li> <li><strong><span style="color: #2e9040">WindBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/windbrand">Install</a></li> <li><strong><span style="color: #8082b4">IceBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/icebrand">Install</a></li> <li><strong><span style="color: #242884">WaterBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/waterbrand">Install</a></li> <li><strong><span style="color: #8a208a">AetherBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/aetherbrand">Install</a></li> <li><strong><span style="color: #704a30">EarthBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/earthbrand">Install</a></li> <li><strong><span style="color: #605992">MetalBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/metalbrand">Install</a></li> <li><strong><span style="color: #111111">DarkBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/darkbrand">Install</a></li> <li><strong><span style="color: #999999">LightBrand</span></strong> &#8212; <a target="_blank" href="http://themes.wikidot.com/lightbrand">Install</a></li> </ul> </td> <td style="width: 350px; vertical-align: top;"><a href="http://css-sandbox.wikidot.com/demonstrate:webbrand?theme_url=http://themes.wdfiles.com/local--code/webbrand"><img src="http://themes.wikidot.com/local--files/webbrand/brand_demo01.png" width="350px" alt="brand_demo01.png" class="image" /></a></td> </tr> </table> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-424218</guid>
				<title>Class and student management tool for teachers</title>
				<link>http://community.wikidot.com/forum/t-424218/class-and-student-management-tool-for-teachers</link>
				<description>A cloneable site for student management and keeping a log about your lectures.</description>
				<pubDate>Thu, 29 Dec 2011 21:59:35 +0000</pubDate>
				<wikidot:authorName>jjs</wikidot:authorName>				<wikidot:authorUserId>333156</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi!</p> <p>I created a cloneable site for teachers that can be used for managing your classes and students, keeping a log of your lectures etc. The tool is meant to be a private site for the teacher(s) only, not for students. I have been using a similar one when I’ve been teaching so I thought that I’d share this.</p> <p>It’s built mainly by live templates. I tried it to be as automatic as possible and you shouldn’t need any knowledge of Wikidot syntax etc. You can freely test it at <a href="http://classroom-demo.wikidot.com">http://classroom-demo.wikidot.com</a> (you can leave your test classes and students there). There may be some brilliant solutions that I haven’t thought of so if you have any ideas, please share. <a href="http://classroom.wikidot.com/help" target="_blank">Here</a> is how it works (for advanced Wikidot users there probably isn't anything new).</p> <p>It uses a clean and simple theme by <a href="http://www.bmccreative.com" target="_blank">BMC Creative</a> and the site can be cloned at <a href="http://classroom.wikidot.com">http://classroom.wikidot.com</a>.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-423629</guid>
				<title>Unable to edit Profile Page</title>
				<link>http://community.wikidot.com/forum/t-423629/unable-to-edit-profile-page</link>
				<description></description>
				<pubDate>Tue, 27 Dec 2011 20:31:57 +0000</pubDate>
				<wikidot:authorName>Vibracobra23</wikidot:authorName>				<wikidot:authorUserId>1848</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It seems that users can no longer edit their own Wikidot profile pages, such as those at e.g. <a href="http://www.wikidot.com/user:info/username">http://www.wikidot.com/user:info/username</a></p> <p>I have tried to edit my own page at <a href="http://www.wikidot.com/user:info/vibracobra23">http://www.wikidot.com/user:info/vibracobra23</a> and can find no way of editing it, although it's fairly obvious that I have edited it in the past. The information given there is now very out of date. Is there any way that we can edit these pages?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-423483</guid>
				<title>Happy holidays</title>
				<link>http://community.wikidot.com/forum/t-423483/happy-holidays</link>
				<description></description>
				<pubDate>Tue, 27 Dec 2011 06:56:23 +0000</pubDate>
				<wikidot:authorName>seapearlliu</wikidot:authorName>				<wikidot:authorUserId>1266236</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Happy holidays toall.Merry Christmas and happy new <a href="http://seapearlliu.wikidot.com/">happy holidays</a>year!</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
