Joomla - Component: Adding Comment ( Displaying Comments )Tag: joomla, cms Category:post: 13 Nov 2007 read: 3,759 This is last tutorial about adding comment at Joomla component. We will display list of comment below single posting (like usual blog, this site too).
|
| | Give Your Opinion | Recommend |
|
2 Responses to Joomla - Component: Adding Comment ( Displaying Comments ):
This is very best tutorial for bigning.
function viewHello()
{
if(!$row->published)
{
JError::raiseError( 404,JText::_('Invalid ID Provided'));
}
there is some problem in id provide
page not directing proper way.
so tell me what is my mistake in this
{
if(!$row->published)
{
JError::raiseError( 404,JText::_('Invalid ID Provided'));
}
there is some problem in id provide
page not directing proper way.
so tell me what is my mistake in this
By Rachana Patel on Jul 10, 2008


