<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://obwiki.net">
<channel>
 <title>OBwiki.net</title>
 <link>http://obwiki.net</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/obwikinet" /><feedburner:info uri="obwikinet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>obwikinet</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
 <title>[News] Paid Backlinking Is Now Dead?</title>
 <link>http://feedproxy.google.com/~r/obwikinet/~3/2r5hUnHk_Cg/news-paid-backlinking-now-dead</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;&lt;img alt="paid backlink is over" src="/files/obwiki/images/chain-rusty2(1).jpg" /&gt;If you're into SEO for sometime, you should know that backlinks has been a major element to the whole strategy. That results in a lot of people willing to pay for backlinking services.&lt;/p&gt;
&lt;p&gt;The 'model' was working well for quite a while until recently when Google has made several moves to 'invalidate' such a tactic. It means sites that are found to employ paid backlinking services were denied good ranking or totally de-indexed from Google's search result.&lt;/p&gt;
&lt;p&gt;Consequences can be a damaging one for many! At least, we are seeing a major player retreating from the game (see link at the bottom).&lt;/p&gt;
&lt;p&gt;My comment - The playing field is levelled yet again... (but its unlikely will last for long &lt;img alt="smiley" height="20" src="http://obwiki.net/sites/all/modules/ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif" title="smiley" width="20" /&gt;).&lt;/p&gt;
&lt;p&gt;[ Link: &lt;a href="http://www.buildmyrank.com/news/its-been-a-great-run"&gt;It’s Been a Great Run!!&lt;/a&gt; ]&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/obwikinet/~4/2r5hUnHk_Cg" height="1" width="1"/&gt;</description>
 <pubDate>Wed, 21 Mar 2012 09:15:48 +0000</pubDate>
 <dc:creator>healme</dc:creator>
 <guid isPermaLink="false">148 at http://obwiki.net</guid>
 <comments>http://obwiki.net/news-paid-backlinking-now-dead#comments</comments>
<feedburner:origLink>http://obwiki.net/news-paid-backlinking-now-dead</feedburner:origLink></item>
<item>
 <title>How to Install and Use VQMOD on Opencart 1.5</title>
 <link>http://feedproxy.google.com/~r/obwikinet/~3/fw5Z5tqhrfM/how-install-and-use-vqmod-opencart-15</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;&lt;img alt="vQmod opencart" src="/files/obwiki/images/vqmod logo(1).png" /&gt;In OpenCart (OC), extending your site's features usually results in modifying the program core codes. There are many reasons why this practise in not favorable - a major one is that it is not easily reversible. Say when you modified some codes and wanted to reinstate the original for some reason, it can be quite tedious.&lt;/p&gt;
&lt;p&gt;This is due to the nature how OC handles extensions. Its normally done by overwriting existing codes instead of using plugin or module concepts employed in WordPress or Drupal. Honestly, this has been one of my top gripes about OC. I quit using OsCommerce for this very same reason years ago. Well, I love most of what OC has to offer so I have to live with it for the time being &lt;img alt="sad" height="20" src="http://obwiki.net/sites/all/modules/ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif" title="sad" width="20" /&gt;.&lt;/p&gt;
&lt;p&gt;But all is not lost - there is a rescue!&lt;/p&gt;
&lt;p&gt;Recently I notice a lot of people were talking about vQmod and OC ver 1.5 supports it. Interestingly, vQmod was originally developed for OC! But due to "openess" of the design, it has been used by other systems too.&lt;/p&gt;
&lt;h2&gt;
	So What Is vQmod?&lt;/h2&gt;
&lt;p&gt;Nobody can offer a better answer to this question other than the people at vQmod and this is what they have to say:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;"vQmod™" (aka Virtual Quick Mod) is an override system designed to avoid having to change core files. The concept is quite simple... Instead of making changes to the core files directly, the changes are created as xml search/replace script files. These script files are parsed during page load as each "source" core file is loaded with the "include" or "require" php functions. The source is then patched with the script file changes, and saved to a temp file. That temp file is then substituted for the original during execution. The original source file is never altered. This results in a "virtual" change to the core during execution without any actual modification to the core files.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In a nutshell, you don't mess up with the core files while doing modifications but the same result is achieved at the end. According to the developers, the impact to the overall site performance is negligible. You can read more details at &lt;a href="http://code.google.com/p/vQmod/"&gt;vQmod&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;
	Installing vQmod on Opencart 1.5&lt;/h2&gt;
&lt;ol&gt;&lt;li&gt;
		Download the latest version that has "&lt;strong&gt;OpenCart&lt;/strong&gt;" in the title from &lt;a href="http://code.google.com/p/vQmod"&gt;vQmod Installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
		Unzip using 7zip or your favorite zipper&lt;/li&gt;
&lt;li&gt;
		Using FTP, upload the "&lt;strong&gt;vqmod&lt;/strong&gt;" folder to the root of your Opencart store&lt;/li&gt;
&lt;li&gt;
		Be sure the &lt;em&gt;vQmod &lt;/em&gt;folder and the &lt;em&gt;vqmod/vqcache&lt;/em&gt; folders are writable (&lt;strong&gt;755&lt;/strong&gt;)&lt;/li&gt;
