ebizon's blog

New module released - Admin_notify

Ebizon made another contribution to Drupal.org by releasing a module 'Admin Notify'. The module was released for Drupal 5. The link to the project page is: http://drupal.org/project/admin_notify

Here is the details of admin_notify module:

Admin Notify
------------

Admin Notify is a simple module that permits admin to recieve emails whenever a new content is posted on the website. We can configure the content types and also the email on which to recieve email. The email subject and body of the email can be configured as well.

Install
-------

New module released - Soap Client

Ebizon is here again with yet another module release on Drupal.org.
This module offers fuctionalities as stated below.

SOAP Client provide a wrapper and simple unified API to the NuSOAP and PHP5 SOAP extension and allow the other modules to access SOAP-based web services on any servers on the internet.

The API is including:

* soapclient_get_libname() - return the currently used SOAP library.
* soapclient_init_client($endpoint, $use_wsdl, $options = array()) - Initialise the SOAP client.

New module released - Content Slider

Snapshot

Solving problems of many,Ebizon released content_slider module on Drupal.org.
Here's the link to download this module:
http://drupal.org/project/content_slider

Here's the description about the module which is released.

Featured Content Slider:
-------------------------
A module to feature latest 5 created node (selected through admin settings) in a block that displays as a slideshow

Description:
------------

Featured Content Slider makes a slideshow out of node content on the block. Currently, latest 5 selected nodes are shown.

How to use?
-----------

Drupal Best Practices

sudeoo0KFS1.thumbnail.JPG

This is a list of articles that explain Drupal best practices.
From the early days, Drupal had the ability to embed PHP code in its content. This provides flexibility and functionality, most importantly, nodes and blocks can contain dynamically fetched data from the database using custom queries and displayed them in other content.