Blog about Joomla and life
Everybody's Free (to wear sunscreen)
Last Updated on Monday, 09 August 2010 08:10 Written by blessymontes Monday, 09 August 2010 07:58





Easyfeedback v1.0 release
Last Updated on Sunday, 20 June 2010 06:46 Written by Administrator Sunday, 20 June 2010 06:35
Easyfeedback is a module for Joomla1.5 to provide a simple way to get feedback from the visitors.
Features:
*Easyfeedback will delivery the feedback to your private message box in the Joomla backend.
*Easyfeedback can send feedback to multiple backend users.
*If enable "Mail me on new Message" in Private Messaging Configuration,the backend users who are set to receive feedback will get the email notification too.
*Security code is available to anti spam messages.
*Base on Ajax,no need to refresh the page.
How to send private messages in your extensions based on Joomla 1.5
Last Updated on Sunday, 06 June 2010 09:05 Written by Administrator Friday, 04 June 2010 05:43
This is a simple Joomla tutorial to show how to send private messages in your own extensions.
The private messages in Joomla is controlled by the messages component that located in administrator/components/com_messages
For instance, we want to send a private message from the default super administrator (whose user id is 62) to another backend user (whose user is 63) with the subject of "Test Subject" and content of "Test Content".
Steps:
1.We need to require the class file:
require_once( JPATH_ADMINISTRATOR.DS.'components'.DS.'com_messages'.DS.'tables'.DS.'message.php' );
2.Set the values:
$db =& JFactory::getDBO();
$row = new TableMessage( $db );
$row->user_id_from=62;
$row->user_id_to=63;
$row->subject="Test Subject";
$row->message="Test Content";
Randnewsflash V1.2 beta released
Last Updated on Thursday, 03 June 2010 20:26 Written by Administrator Wednesday, 19 May 2010 04:13
Randnewsflash is a simple module for Joomla. It display articles randomly and intelligently.
Features:
*When the visitor is in the article page, Randnewsflash will display articles randomly from the category in which the article being viewed;
*When the visitor is in the section/category page, Randnewsflash will display articles randomly from the same section/category;
*When the visitor is in other pages, Randnewsflash will display articles randomly from all categories/sections (But you can set the exceptions in backend);
*You can limit the maximum number of characters to display in each random article.
Click here to download Randnewsflash


Easytagcloud v1.4 beta released!
Last Updated on Wednesday, 19 May 2010 17:42 Written by Administrator Monday, 17 May 2010 03:51
Easytagcloud is an easy and effective tags cloud module for Joomla.
Features:
- The tags come from the keywords of each article;
- Easytagcloud display the hottest tags in alphabetical order;
- You can set 6 kinds of font sizes and the 5 kinds of density ratio of the tags;
- Easytagcloud is efficient! It can update the tags automatically but it will not do harm to website speed because it will only query the database at intervals. Just set the proper interval time according to your traffic.
updated features:
*Easytagcloud can initialize automatically now!Just set the interval time, it will initialize the tags expediently and effectively.
*Easytagcloud can generate the hyperlinks according to the SEF settings.
Download
Click here to download Easytagcloud
Please leave your valuable questions or suggestions,thank you!


More Articles...
Page 1 of 6
«StartPrev123456NextEnd»