&lt;li&gt;
		Enter &lt;em&gt;&lt;a href="http://www.yoursite.com/vqmod/install"&gt;http://www.yoursite.com/vqmod/install&lt;/a&gt;&lt;/em&gt; into your internet browser&lt;/li&gt;
&lt;li&gt;
		You should get a &lt;strong&gt;success &lt;/strong&gt;message. If not, check permissions above and try again&lt;/li&gt;
&lt;li&gt;
		Load your store homepage and verify if it works&lt;/li&gt;
&lt;li&gt;
		Using FTP, verify that there are new "&lt;strong&gt;vq&lt;/strong&gt;" files in the "&lt;strong&gt;vqmod/vqcache&lt;/strong&gt;" folder. This folder is empty before installation&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;img alt="" src="/files/obwiki/images/vqmod-success(1).png" /&gt;&lt;/p&gt;
&lt;h2&gt;
	Using vQmod&lt;/h2&gt;
&lt;p&gt;Typically this step is easier than the installation above. Please note that NOT all OC Extensions are meant for vQmod so those that are compatible are marked as such. While you're at &lt;a href="http://www.opencart.com/index.php?route=extension/extension"&gt;OC Extension&lt;/a&gt; page try exploring the "vQmod" category and you'd see a list of extensions with vQmod version.&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href="http://www.opencart.com/index.php?route=extension/extension" target="_blank"&gt;&lt;img alt="" src="/files/obwiki/images/OpenCart - Extensions.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;	The steps:&lt;/p&gt;&lt;/div&gt;
&lt;ol&gt;&lt;li&gt;
		Upload file you want to install, upgrade or update, the file shall be under c://vqmod/xml/ (should be unzipped).&lt;/li&gt;
&lt;li&gt;
		Look for /xml directory and move entire /xml directory to root directory (/www/) or select the files and move to /www/xml/ directory.&lt;/li&gt;
&lt;li&gt;
		In most cases, you need to assign "permission". Do this in "systems/users/user groups".&lt;/li&gt;
&lt;li&gt;
		Look in the dashboard for your new feature.&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;While Vqmod is somewhat helpful, OC still doesn't support full "auto-install &amp;amp; auto-upgrade" of extensions as seen in WordPress, Joomla, Drupal and many others. There are still "manual" file handling tasks to be carried out using FTP etc. My hope is that OC will be more at par comparing to other platform in this respect so that we all can be more productive.&lt;/p&gt;
&lt;p&gt;Finally, while the are benefits in using vQmod, it might not be suitable to all your needs so use it with care &lt;img alt="wink" height="20" src="http://obwiki.net/sites/all/modules/ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif" title="wink" width="20" /&gt;.&lt;/p&gt;
&lt;p&gt;Anything you'd like to point out? Just leave us a comment below.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tag2 field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tag2:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/online-business/vqmod" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;vqmod&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/online-business/opencart" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;opencart&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/online-business/vqmod-opencart" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;vqmod opencart&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/online-business/install-vqmod" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;install vqmod&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/online-business/install-vqmod-opencart" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;install vqmod opencart&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/online-business/use-vqmod" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;use vqmod&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/online-business/use-vqmod-opencart" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;use vqmod opencart&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span st_url=http://obwiki.net/how-install-and-use-vqmod-opencart-15 st_title='How to Install and Use VQMOD on Opencart 1.5' class='st_facebook_button' displaytext="Facebook"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-install-and-use-vqmod-opencart-15 st_title='How to Install and Use VQMOD on Opencart 1.5' class='st_twitter_button' displaytext="Tweet"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-install-and-use-vqmod-opencart-15 st_title='How to Install and Use VQMOD on Opencart 1.5' class='st_linkedin_button' displaytext="LinkedIn"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-install-and-use-vqmod-opencart-15 st_title='How to Install and Use VQMOD on Opencart 1.5' class='st_yahoo_button' displaytext="Yahoo"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-install-and-use-vqmod-opencart-15 st_title='How to Install and Use VQMOD on Opencart 1.5' class='st_digg_button' displaytext="Digg"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-install-and-use-vqmod-opencart-15 st_title='How to Install and Use VQMOD on Opencart 1.5' class='st_reddit_button' displaytext="Reddit"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-install-and-use-vqmod-opencart-15 st_title='How to Install and Use VQMOD on Opencart 1.5' class='st_email_button' displaytext="Email"&gt;&lt;/span&gt;&lt;script type='text/javascript'&gt;var switchTo5x=true;&lt;/script&gt;
    &lt;script type='text/javascript' src='http://w.sharethis.com/button/buttons.js'&gt;&lt;/script&gt;
    &lt;script type='text/javascript'&gt;stLight.options({publisher:'dr-e3d8f15f-8d0c-e30c-f737-cc38bd23903b'});&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/obwikinet/~4/fw5Z5tqhrfM" height="1" width="1"/&gt;</description>
 <pubDate>Mon, 12 Mar 2012 03:11:01 +0000</pubDate>
 <dc:creator>healme</dc:creator>
 <guid isPermaLink="false">147 at http://obwiki.net</guid>
 <comments>http://obwiki.net/how-install-and-use-vqmod-opencart-15#comments</comments>
