Showing posts with label joomla. Show all posts
Showing posts with label joomla. Show all posts

Sunday, March 14, 2010

List of some joomla tutorial

Below i have listed some of neccessary tutorial to make a joomla component
joomla main developer tutorial
Developing the Joomla! Component and Understanding its Structure
Joomla: Fast Road to Understand Component Programming

Saturday, March 6, 2010

Joomla popular module list whlich is helpful for beginners

below i have listed some joomla popular module which are helpful for beginners .

 

Mod Latest News Marquee

Monday, March 1, 2010

joomla more details link does not work properly

when i click read more link it not showing first paragraph before read more link

solution for that

Goto article manager then click on article

then click parameter advanced and edit introtext option to show .


it will work properly

Friday, February 26, 2010

Some of joomla neccessary component list

Following i have found joomla component which are neccessary to develop a simple website with user need . the list is as follows

For photo gallery - joom gallery
For jobs -js jobs
For Shopping -Virtuemart
For News paper -ja news manager
For video Website -denVideo

Wednesday, February 17, 2010

to determine if the current page is the frontpage joomla

to determine if the current page is the frontpage

if ($menu->getActive() == $menu->getDefault()) {
echo 'This is the front page';
}
?>