<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zen-Dreams [dot] com &#187; plugin</title>
	<atom:link href="http://blog.zen-dreams.com/blog-en/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zen-dreams.com/blog-en</link>
	<description>Blog&#039;s Archives</description>
	<lastBuildDate>Fri, 20 Aug 2010 07:25:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ZdMultilang, Call for bug request and feature requests</title>
		<link>http://blog.zen-dreams.com/blog-en/2009/06/12/zdmultilang-call-for-bug-request-and-feature-requests/</link>
		<comments>http://blog.zen-dreams.com/blog-en/2009/06/12/zdmultilang-call-for-bug-request-and-feature-requests/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 18:41:56 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[ZdMultilang]]></category>
		<category><![CDATA[Zen-Dreams]]></category>

		<guid isPermaLink="false">http://blog.zen-dreams.com/en/?p=605</guid>
		<description><![CDATA[It&#8217;s been quite a while without any update on ZdMultilang and today I decided to plunge back into the development of the plugin in order to fix bugs, improve functionality. In order to do so, I need YOU. I will make all the improvements and bug fixes based on a priority list that I want [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been quite a while without any update on <a href="http://blog.zen-dreams.com/en/zdmultilang">ZdMultilang</a> and today I decided to plunge back into the development of the plugin in order to fix bugs, improve functionality.</p>
<p>In order to do so, I need <strong>YOU</strong>. I will make all the improvements and bug fixes based on a priority list that I want you to help me build.<br />
Below is a list of bugfixes and features that will be included in the next release (or two if I release first a version with full 2.8 compatibility)<span id="more-605"></span></p>
<h2>1. Bug fixes</h2>
<ul>
<li>Fix home page as a static page handling !</li>
<li><span style="text-decoration: line-through">Fix the save button in WordPress 2.8</span><strong> Fixed since 1.2.3</strong></li>
<li><span style="text-decoration: line-through">Issue with the Media Upload icon</span> <strong>Fixed in the upcoming 1.2.4</strong></li>
<li>Better handling of permalinks detection (permalink with more than 2 char)</li>
</ul>
<h2>2. Features</h2>
<ul>
<li>Allow to create different permalinks depending on the language</li>
<li>Update the zd_multilang_menu function to add parameters (like displaying only some elements)</li>
<li>Add an option to allow displaying all the languages including the current one in the widget.</li>
<li>Make a better, up to date F.A.Q / Help page.</li>
<li>Create a function to get the current language used.</li>
<li>Handling of Widget title translation.</li>
<li>Uninstall function with Database cleaning</li>
<li>Write post in non default language only (find a way to do this&#8230;)</li>
<li>Add a theme switching function according to current language (requested by AMN)</li>
<li>Translation could have a different date than the original post.</li>
<li>See if it can work with WP-Print</li>
</ul>
<p>Now it&#8217;s up to you to <strong>help me add items to the list</strong>. Please read the comments before asking for a feature/bugfix as I will try to update the list as much as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zen-dreams.com/blog-en/2009/06/12/zdmultilang-call-for-bug-request-and-feature-requests/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>How-To include tinyMCE in your WP plugin</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/</link>
		<comments>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 08:49:53 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543</guid>
		<description><![CDATA[While developping ZdMultilang&#8217;s new version, I came accross a compatibilty problem with WordPress 2.7. In fact, to include the tinyMCE editor you won&#8217;t use the same functions between 2.6.3 and 2.7 releases. More interesting is WP2.7 will need one more function to be able to display the editor. Most of the time you will want [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-544" src="http://blog.zen-dreams.com/wp-content/uploads/2008/11/wordpress.jpg" alt="" width="96" height="96" />While developping <strong>ZdMultilang&#8217;s new version</strong>, I came accross a compatibilty problem with <strong>WordPress 2.7</strong>.</p>
<p>In fact, to include the <strong>tinyMCE editor</strong> you won&#8217;t use the same functions between 2.6.3 and 2.7 releases. More interesting is WP2.7 will need one more function to be able to display the editor.</p>
<p>Most of the time you will want to include this editor when working with posts, or when you want to enable your plugin users to enter information with the Wysiwyg editor (newsletter, advanced widgets, etc&#8230;)</p>
<h2>WordPress 2.5.x and 2.6.x</h2>
<p>Here is how to include the editor in one of your plugin&#8217;s admin panel.</p>
<ol>
<li>Include this code in the <strong>admin_head hook</strong>
<pre>add_filter('admin_head','zd_multilang_tinymce');

function zd_multilang_tinymce() {
	wp_admin_css('thickbox');
	wp_print_scripts('post');
	wp_print_scripts('editor');
	add_thickbox();
	wp_print_scripts('media-upload');
	wp_print_scripts('jquery');
	wp_print_scripts('jquery-ui-core');
	wp_print_scripts('jquery-ui-tabs');
}</pre>
</li>
<li>Call the editor anywhere you need it to be displayed
<pre>	the_editor($content_to_load);</pre>
</li>
</ol>
<p><span id="more-543"></span></p>
<h2>WordPress 2.7</h2>
<p>Here is how to include the editor in one of your plugin&#8217;s admin panel.</p>
<ol>
<li>Include this code in the admin_head hook
<pre>add_filter('admin_head','zd_multilang_tinymce');

function zd_multilang_tinymce() {
	wp_admin_css('thickbox');
	wp_print_scripts('jquery-ui-core');
	wp_print_scripts('jquery-ui-tabs');
	wp_print_scripts('post');
	wp_print_scripts('editor');
	add_thickbox();
	wp_print_scripts('media-upload');
<span style="color: #0000ff">	if (function_exists('wp_tiny_mce')) wp_tiny_mce();</span>
<span style="color: #808080">// use the if condition because this function doesn't exist in version prior to 2.7</span>
}</pre>
</li>
<li>Call the editor anywhere you need it to be displayed
<pre>	the_editor($content_to_load);</pre>
</li>
</ol>
<h2>Differences between versions.</h2>
<p>As you can see, there is only one difference in the code between both version, but this is a major one as if you don&#8217;t call the <strong>wp_tiny_mce</strong> function, the editor will not work at all.</p>
<p>There are some other differences but mostly in the css classes as <strong>the design has been totally revamped</strong>. Therefore if you want to mimic the interface on both version you will need to add some classes and divs as you will see when I&#8217;ll publish ZdMultilang v1.1.2 <img src='http://blog.zen-dreams.com/blog-en/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>By the way, I&#8217;m proud to announce that version 1.1.2 of<strong> <a href="http://blog.zen-dreams.com/en/zdmultilang" target="_blank">ZdMultilang</a> will be fully compatible with WordPress 2.7 </strong>and the interface will look much better in 2.6.3 and 2.7 than right now.</p>
<h2>WordPress 2.8</h2>
<p>For an updated version of this tutorial using WordPress 2.8, <a href="http://blog.zen-dreams.com/en/2009/06/30/integrate-tinymce-into-your-wordpress-plugins/">check this post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>ZdMultilang 1.1.1 is out</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/10/07/zdmultilang-111-is-out/</link>
		<comments>http://blog.zen-dreams.com/blog-en/2008/10/07/zdmultilang-111-is-out/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 20:29:03 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ZdMultilang]]></category>

		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=505</guid>
		<description><![CDATA[I&#8217;ve been working a lot on ZdStatistics V2 until now, Today i&#8217;ve managed to find out how to include the media bar inside the translation editor and also how to fix the editor problem. You will now be able to add pictures directly from the editor without having to find the correct URL. Regarding the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working a lot on <strong>ZdStatistics</strong> V2 until now, Today i&#8217;ve managed to find out how to include the <strong>media bar</strong> inside the translation editor and also how to fix the editor problem.</p>
<p>You will now be able to add pictures directly from the editor without having to find the correct URL.</p>
<p>Regarding the problem with the editor load, is due to the <strong>cforms II</strong> plugin &#8211; see <a href="http://wordpress.org/support/topic/198586?replies=5" target="_blank">this support issue</a>.</p>
<p>If you need the <strong>cforms II plugin and Zdmultilang</strong> at the same time, I would advise you to <strong>deactivate the  WP Editor Button</strong> support in your general settings (in the cformsII panel) as shown below :</p>
<p style="text-align: center"><a href="http://blog.zen-dreams.com/wp-content/uploads/2008/10/capture.png"><img class="size-medium wp-image-506 alignnone" src="http://blog.zen-dreams.com/wp-content/uploads/2008/10/capture-300x187.png" alt="" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zen-dreams.com/blog-en/2008/10/07/zdmultilang-111-is-out/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>ZdStatistics &#8211; Roadmap</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/05/19/zdstatistics-roadmap/</link>
		<comments>http://blog.zen-dreams.com/blog-en/2008/05/19/zdstatistics-roadmap/#comments</comments>
		<pubDate>Mon, 19 May 2008 18:32:29 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Roadmap]]></category>
		<category><![CDATA[ZdStatistics]]></category>

		<guid isPermaLink="false">http://www.zen-dreams.com/fr/?p=166</guid>
		<description><![CDATA[After receiving some userfeedback on ZdStatistics, I decided to post a Roadmap for the plugin so that you know what evolutions are planned for it. You will notice that there is no time specification for this roadmap as I won&#8217;t publish a new version of the plugin until I find it necessary. Some of the [...]]]></description>
			<content:encoded><![CDATA[<p>After receiving some userfeedback on ZdStatistics, I decided to post a Roadmap for the plugin so that you know what evolutions are planned for it.</p>
<p>You will notice that there is no time specification for this roadmap as I won&#8217;t publish a new version of the plugin until I find it necessary. Some of the functionalities and bug correction are already done but as I said, I will only publish it when tests will prove it rock solid.</p>
<ul>
<li>Exclude authenticated users from the stats (depending of an option)</li>
<li>Add time taken to load the page and SQL queries (in order to optimize your plugins)</li>
<li>Problem with accents in geolocalisation to be corrected.</li>
<li>TopX pageviews and TopY referers Widget.</li>
<li>function to be use in your themes to show pageviews per post.</li>
<li>Following where your users are leaving.</li>
</ul>
<p>Do not hesitate to leave a comment for any request or comment so that I will include them in a future release.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zen-dreams.com/blog-en/2008/05/19/zdstatistics-roadmap/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ZdStats, update and PHP4 compatibility</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/05/14/zdstats-mise-a-jour-et-compatibilite-php4/</link>
		<comments>http://blog.zen-dreams.com/blog-en/2008/05/14/zdstats-mise-a-jour-et-compatibilite-php4/#comments</comments>
		<pubDate>Wed, 14 May 2008 13:05:16 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[ZdStats]]></category>

		<guid isPermaLink="false">http://www.zen-dreams.com/fr/?p=163</guid>
		<description><![CDATA[Here it is, the brand new version of ZdStats (version 1.1.2). You can download it on this site and also on wordpress.org. Changelog: Added default options, when installing the plugin, you won&#8217;t have to put the filters yourself, they will be automatically added (if not present). Better date calculation, it&#8217;s now PHP4 compatible Monthly Average [...]]]></description>
			<content:encoded><![CDATA[<p>Here it is, the brand new version of <strong>ZdStats </strong>(<strong>version 1.1.2</strong>). You can download it on this site and also on wordpress.org.</p>
<p>Changelog:</p>
<ul>
<li>Added default options, when installing the plugin, you won&#8217;t have to put the filters yourself, they will be automatically added (if not present).</li>
<li>Better date calculation, it&#8217;s now <strong>PHP4 compatible </strong></li>
<li>Monthly Average (projection made according to the period you selected).</li>
<li>When you do an upgrade, GeoLiteCity.dat will be erased, if so, the plugin will <strong>alert </strong>you to download one (if you need this functionnality). It will tell you where to get it and where to put it.</li>
<li>Links to IP history navigation anywhere an IP adress is displayed.</li>
<li>Detail of a pageview anywhere a time &amp; date is displayed.</li>
<li>Google Maps integration (via links) for each geolocalisation. This will allow you to discover new places <img src='http://blog.zen-dreams.com/blog-en/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
<p>As always, don&#8217;t hesitate to leave comments and feedbacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zen-dreams.com/blog-en/2008/05/14/zdstats-mise-a-jour-et-compatibilite-php4/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>ZdStats v1.1.1</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/05/12/zdstats-v111/</link>
		<comments>http://blog.zen-dreams.com/blog-en/2008/05/12/zdstats-v111/#comments</comments>
		<pubDate>Mon, 12 May 2008 10:02:41 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[ZdStats]]></category>

		<guid isPermaLink="false">http://www.zen-dreams.com/fr/?p=160</guid>
		<description><![CDATA[Ok, here is another update of the ZdStats plugin, now when you activate it for the first time, it will also install the correct options so that it can work directly out of the box. Just download it here]]></description>
			<content:encoded><![CDATA[<p>Ok, here is another update of the <strong>ZdStats plugin</strong>, now when you activate it for the first time, it will also install the correct options so that it can work directly out of the box.</p>
<p>Just download it <a href="http://blog.zen-dreams.com/wp-content/uploads/2008/05/zdstats.zip">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zen-dreams.com/blog-en/2008/05/12/zdstats-v111/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>ZdStats version 1.1</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/05/11/zdstats-version-11/</link>
		<comments>http://blog.zen-dreams.com/blog-en/2008/05/11/zdstats-version-11/#comments</comments>
		<pubDate>Sun, 11 May 2008 11:50:40 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[ZdStats]]></category>

		<guid isPermaLink="false">http://www.zen-dreams.com/fr/?p=159</guid>
		<description><![CDATA[After publishing version 1.0 yesterday night, here comes version 1.1 of ZdStats. Changelog : Addition of an entry deletion directly from the hour summary view Addition of IP deletion. This will delete all visits from a specific IP adress. Of course, the package is upto date on the Documentation page. These two new function will [...]]]></description>
			<content:encoded><![CDATA[<p>After publishing version 1.0 yesterday night, here comes <strong>version 1.1 of ZdStats</strong>.</p>
<p>Changelog :</p>
<ul>
<li>Addition of an <strong>entry deletion</strong> directly from the hour summary view</li>
<li>Addition of <strong>IP deletion</strong>. This will delete all visits from a specific IP adress.</li>
</ul>
<p>Of course, the package is upto date on the<a href="http://blog.zen-dreams.com/en/zdstas/"> Documentation page</a>.</p>
<p>These two new function will allow you to <strong>delete spamme</strong>r visits without overloading your filters, because most of the time spammers won&#8217;t come back using the same IP.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zen-dreams.com/blog-en/2008/05/11/zdstats-version-11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[WordPress] Statistics plugin</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/05/10/wordpress-plugin-de-statistiques/</link>
		<comments>http://blog.zen-dreams.com/blog-en/2008/05/10/wordpress-plugin-de-statistiques/#comments</comments>
		<pubDate>Sat, 10 May 2008 17:48:04 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://www.zen-dreams.com/fr/?p=157</guid>
		<description><![CDATA[ZdStats is a wordpress plugin allowing you to trace your visitors. This is not a simple statistics plugin, it’s very flexible and dynamic. This means you can update your filters by yourself and therefore by as realistic as possible. Here is a lsit of functions : Display a summary of visits (week, month, trimester, semester [...]]]></description>
			<content:encoded><![CDATA[<p><strong>ZdStats</strong> is a wordpress plugin allowing you to trace your visitors. This is not a simple statistics plugin, it’s very flexible and dynamic. This means you can update your filters by yourself and therefore by as realistic as possible.</p>
<p>Here is a lsit of functions :</p>
<ul>
<li>Display a summary of visits (<strong>week</strong>, <strong>month</strong>, <strong>trimester</strong>, <strong>semester</strong> and <strong>year</strong>)</li>
<li>Display <strong>Pageviews</strong> and <strong>visitors</strong> with daily precision</li>
<li><strong>Referring</strong> pages</li>
<li><strong>Used keywords</strong></li>
<li><strong>Localization</strong> of your visitors</li>
<li><strong>Browser / OS</strong></li>
</ul>
<p>The <strong>statistics</strong> are collected and instantly <strong>processed</strong>, or not, as you can decide this using an option. You can also separate feeds from real pageviews, <strong>exclude some IPs from being collected</strong> (@home, @work, @school, etc…) and choose to collect robots pageviews or not.</p>
<p>You can download it here : <a href="/wp-content/uploads/2008/05/zdstats.zip"><strong>ZdStats Package</strong></a>.</p>
<p>The <a href="http://blog.zen-dreams.com/en/zdstats">documentation is here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zen-dreams.com/blog-en/2008/05/10/wordpress-plugin-de-statistiques/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[WordPress] New statistics plugin being coded</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/05/07/wordpress-plug-in-statistiques-en-developpement/</link>
		<comments>http://blog.zen-dreams.com/blog-en/2008/05/07/wordpress-plug-in-statistiques-en-developpement/#comments</comments>
		<pubDate>Wed, 07 May 2008 09:00:53 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://www.zen-dreams.com/fr/?p=147</guid>
		<description><![CDATA[3 days ago, after buying my brand new laptop, I decided to develop a new Statistics system for wordpress. As I&#8217;m not satisfied by the one I found (Wassup, WP_Stats) I started to code it starting last Sunday. In fact, I already have lots of functionalities ready to be coded because I&#8217;m taking inspiration from [...]]]></description>
			<content:encoded><![CDATA[<p>3 days ago, after buying my brand new laptop, I decided to develop a new <strong>Statistics system for wordpress</strong>. As I&#8217;m not satisfied by the one I found (Wassup, WP_Stats) I started to code it starting last Sunday. In fact, I already have lots of functionalities ready to be coded because I&#8217;m taking inspiration from a system I developed for my homemade CMS.</p>
<p>All this means that I&#8217;ll be able to fetch <strong>useful statistics</strong> directly from my own wordpress installation, I&#8217;ll be able to decide the filters in place for Bots/spammers/etc&#8230; and <strong>will not rely on hidden filters</strong> functionalities. Moreover, this means that your filters in this plugin are options ! <strong>YOU</strong> can decide of what is filtered or not. The more people will share their options, the more reliable the system will become.</p>
<p>The system is built this way, <strong>Three options</strong>:</p>
<ul>
<li>First, a list of <strong>IPs excluded from collection</strong> (useful for home IP, @work IP, etc&#8230;)</li>
<li>Second, a list of <strong>User Agents</strong> corresponding to <strong>Robots</strong> with a name association (<em>example : Mediapartners-Google =&gt; Google Adsense</em>)</li>
<li>The Third is a list of <strong>IP adresses</strong> considered as spammer or robots with non site friendly <strong>UserAgents.</strong></li>
</ul>
<p>Once these options are set, the data collection is started and allows you to consult statistics</p>
<p>Of course, <strong>administration pages</strong> are excluded, so are <strong>404 errors</strong>. This is a question I ask myself, should I include them with a specific code so that we can find broken links ?</p>
<p>For the moment, only three main functionalities are coded : <strong>Summary for a specific period</strong> (chosen from a dropdown) with <strong>visitors</strong> and <strong>pageviews.</strong> <strong>Daily detail hour by hour</strong>. And finally, <strong>indexation from Search Engines</strong>.</p>
<p style="text-align: center"><img class="alignnone size-full wp-image-148 aligncenter" src="http://blog.zen-dreams.com/wp-content/uploads/2008/05/capture-2.png" alt="" width="400" height="132" /></p>
<p style="text-align: left">I&#8217;m giving myself <strong>two weeks before publication</strong> of the First version of the system, but be aware that it&#8217;s already working as it&#8217;s installed on this very blog.</p>
<p style="text-align: left">Meanwhile, do not hesitate to leave comments here for queries and suggestions so that I can work on them and include them.</p>
<p style="text-align: left">Thanks for your support <img src='http://blog.zen-dreams.com/blog-en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zen-dreams.com/blog-en/2008/05/07/wordpress-plug-in-statistiques-en-developpement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[WordPress] Index pagination plugin</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/04/09/wordpress-index-pagination-plug-in/</link>
		<comments>http://blog.zen-dreams.com/blog-en/2008/04/09/wordpress-index-pagination-plug-in/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 20:58:48 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.zen-dreams.com/fr/?p=115</guid>
		<description><![CDATA[Index pagination plug-in was written with the objective to provide your blog with pagination on your main index page as can be seen in this blog. In order to install the plug-in, just download this archive into your wp-content/plugins folder, unzip it and then activate it using wordpress administration panel. Once you did that, you [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Index pagination</strong> plug-in was written with the objective to provide your blog with pagination on your main index page as can be seen in this blog.</p>
<p>In order to install the plug-in, just download <a href="http://blog.zen-dreams.com/wp-content/uploads/2008/04/pagination.zip">this archive</a> into your <em>wp-content/plugins</em> folder, unzip it and then activate it using <strong>wordpress administration panel</strong>.</p>
<p>Once you did that, you just have to edit your theme&#8217;s <strong>index.php</strong> file and <strong>add the following code</strong> where you want to display the page list :</p>
<pre>&lt;?php if (function_exists ('index_pagination')) index_pagination(); ?&gt;</pre>
<p>After doing this, you just have to define the css classes to display the page list as you like.<br />
Default class names for pagination are :</p>
<ul>
<li>pagination =&gt; Default classname for the <strong>ul</strong> element that will display the list.</li>
<li>pagination_el =&gt; Default classname <strong>il</strong> for page elements</li>
<li>pagination_selected =&gt; Default classname for currently selected page.</li>
</ul>
<p>One important this to know about this plug-in is the parameter list that can be used when calling the function.<br />
index_pagination function takes a maximum of 6 parameters, listed below :</p>
<ol>
<li><em>nb_before</em> =&gt; Number of elements to display before currently selected page (if any), default value:3</li>
<li><em>nb_after</em> =&gt;Number of elements to display after currently selected page (if any), default value:3.</li>
<li><em>sep</em> =&gt; Separator text, default value : &#8220;&#8230;&#8221;</li>
<li><em>list_class</em> =&gt; Css class name to use for <strong>ul</strong> element (default: pagination)</li>
<li><em>default_class</em> =&gt; Css class name for elements within the list (default: pagination_el)</li>
<li><em>selected_class</em> =&gt; Css class name for currently selected page (default: pagination_selected)</li>
</ol>
<p>In the end, it may look like this (depending of your css code) :</p>
<p style="text-align: center"><img class="alignnone size-full wp-image-114" src="http://blog.zen-dreams.com/wp-content/uploads/2008/04/pagination.gif" alt="" width="550" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zen-dreams.com/blog-en/2008/04/09/wordpress-index-pagination-plug-in/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