<feedburner:origLink>http://obwiki.net/how-install-and-use-vqmod-opencart-15</feedburner:origLink></item>
<item>
 <title>A Free Tool To Help You Manage Your Tasks Better</title>
 <link>http://feedproxy.google.com/~r/obwikinet/~3/hZ4WnVOtGsM/free-tool-help-you-manage-your-tasks-better</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;&lt;iframe src="http://www.youtube.com/embed/mrDqMHuqfKk?wmode=transparent&amp;amp;rel=1&amp;amp;autoplay=0" width="400" height="250" frameborder="0"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Download your free tool from here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.thefocusmaster.com/"&gt;http://www.thefocusmaster.com/&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tag field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tag:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/online-business/time-manager" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;time manager&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/online-business/focusmaster" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;focusmaster&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/taxonomy/tools" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;tools&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span st_url=http://obwiki.net/free-tool-help-you-manage-your-tasks-better st_title='A Free Tool To Help You Manage Your Tasks Better' class='st_facebook_button' displaytext="Facebook"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/free-tool-help-you-manage-your-tasks-better st_title='A Free Tool To Help You Manage Your Tasks Better' class='st_twitter_button' displaytext="Tweet"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/free-tool-help-you-manage-your-tasks-better st_title='A Free Tool To Help You Manage Your Tasks Better' class='st_linkedin_button' displaytext="LinkedIn"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/free-tool-help-you-manage-your-tasks-better st_title='A Free Tool To Help You Manage Your Tasks Better' class='st_yahoo_button' displaytext="Yahoo"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/free-tool-help-you-manage-your-tasks-better st_title='A Free Tool To Help You Manage Your Tasks Better' class='st_digg_button' displaytext="Digg"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/free-tool-help-you-manage-your-tasks-better st_title='A Free Tool To Help You Manage Your Tasks Better' class='st_reddit_button' displaytext="Reddit"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/free-tool-help-you-manage-your-tasks-better st_title='A Free Tool To Help You Manage Your Tasks Better' class='st_email_button' displaytext="Email"&gt;&lt;/span&gt;&lt;script type='text/javascript'&gt;var switchTo5x=true;&lt;/script&gt;
    &lt;script type='text/javascript' src='http://w.sharethis.com/button/buttons.js'&gt;&lt;/script&gt;
    &lt;script type='text/javascript'&gt;stLight.options({publisher:'dr-e3d8f15f-8d0c-e30c-f737-cc38bd23903b'});&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/obwikinet/~4/hZ4WnVOtGsM" height="1" width="1"/&gt;</description>
 <pubDate>Wed, 25 Jan 2012 11:31:50 +0000</pubDate>
 <dc:creator>healme</dc:creator>
 <guid isPermaLink="false">146 at http://obwiki.net</guid>
 <comments>http://obwiki.net/free-tool-help-you-manage-your-tasks-better#comments</comments>
<feedburner:origLink>http://obwiki.net/free-tool-help-you-manage-your-tasks-better</feedburner:origLink></item>
<item>
 <title>[News] Domain Name Registration Price Goes Up Again</title>
 <link>http://feedproxy.google.com/~r/obwikinet/~3/bgks_wXQiTc/news-domain-name-registration-price-goes-again</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;Not long ago domain name registration has gone up in price from $7.99 region to that of $9.99. By January 2012, it will go up again and for the first time crossing $10 barrier.&lt;/p&gt;
&lt;p&gt;The actual price depends on which registrar you buy or renew your domain from but the hike is quite like around 5% compared to the past.&lt;/p&gt;
&lt;p&gt;So if you buy and own domain in bulk, perhaps it's good to grab them while they're still at old prices.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/obwikinet/~4/bgks_wXQiTc" height="1" width="1"/&gt;</description>
 <pubDate>Thu, 15 Dec 2011 02:07:01 +0000</pubDate>
 <dc:creator>healme</dc:creator>
 <guid isPermaLink="false">144 at http://obwiki.net</guid>
 <comments>http://obwiki.net/news-domain-name-registration-price-goes-again#comments</comments>
<feedburner:origLink>http://obwiki.net/news-domain-name-registration-price-goes-again</feedburner:origLink></item>
<item>
 <title>Common Issues With Drupal Sites And Multisites</title>
 <link>http://feedproxy.google.com/~r/obwikinet/~3/ItZkMdJYq7A/common-issues-drupal-sites-and-multisites</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;There are several issues that usually plaque a Drupal installation and here is a list to some of them below. Please note that this article mainly refers to Drupal 7 and it may or may not relate to other Drupal releases.&lt;/p&gt;
&lt;h2&gt;
	1. Search Not Functioning&lt;/h2&gt;
&lt;p&gt;If you find the search returns nothing then see &lt;a href="http://obwiki.net/drupal-search-not-working-it-shows-no-results"&gt;this post&lt;/a&gt; for some pointers.&lt;/p&gt;
&lt;h2&gt;
	2. XML Sitemap Setup for Drupal Multisite&lt;/h2&gt;
