<?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>Managing the site (new posts)</title>
		<link>http://community.wikidot.com/forum/c-14/managing-the-site</link>
		<description>Posts in the forum category &quot;Managing the site&quot; - For these administrators and moderators who need help with managing their sites.</description>
				<copyright></copyright>
		<lastBuildDate>Tue, 14 Feb 2012 01:41:05 +0000</lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-441914#post-1371467</guid>
				<title>3 Questions: Re: 3 Questions</title>
				<link>http://community.wikidot.com/forum/t-441914/3-questions#post-1371467</link>
				<description></description>
				<pubDate>Fri, 10 Feb 2012 23:34:37 +0000</pubDate>
				<wikidot:authorName>SuperiorFlash</wikidot:authorName>				<wikidot:authorUserId>1200402</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thankyou very much!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438290#post-1370525</guid>
				<title>Search Box Side Panel: Re: Search Box Side Panel</title>
				<link>http://community.wikidot.com/forum/t-438290/search-box-side-panel#post-1370525</link>
				<description></description>
				<pubDate>Thu, 09 Feb 2012 23:34:43 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That other CSS tweak would be:</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-identifier">.search-box</span><span class="hl-code"> </span><span class="hl-identifier">input.text</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">width:</span><span class="hl-code"> </span><span class="hl-number">120</span><span class="hl-string">px</span><span class="hl-code">; </span><span class="hl-brackets">}</span> </pre></div> </div> <p>A css module on the nav:side page with that in it should work if you don't have a page for your site-wide CSS.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438290#post-1370516</guid>
				<title>Search Box Side Panel: Re: Search Box Side Panel</title>
				<link>http://community.wikidot.com/forum/t-438290/search-box-side-panel#post-1370516</link>
				<description></description>
				<pubDate>Thu, 09 Feb 2012 23:01:25 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Check out the docs for the search module: <a href="http://www.wikidot.com/doc:search-module" target="_blank">http://www.wikidot.com/doc:search-module</a></p> <p>I think <strong><span style="white-space: pre-wrap;">[[module&#32;Search&#32;mini=&quot;true&quot;]]</span></strong> should get you closer to the result you're looking for. Your side bar is pretty narrow, so there may be some other CSS tweaks needed to make it fit nicely.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441914#post-1370508</guid>
				<title>3 Questions: Re: 3 Questions</title>
				<link>http://community.wikidot.com/forum/t-441914/3-questions#post-1370508</link>
				<description></description>
				<pubDate>Thu, 09 Feb 2012 22:55:44 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>1. When editing the page, you need to change the text in the &quot;Title of the page:&quot; field that is displayed above the page source box.</p> <p>2. Here's one How-To: <a href="http://community.wikidot.com/howto:use-logo" target="_blank">Use a logo within your site</a>. Or try these search results in the community forums. This is a frequently asked and discussed topic around here: <a href="http://community.wikidot.com/search:site/a/f/q/header%20logo" target="_blank">search &quot;header logo&quot;</a></p> <p>3. Add this to your custom CSS to slide the #login-status to the left so your &quot;home&quot; and &quot;edit&quot; links are not getting stepped on:</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-identifier">#login-status</span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">right:</span><span class="hl-code"> </span><span class="hl-number">250</span><span class="hl-string">px</span><span class="hl-code">; /</span><span class="hl-identifier">*</span><span class="hl-code"> </span><span class="hl-identifier">adjust</span><span class="hl-code"> </span><span class="hl-identifier">to</span><span class="hl-code"> </span><span class="hl-identifier">taste</span><span class="hl-code"> </span><span class="hl-identifier">*</span><span class="hl-code">/ </span><span class="hl-brackets">}</span> </pre></div> </div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438290#post-1370488</guid>
				<title>Search Box Side Panel: Re: Search Box Side Panel</title>
				<link>http://community.wikidot.com/forum/t-438290/search-box-side-panel#post-1370488</link>
				<description></description>
				<pubDate>Thu, 09 Feb 2012 22:17:47 +0000</pubDate>
				<wikidot:authorName>SuperiorFlash</wikidot:authorName>				<wikidot:authorUserId>1200402</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Nevermind, I got it&#8230;except now the box is protruding out of the side panel (<a href="http://biocr.wikidot.com/">My site</a>)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438290#post-1370483</guid>
				<title>Search Box Side Panel: Re: Search Box Side Panel</title>
				<link>http://community.wikidot.com/forum/t-438290/search-box-side-panel#post-1370483</link>
				<description></description>
				<pubDate>Thu, 09 Feb 2012 22:06:52 +0000</pubDate>
				<wikidot:authorName>SuperiorFlash</wikidot:authorName>				<wikidot:authorUserId>1200402</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>now, how do you make a actual search box on the side panel without having to click the &quot;search&quot; button first.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441914#post-1370479</guid>
				<title>3 Questions: 3 Questions</title>
				<link>http://community.wikidot.com/forum/t-441914/3-questions#post-1370479</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-438266#post-1368345</guid>
				<title>Master administrator: Re: Master administrator</title>
				<link>http://community.wikidot.com/forum/t-438266/master-administrator#post-1368345</link>
				<description></description>
				<pubDate>Tue, 07 Feb 2012 17:49:47 +0000</pubDate>
				<wikidot:authorName>Gene R</wikidot:authorName>				<wikidot:authorUserId>634139</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank you! Finally able to control ads (and get rid of them).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438266#post-1368133</guid>
				<title>Master administrator: Re: Master administrator</title>
				<link>http://community.wikidot.com/forum/t-438266/master-administrator#post-1368133</link>
				<description></description>
				<pubDate>Tue, 07 Feb 2012 08:53:36 +0000</pubDate>
				<wikidot:authorName>TeRq</wikidot:authorName>				<wikidot:authorUserId>381827</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>We have decided to transfer MA privileges.</p> <p><span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gene-r" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=634139&amp;size=small&amp;timestamp=1328604816" alt="Gene R" style="background-image:url(http://www.wikidot.com/userkarma.php?u=634139)" /></a><a href="http://www.wikidot.com/user:info/gene-r" >Gene R</a></span> is now a new MA of <strong>scp-ru</strong>.</p> <p>Good luck.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438266#post-1363064</guid>
				<title>Master administrator: Re: Master administrator</title>
				<link>http://community.wikidot.com/forum/t-438266/master-administrator#post-1363064</link>
				<description></description>
				<pubDate>Wed, 01 Feb 2012 14:58:49 +0000</pubDate>
				<wikidot:authorName>Gene R</wikidot:authorName>				<wikidot:authorUserId>634139</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank you. I have also e-mailed Wikidot support with practically the same request in case this one doesn't belong here.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438266#post-1362904</guid>
				<title>Master administrator: Re: Master administrator</title>
				<link>http://community.wikidot.com/forum/t-438266/master-administrator#post-1362904</link>
				<description></description>
				<pubDate>Wed, 01 Feb 2012 08:13:57 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have &quot;forwarded&quot; your question to the wikidot team - but I am not shure if they can help.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438290#post-1362684</guid>
				<title>Search Box Side Panel: Re: Search Box Side Panel</title>
				<link>http://community.wikidot.com/forum/t-438290/search-box-side-panel#post-1362684</link>
				<description></description>
				<pubDate>Tue, 31 Jan 2012 23:58:28 +0000</pubDate>
				<wikidot:authorName>SuperiorFlash</wikidot:authorName>				<wikidot:authorUserId>1200402</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank you!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438290#post-1362607</guid>
				<title>Search Box Side Panel: Re: Search Box Side Panel</title>
				<link>http://community.wikidot.com/forum/t-438290/search-box-side-panel#post-1362607</link>
				<description></description>
				<pubDate>Tue, 31 Jan 2012 22:02:06 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Add <span style="white-space: pre-wrap;">[[module&#32;Search]]</span> to your nav:side page. If you don't want the search options buttons use <span style="white-space: pre-wrap;">[[module&#32;Search&#32;mini=&quot;true&quot;]]</span>. <a href="http://www.wikidot.com/doc:search-module" target="_blank">http://www.wikidot.com/doc:search-module</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-438290#post-1362600</guid>
				<title>Search Box Side Panel: Search Box Side Panel</title>
				<link>http://community.wikidot.com/forum/t-438290/search-box-side-panel#post-1362600</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#post-1362506</guid>
				<title>Master administrator: Master administrator</title>
				<link>http://community.wikidot.com/forum/t-438266/master-administrator#post-1362506</link>
				<description></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-437051#post-1359515</guid>
				<title>Transfering content to wikidot.: Re: Transfering content to wikidot.</title>
				<link>http://community.wikidot.com/forum/t-437051/transfering-content-to-wikidot#post-1359515</link>
				<description></description>
				<pubDate>Fri, 27 Jan 2012 07:05:28 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>&#8230; no way to gain access to the administrator account&#8230;</p> </blockquote> <p>We had some similar cases here on Wikidot where the admins and site creator has deleted their account and were gone.<br /> As I know the team of Wikidot has helped here and moved some other members to admins and Master Admins liek site cfreator.</p> <p>And: the change/move/transfer of an Master Admin (role) to another existing admin is a standard Site manager menu point.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-437051#post-1359509</guid>
				<title>Transfering content to wikidot.: Re: Transfering content to wikidot.</title>
				<link>http://community.wikidot.com/forum/t-437051/transfering-content-to-wikidot#post-1359509</link>
				<description></description>
				<pubDate>Fri, 27 Jan 2012 06:53:05 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>How well will wikidot respond to our attempts to move here?</p> </blockquote> <p>The only reason why Wikido will not respond well to your attempts moving here is the breaking of the &quot;<a href="http://www.wikidot.com/legal:terms-of-service" target="_blank">ToS</a>&quot;.<br /> There are some (free) wikis with great traffic and bandwith, with lot pf pages..<br /> if you use a &quot;<a href="http://www.wikidot.com/plans" target="_blank">pro</a>&quot; account than you have rights to use your wiki for SEO-technic too.<br /> Otherwise your wiki will be deleted automatically soon if you are using it for spam of foreign links only.<br /> If you have a lot of collaboration and menus and changes and.. why should Wikidot have sonething against this behaviour?</p> <blockquote> <p>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> </blockquote> <p>There are 2 points for this issue:<br /> 1. There is an API existent ( python, java, javascript, php a.s.o) which can be used to load pages ( not yet attached files i think) and to tag them or do parenting. look at the &quot;<a href="http://community.wikidot.com/app:_start" target="_blank">here APP's for Wikidot</a>&quot; created by some old users<br /> The official docuimentation is here:<br /> <a href="http://www.wikidot.com/doc:api" target="_blank">http://www.wikidot.com/doc:api</a><br /> <a href="http://www.wikidot.com/doc:api-methods" target="_blank">http://www.wikidot.com/doc:api-methods</a><br /> <a href="http://developer.wikidot.com/" target="_blank">http://developer.wikidot.com/</a></p> <p>2. There is a &quot;little&quot; try from a user to create a page for &quot;translate&quot; media wiki source into Wikidot source , which works very well, but has to be done manually&#8230;</p> <p><a href="http://community.wikidot.com/howto:convert-mediawiki-syntax-to-wikidot" target="_blank">http://community.wikidot.com/howto:convert-mediawiki-syntax-to-wikidot</a></p> <p>But the problem will exist in the future too if you have only one admin or do not make on a regular basis some backup ( Handbook - Site manager- backup) : <a href="http://handbook.wikidot.com/en:site-manager-backup" target="_blank">http://handbook.wikidot.com/en:site-manager-backup</a> ) of your pages&amp;files and save it to your local disks..<br /> Wikidot has great advantages in comparison with other wiki-languages and services.<br /> I for myself came from mediawiki years ago..<br /> And the community is great here - you will get answers and help very quickly over all the 24 hours.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-437051#post-1359469</guid>
				<title>Transfering content to wikidot.: Transfering content to wikidot.</title>
				<link>http://community.wikidot.com/forum/t-437051/transfering-content-to-wikidot#post-1359469</link>
				<description></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-434997#post-1355208</guid>
				<title>Obtain a private wiki its HTML pages: Re: Obtain a private wiki its HTML pages</title>
				<link>http://community.wikidot.com/forum/t-434997/obtain-a-private-wiki-its-html-pages#post-1355208</link>
				<description></description>
				<pubDate>Fri, 20 Jan 2012 18:25:00 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>On the Main site of HTTrack I foud some interesting Questikons and answers:<br /> <a href="http://www.httrack.com/html/faq.html" target="_blank">http://www.httrack.com/html/faq.html</a></p> <p>Q: Using user:password@address is not working!<br /> A: Again, first check the hts-log.txt and hts-err.txt error log files - this can give you precious information<br /> The site may have a different authentication scheme - form based authentication, for example. In this case, use the URL capture features of HTTrack, it might work.<br /> Note: If your username and/or password contains a '@' character, you may have to replace all '@' occurences by '%40' so that it can work, such as in user%40domain.com:<span class="wiki-email">moc.oof.www|raboof#moc.oof.www|raboof</span>/auth/. You may have to do the same for all &quot;special&quot; characters like spaces (%20), quotes (%22)..</p> <p>Q: Some sites are captured very well, other aren't. Why?<br /> A: There are several reasons (and solutions) for a mirror to fail. Reading the log files (ans this FAQ!) is generally a VERY good idea to figure out what occured.<br /> Links within the site refers to external links, or links located in another (or upper) directories, not captured by default - the use of filters is generally THE solution, as this is one of the powerful option in HTTrack. See the above questions/answers.<br /> Website 'robots.txt' rules forbide access to several website parts - you can disable them, but only with great care!<br /> HTTrack is filtered (by its default User-agent IDentity) - you can change the Browser User-Agent identity to an anonymous one (MSIE, Netscape..) - here again, use this option with care, as this measure might have been put to avoid some bandwidth abuse (see also the abuse faq!)<br /> There are cases, however, that can not be (yet) handled:<br /> Flash sites - no full support<br /> Intensive Java/Javascript sites - might be bogus/incomplete<br /> Complex CGI with built-in redirect, and other tricks - very complicated to handle, and therefore might cause problems<br /> Parsing problem in the HTML code (cases where the engine is fooled, for example by a false comment (&lt;!<span style="text-decoration: line-through;">) which has no closing comment (</span>&gt;) detected. Rare cases, but might occur. A bug report is then generally good!<br /> Note: For some sites, setting &quot;Force old HTTP/1.0 requests&quot; option can be useful, as this option uses more basic requests (no HEAD request for example). This will cause a performance loss, but will increase the compatibility with some cgi-based sites.</p> <p>Q: Only the first page is caught. What's wrong?<br /> A: First, check the hts-log.txt file (and/or hts-err.txt error log file) - this can give you precious information.<br /> The problem can be a website that redirects you to another site (for example, www.someweb.com to public.someweb.com) : in this case, use filters to accept this site<br /> This can be, also, a problem in the HTTrack options (link depth too low, for example)</p> <p>Could be this does not help..</p> <p><strong>Conclusion</strong>:</p> <p>It seems to me easier to make the site for some minutes &quot;closed&quot; for such download&#8230;.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434997#post-1355052</guid>
				<title>Obtain a private wiki its HTML pages: Re: Obtain a private wiki its HTML pages</title>
				<link>http://community.wikidot.com/forum/t-434997/obtain-a-private-wiki-its-html-pages#post-1355052</link>
				<description></description>
				<pubDate>Fri, 20 Jan 2012 14:57:29 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>far as I recall you can't pass Wikidot usernames and passwords into HTTTrack</p> </blockquote> <p>That's been my experience too. HTTrack should work great on any publicly visible pages on your site. Rob's solution to temporarily make your site public is the only solution I can think of.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
