By Nitin on April 23, 2011
I use the upgraded awesome plugin Jetpack by WordPress.com to show the ‘Top Posts’ is the sidebar. I recently noticed that the links for these post were broken, even though I wasn’t doing anything wrong at all. I queried the plugin for top 5 posts using: $top_posts = stats_get_csv(‘postviews’, ‘days=-1&limit=6&summarize’); echo ‘<ul class="most-viewed">’; foreach [...]
Posted in Wordpress | Tagged tutorial, Wordpress
By Nitin on March 6, 2010
Feeds Image Grabber (FIG) was released on 3rd March, and currently supports the following features: Automatically downloads and attaches image to the node created by Feeds module. Configurable XPath of the desired image location on the webpage of the feed item on per feed basis (using element’s id or CSS class). Support forĀ FileField Paths module. [...]
Posted in Drupal | Tagged Drupal, feeds, fig, imagegrabber, tutorial
By Nitin on January 30, 2010
When you need to dump a SVN repository, all you have to do is svnadmin dump REPOS_PATH But wait, then you need to have admin access to the server on which your SVN repository is hosted. Often, that is not the case and you have to contact the company which hosts your repository to do [...]
Posted in Nitin's Blog | Tagged cvsdude, script, svn, tutorial
By Nitin on September 20, 2009
Updates: Feeds Image Grabber has been released to support the new Feeds module. (3 march 2010) Tutorial for Feeds Image Grabber (FIG) published. (6 march 2010) Demonstration Website is available here. (6 march 2010) I get a lot of requests for this, so here is a tutorial explaining the 3 W’s (What, Why and How) [...]
Posted in Drupal | Tagged Drupal, feedapi, imagegrabber, module, tutorial