&lt;p&gt;While multisite configuration has numerous benefits to make it a very attractive option, it has some important points to address for your sites to work correctly. One area is how you organize your files and folders.&lt;/p&gt;
&lt;p&gt;This is done under "File System" setup. It is best to keep your files for different domains and sub-domains in separate folders. This will most likely save you from unnecessary headaches if you were to re-organize your sites later. If you were to lump all files for several domains into one big folder, it will be very tedious for you to pick the ones that are relevant to any site of yours. Say, when you're moving a domain to another hosting server for example.&lt;/p&gt;
&lt;p&gt;Even if you're not moving any domain around, getting your file location organized is crucial in getting XML Sitemap to work properly.&lt;/p&gt;
&lt;p&gt;Get started by enabling XML Sitemap for content type(s) of your choice. Say, do this at "Content types" &amp;gt;  Blog &amp;gt; Edit &amp;gt; XML Sitemap &amp;gt; Inclusion &amp;gt; Included.&lt;/p&gt;
&lt;p&gt;If a node is excluded, it won't appear in the sitemap cache file. This setting will be kept as the default setting. However, you can also change the setting at post level.&lt;/p&gt;
&lt;p&gt;&lt;img alt="drupal file system" src="/files/obwiki/images/File system - OBwiki_net 2011-11-12 22-33-42.png" /&gt;&lt;/p&gt;
&lt;p&gt;In this Drupal 7 case, let's assume your domain was "example.com" for simplicity sake. So you assinged it a unique folder named "example" for all files to be kept in.&lt;/p&gt;
&lt;p&gt;First, install &lt;a href="http://drupal.org/project/xmlsitemap"&gt;XML Sitemap&lt;/a&gt; module from &lt;a href="http://drupal.org/project/xmlsitemap"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Then go to XML Sitemap Setting &amp;gt; Advanced Settings.&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="/files/obwiki/images/XML-sitemap---OBwikiB.png" /&gt;&lt;/p&gt;
&lt;p&gt;This is to assign a unique folder for a sitemap per domain. You do not want this folder shared with other domains of yours as everytime a sitemap is built, it will overwrite one created before it which is wrong!&lt;/p&gt;
&lt;p&gt;In most likelihood the sitemap cache directory should have been defined. If not enter the one that reflects your system. You need to copy this location into our next screen in &lt;a href="https://www.google.com/webmasters/tools"&gt;Google Webmaster Tools&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img alt="drupal xml sitemap" src="/files/obwiki/images/xml-sitemap-obwiki.png" /&gt;&lt;/p&gt;
&lt;p&gt;This step may not be too necessary but can serve as a way to verify that your sitemap setup correctness. If all is well and good you should see something like a "YES" tick as below after you hit "Submit Sitemap" and waited for a little while (minutes):&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="/files/obwiki/images/Webmaster Tools - Sitemaps 2011-12-12 10-59-23b.png" /&gt;&lt;/p&gt;
&lt;p&gt;Verify your other sites too especially if they are managed under a multisite environment using the steps as shown above.&lt;/p&gt;
&lt;h3&gt;
	Further reading:&lt;/h3&gt;
&lt;p&gt;&lt;a href="http://www.kobashicomputing.com/getting-drupal-xml-sitemap-to-work"&gt;Getting Drupal XML Sitemap To Work&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tag field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tag:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/taxonomy/drupal-multisite-setup" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal multisite setup&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/taxonomy/drupal-multisite" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal multisite&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/taxonomy/drupal-multisite-configuration" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal multisite configuration&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/online-business/drupal-xml-sitemap" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal xml sitemap&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span st_url=http://obwiki.net/common-issues-drupal-sites-and-multisites st_title='Common Issues With Drupal Sites And Multisites' class='st_facebook_button' displaytext="Facebook"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/common-issues-drupal-sites-and-multisites st_title='Common Issues With Drupal Sites And Multisites' class='st_twitter_button' displaytext="Tweet"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/common-issues-drupal-sites-and-multisites st_title='Common Issues With Drupal Sites And Multisites' class='st_linkedin_button' displaytext="LinkedIn"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/common-issues-drupal-sites-and-multisites st_title='Common Issues With Drupal Sites And Multisites' class='st_yahoo_button' displaytext="Yahoo"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/common-issues-drupal-sites-and-multisites st_title='Common Issues With Drupal Sites And Multisites' class='st_digg_button' displaytext="Digg"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/common-issues-drupal-sites-and-multisites st_title='Common Issues With Drupal Sites And Multisites' class='st_reddit_button' displaytext="Reddit"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/common-issues-drupal-sites-and-multisites st_title='Common Issues With Drupal Sites And Multisites' class='st_email_button' displaytext="Email"&gt;&lt;/span&gt;&lt;script type='text/javascript'&gt;var switchTo5x=true;&lt;/script&gt;
    &lt;script type='text/javascript' src='http://w.sharethis.com/button/buttons.js'&gt;&lt;/script&gt;
    &lt;script type='text/javascript'&gt;stLight.options({publisher:'dr-e3d8f15f-8d0c-e30c-f737-cc38bd23903b'});&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/obwikinet/~4/ItZkMdJYq7A" height="1" width="1"/&gt;</description>
 <pubDate>Sat, 12 Nov 2011 10:11:21 +0000</pubDate>
 <dc:creator>healme</dc:creator>
 <guid isPermaLink="false">143 at http://obwiki.net</guid>
 <comments>http://obwiki.net/common-issues-drupal-sites-and-multisites#comments</comments>
<feedburner:origLink>http://obwiki.net/common-issues-drupal-sites-and-multisites</feedburner:origLink></item>
<item>
 <title>How To Create A Sub Theme For Drupal 7</title>
 <link>http://feedproxy.google.com/~r/obwikinet/~3/dOs6vwalUu8/how-create-sub-theme-drupal-7</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;One of the quickest and safest way to customize a drupal theme is to go via subtheme route.&lt;/p&gt;
&lt;p&gt;Safest? Because even if the base theme get updated in the future all your modifications will remain intact unless there was a major change put in place by the author.&lt;/p&gt;
&lt;p&gt;Firstly, let's assume the base theme name is "&lt;strong&gt;base&lt;/strong&gt;" and "&lt;strong&gt;sub&lt;/strong&gt;" is your new subtheme. In your case, replace each name accordingly.&lt;/p&gt;
&lt;h3&gt;
	Here are some steps needed to create a subtheme in Drupal 7:&lt;/h3&gt;
&lt;ol&gt;&lt;li&gt;
		Make a copy of the "base" theme folder and rename it to "sub".&lt;/li&gt;
&lt;li&gt;
		Delete most folders and files within it that you don't need as most will be inherited from the base theme. Typically you only need to keep "style.css" and "base.info"  files. Remember to keep the base and subtheme in the same folder.&lt;/li&gt;
&lt;li&gt;
		Rename "base.info" to "sub.info". To be on the safe side, use all alphanumerics only and not special characters to avoid unexpected results. One time, I used a hyphen ("-") to name this file, example "my-sub.info" only to make my new subtheme disappear from the Appearance dashboard. It took me quite a while to realize this was the cause of the problem - ergh! very frustrating.. &lt;img alt="angry" height="20" src="http://obwiki.net/sites/all/modules/ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif" title="angry" width="20" /&gt;&lt;/li&gt;
&lt;li&gt;
		Edit "sub.info" to relect the changes and insert a new row with this line: &lt;strong&gt;base theme = base&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
		Activate your new subtheme as default.&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;Also beware of your Drupal and browser's cache. A lot of times they can play a havoc by not showing your latest style changes in the active theme be it base or subtheme. If you're experiencing this kind of issue it's worth trying to empty the cache as it's usually the culprit. Sometimes you'll have to wait for some time to pass for the changes to appear.&lt;/p&gt;
&lt;p&gt;That's basically there is to it.&lt;/p&gt;
&lt;p&gt;From now on just use the subtheme to customize the look and feel of your Drupal site. This way whenever the base theme got upgraded hopefully there's no unwanted surprise on the horizon. Even if there is, it can be just minimal at most.&lt;/p&gt;
&lt;p&gt;If you need a more detailed instructions, watch this video:&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.youtube.com/embed/R0i5P3QGm5s?wmode=transparent&amp;amp;rel=1&amp;amp;autoplay=0" width="400" height="250" frameborder="0"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;You have anything to share? Just leave us a note down here..&lt;/p&gt;
&lt;h3&gt;
	Further Reading&lt;/h3&gt;
&lt;ol&gt;&lt;li&gt;
		&lt;a href="http://data.agaric.com/creating-subtheme-drupal-7"&gt;Creating a Subtheme in Drupal 7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p class="post-title"&gt;&lt;a href="http://opensourcecms.pro/drupal/howto-drupal-7-sub-theme-creation-step-by-step/" rel="bookmark" title=" Drupal 7 Sub-Theme Creation, Step-by-Step"&gt;HowTo: Drupal 7 Sub-Theme Creation, Step-by-Step&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tag field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tag:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/online-business/drupal-theme" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal theme&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/online-business/drupal-subtheme" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal subtheme&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span st_url=http://obwiki.net/how-create-sub-theme-drupal-7 st_title='How To Create A Sub Theme For Drupal 7' class='st_facebook_button' displaytext="Facebook"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-create-sub-theme-drupal-7 st_title='How To Create A Sub Theme For Drupal 7' class='st_twitter_button' displaytext="Tweet"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-create-sub-theme-drupal-7 st_title='How To Create A Sub Theme For Drupal 7' class='st_linkedin_button' displaytext="LinkedIn"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-create-sub-theme-drupal-7 st_title='How To Create A Sub Theme For Drupal 7' class='st_yahoo_button' displaytext="Yahoo"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-create-sub-theme-drupal-7 st_title='How To Create A Sub Theme For Drupal 7' class='st_digg_button' displaytext="Digg"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-create-sub-theme-drupal-7 st_title='How To Create A Sub Theme For Drupal 7' class='st_reddit_button' displaytext="Reddit"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-create-sub-theme-drupal-7 st_title='How To Create A Sub Theme For Drupal 7' class='st_email_button' displaytext="Email"&gt;&lt;/span&gt;&lt;script type='text/javascript'&gt;var switchTo5x=true;&lt;/script&gt;
    &lt;script type='text/javascript' src='http://w.sharethis.com/button/buttons.js'&gt;&lt;/script&gt;
    &lt;script type='text/javascript'&gt;stLight.options({publisher:'dr-e3d8f15f-8d0c-e30c-f737-cc38bd23903b'});&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/obwikinet/~4/dOs6vwalUu8" height="1" width="1"/&gt;</description>
 <pubDate>Tue, 08 Nov 2011 12:13:30 +0000</pubDate>
 <dc:creator>healme</dc:creator>
 <guid isPermaLink="false">142 at http://obwiki.net</guid>
 <comments>http://obwiki.net/how-create-sub-theme-drupal-7#comments</comments>
<feedburner:origLink>http://obwiki.net/how-create-sub-theme-drupal-7</feedburner:origLink></item>
<item>
 <title>How To Change Text Format For Comments In Drupal 7</title>
 <link>http://feedproxy.google.com/~r/obwikinet/~3/OpHZzJomD04/how-change-text-format-comments-drupal-7</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;Have you ever wanted to change text formats for your site's comments?&lt;/p&gt;
&lt;p&gt;In my case, I wanted all comments done only in plain text no matter if it is a signed in user (authenticated) or just an anonymous one. Formats for contents still depend on the original settings - this only affects text formats for comments only.&lt;/p&gt;
&lt;h2&gt;
	So how to force a plain text comment? Here's how to do it:&lt;/h2&gt;
&lt;ol&gt;&lt;li&gt;
		Firstly, enable Field and Field UI modules&lt;/li&gt;
&lt;li&gt;
		In your Drupal dashboard, goto "Content Types", select "comment fields" tab&lt;br /&gt;&lt;img alt="comment text format" src="http://obwiki.net/files/obwiki/Blog-entry-comment-field.png" width="450" /&gt;&lt;/li&gt;
&lt;li&gt;
		Click "Edit" for Comment label&lt;br /&gt;&lt;img alt="drupal comment text format" src="http://obwiki.net/files/obwiki/Blog-entry-comment-field2.png" width="450" /&gt;&lt;/li&gt;
&lt;li&gt;
		Change to Text Format to "Plain Text"&lt;/li&gt;
&lt;li&gt;
		"Save"&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;That's all there is to it!&lt;/p&gt;
&lt;p&gt;Now whenever a user needs to drop a comment for your blog post, he/she can only do it in plain text only..&lt;/p&gt;
&lt;p&gt;Do the same for your other content types such as book type etc as you desire..&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tag field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tag:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/taxonomy/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/online-business/comment" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;comment&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/taxonomy/how" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;how to&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span st_url=http://obwiki.net/how-change-text-format-comments-drupal-7 st_title='How To Change Text Format For Comments In Drupal 7' class='st_facebook_button' displaytext="Facebook"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-change-text-format-comments-drupal-7 st_title='How To Change Text Format For Comments In Drupal 7' class='st_twitter_button' displaytext="Tweet"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-change-text-format-comments-drupal-7 st_title='How To Change Text Format For Comments In Drupal 7' class='st_linkedin_button' displaytext="LinkedIn"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-change-text-format-comments-drupal-7 st_title='How To Change Text Format For Comments In Drupal 7' class='st_yahoo_button' displaytext="Yahoo"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-change-text-format-comments-drupal-7 st_title='How To Change Text Format For Comments In Drupal 7' class='st_digg_button' displaytext="Digg"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-change-text-format-comments-drupal-7 st_title='How To Change Text Format For Comments In Drupal 7' class='st_reddit_button' displaytext="Reddit"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/how-change-text-format-comments-drupal-7 st_title='How To Change Text Format For Comments In Drupal 7' class='st_email_button' displaytext="Email"&gt;&lt;/span&gt;&lt;script type='text/javascript'&gt;var switchTo5x=true;&lt;/script&gt;
    &lt;script type='text/javascript' src='http://w.sharethis.com/button/buttons.js'&gt;&lt;/script&gt;
    &lt;script type='text/javascript'&gt;stLight.options({publisher:'dr-e3d8f15f-8d0c-e30c-f737-cc38bd23903b'});&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/obwikinet/~4/OpHZzJomD04" height="1" width="1"/&gt;</description>
 <pubDate>Tue, 08 Nov 2011 00:25:42 +0000</pubDate>
 <dc:creator>healme</dc:creator>
 <guid isPermaLink="false">140 at http://obwiki.net</guid>
 <comments>http://obwiki.net/how-change-text-format-comments-drupal-7#comments</comments>
<feedburner:origLink>http://obwiki.net/how-change-text-format-comments-drupal-7</feedburner:origLink></item>
<item>
 <title>Adding Taxonomy To Drupal 7 Contents</title>
 <link>http://feedproxy.google.com/~r/obwikinet/~3/UG3Kkby1BPg/adding-taxonomy-drupal-7-contents</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;For reasons that I am not aware of, Drupal 7 does not come with taxonomy field as default and that means you have to "insert" it into a content type of your choice.&lt;/p&gt;
&lt;p&gt;I noticed that whenever I was creating a blog or book content, there no way to enter the categories or tags into it.&lt;/p&gt;
&lt;p&gt;A little search leads me to the method how to do it.&lt;/p&gt;
&lt;p&gt;First, enable Field and Field UI Modules.&lt;/p&gt;
&lt;p&gt;Next go to Content Types and select "manage fields" for content type of your choice.&lt;/p&gt;
&lt;p&gt;&lt;img alt="drupal 7 taxonomy" src="http://obwiki.net/files/obwiki/taxonomy field.png" width="490" /&gt;&lt;/p&gt;
&lt;p&gt;Then enter all parameters as shown above.&lt;/p&gt;
&lt;p&gt;Hope this helps!!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span st_url=http://obwiki.net/adding-taxonomy-drupal-7-contents st_title='Adding Taxonomy To Drupal 7 Contents' class='st_facebook_button' displaytext="Facebook"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/adding-taxonomy-drupal-7-contents st_title='Adding Taxonomy To Drupal 7 Contents' class='st_twitter_button' displaytext="Tweet"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/adding-taxonomy-drupal-7-contents st_title='Adding Taxonomy To Drupal 7 Contents' class='st_linkedin_button' displaytext="LinkedIn"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/adding-taxonomy-drupal-7-contents st_title='Adding Taxonomy To Drupal 7 Contents' class='st_yahoo_button' displaytext="Yahoo"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/adding-taxonomy-drupal-7-contents st_title='Adding Taxonomy To Drupal 7 Contents' class='st_digg_button' displaytext="Digg"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/adding-taxonomy-drupal-7-contents st_title='Adding Taxonomy To Drupal 7 Contents' class='st_reddit_button' displaytext="Reddit"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/adding-taxonomy-drupal-7-contents st_title='Adding Taxonomy To Drupal 7 Contents' class='st_email_button' displaytext="Email"&gt;&lt;/span&gt;&lt;script type='text/javascript'&gt;var switchTo5x=true;&lt;/script&gt;
    &lt;script type='text/javascript' src='http://w.sharethis.com/button/buttons.js'&gt;&lt;/script&gt;
    &lt;script type='text/javascript'&gt;stLight.options({publisher:'dr-e3d8f15f-8d0c-e30c-f737-cc38bd23903b'});&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/obwikinet/~4/UG3Kkby1BPg" height="1" width="1"/&gt;</description>
 <pubDate>Mon, 07 Nov 2011 23:03:30 +0000</pubDate>
 <dc:creator>healme</dc:creator>
 <guid isPermaLink="false">139 at http://obwiki.net</guid>
 <comments>http://obwiki.net/adding-taxonomy-drupal-7-contents#comments</comments>
<feedburner:origLink>http://obwiki.net/adding-taxonomy-drupal-7-contents</feedburner:origLink></item>
<item>
 <title>Drupal Search Not Working | It Shows No Results?</title>
 <link>http://feedproxy.google.com/~r/obwikinet/~3/fUOYUqeytOI/drupal-search-not-working-it-shows-no-results</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;If search feature on your Drupal site refused to work, just check the following things:&lt;/p&gt;
&lt;p&gt;If Permission or User Control settings have been correctly done.&lt;/p&gt;
&lt;p&gt;&lt;img alt="drupal search" src="http://obwiki.net/files/obwiki/image_67.png" /&gt;&lt;/p&gt;
&lt;p&gt;Indexing of your site has completed. If not, go to “Admin-Search Settings-Re-index Site”.&lt;/p&gt;
&lt;p&gt;If nothing seems to be wrong, just do “Re-index Site” might cure the problem.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span st_url=http://obwiki.net/drupal-search-not-working-it-shows-no-results st_title='Drupal Search Not Working | It Shows No Results?' class='st_facebook_button' displaytext="Facebook"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/drupal-search-not-working-it-shows-no-results st_title='Drupal Search Not Working | It Shows No Results?' class='st_twitter_button' displaytext="Tweet"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/drupal-search-not-working-it-shows-no-results st_title='Drupal Search Not Working | It Shows No Results?' class='st_linkedin_button' displaytext="LinkedIn"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/drupal-search-not-working-it-shows-no-results st_title='Drupal Search Not Working | It Shows No Results?' class='st_yahoo_button' displaytext="Yahoo"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/drupal-search-not-working-it-shows-no-results st_title='Drupal Search Not Working | It Shows No Results?' class='st_digg_button' displaytext="Digg"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/drupal-search-not-working-it-shows-no-results st_title='Drupal Search Not Working | It Shows No Results?' class='st_reddit_button' displaytext="Reddit"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/drupal-search-not-working-it-shows-no-results st_title='Drupal Search Not Working | It Shows No Results?' class='st_email_button' displaytext="Email"&gt;&lt;/span&gt;&lt;script type='text/javascript'&gt;var switchTo5x=true;&lt;/script&gt;
    &lt;script type='text/javascript' src='http://w.sharethis.com/button/buttons.js'&gt;&lt;/script&gt;
    &lt;script type='text/javascript'&gt;stLight.options({publisher:'dr-e3d8f15f-8d0c-e30c-f737-cc38bd23903b'});&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/obwikinet/~4/fUOYUqeytOI" height="1" width="1"/&gt;</description>
 <pubDate>Sun, 30 Oct 2011 14:06:04 +0000</pubDate>
 <dc:creator>healme</dc:creator>
 <guid isPermaLink="false">138 at http://obwiki.net</guid>
 <comments>http://obwiki.net/drupal-search-not-working-it-shows-no-results#comments</comments>
<feedburner:origLink>http://obwiki.net/drupal-search-not-working-it-shows-no-results</feedburner:origLink></item>
<item>
 <title>Who's The First Independently Published Author of Kindle Million Club?</title>
 <link>http://feedproxy.google.com/~r/obwikinet/~3/KkQHSYV4tzQ/whos-first-independently-published-author-kindle-million-club</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;&lt;a href="http://www.amazon.com/gp/product/B0056BMK6K/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;amp;tag=massincostre-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B0056BMK6K" target="_blank" title="how i sold 1 million ebook in 5 month! by john locke"&gt;&lt;img align="right" alt="image" border="0" height="240" src="http://obwiki.net/files/obwiki/image_3_4.png" title="image" width="240" /&gt;&lt;/a&gt;To qualify for the Million Club you have to sell (not give away) one million Kindle books on Amazon.com and John Locke has achieved that by last June 19th. Exactly he has sold 1,010,370 Kindle books using Kindle Direct Publishing (KDP).&lt;/p&gt;
&lt;p&gt;The Kindle Million Club awarded authors whose books sold over 1 million paid copies in the &lt;a href="http://amazon.com/kindlestore"&gt;Kindle Store.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;John Locke, of Louisville, KY., is the internationally bestselling author of nine novels including "Vegas Moon,” "Wish List,” "A Girl Like You,” "Follow the Stone,” "Don't Poke the Bear!" and the New York Times bestselling eBook, "Saving Rachel." Locke's latest book, "&lt;a href="http://www.amazon.com/gp/product/B0056BMK6K/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;amp;tag=massincostre-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B0056BMK6K" target="_blank" title="how i sold 1 million ebook in 5 months! by John Locke"&gt;How I sold 1 Million eBooks in 5 Months&lt;/a&gt;”, is a how-to marketing guide for self-published authors.&lt;/p&gt;
&lt;p&gt;[Info: &lt;a href="http://hosted.verticalresponse.com/816983/6c085894f0/1497574065/2ef176c508/" title="http://hosted.verticalresponse.com/816983/6c085894f0/1497574065/2ef176c508/"&gt;http://hosted.verticalresponse.com/816983/6c085894f0/1497574065/2ef176c508/&lt;/a&gt;]&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span st_url=http://obwiki.net/whos-first-independently-published-author-kindle-million-club st_title='Who's The First Independently Published Author of Kindle Million Club?' class='st_facebook_button' displaytext="Facebook"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/whos-first-independently-published-author-kindle-million-club st_title='Who's The First Independently Published Author of Kindle Million Club?' class='st_twitter_button' displaytext="Tweet"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/whos-first-independently-published-author-kindle-million-club st_title='Who's The First Independently Published Author of Kindle Million Club?' class='st_linkedin_button' displaytext="LinkedIn"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/whos-first-independently-published-author-kindle-million-club st_title='Who's The First Independently Published Author of Kindle Million Club?' class='st_yahoo_button' displaytext="Yahoo"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/whos-first-independently-published-author-kindle-million-club st_title='Who's The First Independently Published Author of Kindle Million Club?' class='st_digg_button' displaytext="Digg"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/whos-first-independently-published-author-kindle-million-club st_title='Who's The First Independently Published Author of Kindle Million Club?' class='st_reddit_button' displaytext="Reddit"&gt;&lt;/span&gt;&lt;span st_url=http://obwiki.net/whos-first-independently-published-author-kindle-million-club st_title='Who's The First Independently Published Author of Kindle Million Club?' class='st_email_button' displaytext="Email"&gt;&lt;/span&gt;&lt;script type='text/javascript'&gt;var switchTo5x=true;&lt;/script&gt;
    &lt;script type='text/javascript' src='http://w.sharethis.com/button/buttons.js'&gt;&lt;/script&gt;
    &lt;script type='text/javascript'&gt;stLight.options({publisher:'dr-e3d8f15f-8d0c-e30c-f737-cc38bd23903b'});&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/obwikinet/~4/KkQHSYV4tzQ" height="1" width="1"/&gt;</description>
 <pubDate>Tue, 21 Jun 2011 07:04:43 +0000</pubDate>
 <dc:creator>healme</dc:creator>
 <guid isPermaLink="false">136 at http://obwiki.net</guid>
 <comments>http://obwiki.net/whos-first-independently-published-author-kindle-million-club#comments</comments>
<feedburner:origLink>http://obwiki.net/whos-first-independently-published-author-kindle-million-club</feedburner:origLink></item>
</channel>
</rss>

