Discuss about Joomla

0 views
Skip to first unread message

sanjeevsh...@gmail.com

unread,
May 18, 2008, 11:38:55 AM5/18/08
to Nepal PHP Users Group
Joomla is one of my personal favorites. I do not have to tell what
Joomla is! Voted as the best CMS in 2007, This incredible CMS with
about 183700 lines of codes has helped many PHP programmers like us
to get their web application running in few hours. Incredible though
it is the fact that I use joomla for most of my projects. Why reinvent
a wheel? When we have so much polished, stable package of code at our
disposal. It is free and will remain free. Extensible and easily
customizable. You cannot get anything better than this.

Develop components, modules and plugins(mambots) and use it in your
projects. Now with new version of Joomla 1.5, we have the MVC
architecture inbuilt in joomla. Yaahoo!! so What are you waiting for
download joomla from http://www.joomla.org and start dissecting its
aandra bhudi... it will surely help you...

Let us discuss about how we can use joomla.

Joomla! rocks!!!!!

Regards
Sanjeev

sarose

unread,
May 19, 2008, 12:41:16 AM5/19/08
to Nepal PHP Users Group
Hi Sanjeev,

Joomla! indeed a best OpenSource CMS. I have used in number of
occasion. Recently, I was forced to switch
to Drupal because of ACL features. I agree there are ACL component
available but they are commercial and obfuscated. If you have some
workaround for ACL please let me know.

Warm Regards,
Sarose





On May 18, 8:38 pm, sanjeevshrestha2...@gmail.com wrote:
> Joomla is one of my personal favorites. I do not have to tell what
> Joomla is! Voted as the best CMS in 2007, This incredible CMS with
> about 183700  lines of codes has helped many PHP programmers like us
> to get their web application running in few hours. Incredible though
> it is the fact that I use joomla for most of my projects. Why reinvent
> a wheel? When we have so much polished, stable package of code at our
> disposal. It is free and will remain free. Extensible and easily
> customizable. You cannot get anything better than this.
>
> Develop components, modules and plugins(mambots) and use it in your
> projects. Now with new version of Joomla 1.5, we have the MVC
> architecture inbuilt in joomla. Yaahoo!! so What are you waiting for
> download joomla fromhttp://www.joomla.organd start dissecting its

openrijal

unread,
May 21, 2008, 5:59:36 AM5/21/08
to Nepal PHP Users Group
hi....I am a newbie to Joomla but I dont think its so dificult.....
I have started a project too....It really rocks.....
I want to optimize the space there....any tips, please send me in.....
Regards

arju...@gmail.com

unread,
May 22, 2008, 8:58:00 AM5/22/08
to Nepal PHP Users Group
i m also a beginer of joomla. i think it is very intersting and
good. i just started the programing in PHP so i dont know about the
php.
is it nessary to know php well to build the joomla project?/??? please
help me out..
thank u.

On May 18, 8:38 pm, sanjeevshrestha2...@gmail.com wrote:
> Joomla is one of my personal favorites. I do not have to tell what
> Joomla is! Voted as the best CMS in 2007, This incredible CMS with
> about 183700  lines of codes has helped many PHP programmers like us
> to get their web application running in few hours. Incredible though
> it is the fact that I use joomla for most of my projects. Why reinvent
> a wheel? When we have so much polished, stable package of code at our
> disposal. It is free and will remain free. Extensible and easily
> customizable. You cannot get anything better than this.
>
> Develop components, modules and plugins(mambots) and use it in your
> projects. Now with new version of Joomla 1.5, we have the MVC
> architecture inbuilt in joomla. Yaahoo!! so What are you waiting for
> download joomla fromhttp://www.joomla.organd start dissecting its

sarose

unread,
May 22, 2008, 11:23:58 AM5/22/08
to Nepal PHP Users Group
Absolutely not. Joomla is made for ordinary user.

In Template you require at least very high level knowledge of PHP.

As a first time Joomla user, you always want to design your own custom
templates (themes). You really can't believe that making template in
Joomla is very easy.

To do few more things like placing body and module position you can
copy past code. For instance, if you want to include mainbody in a
custom template you should at least know this

<?php mosMainBody(); ?>

and lets say if you want to display a module which is at position no 3
(i.e user3) then you should at least know

<?php mosLoadModules ( 'user3' ); ?>

and of course you should know little bit HTML and the position where
you want to put this code.

Extending joomla is very easy. However, You need basic knowledge of
PHP. Which I think takes no longer than a month.



On May 22, 5:58 pm, "arjun...@gmail.com" <arjun...@gmail.com> wrote:
> i m also a  beginer  of joomla. i think it is very intersting and
> good. i just started the programing in PHP so i dont know about the
> php.
> is it nessary to know php well to build the joomla project?/??? please
> help me out..
> thank u.
>
> On May 18, 8:38 pm, sanjeevshrestha2...@gmail.com wrote:
>
> > Joomla is one of my personal favorites. I do not have to tell what
> > Joomla is! Voted as the best CMS in 2007, This incredible CMS with
> > about 183700  lines of codes has helped many PHP programmers like us
> > to get their web application running in few hours. Incredible though
> > it is the fact that I use joomla for most of my projects. Why reinvent
> > a wheel? When we have so much polished, stable package of code at our
> > disposal. It is free and will remain free. Extensible and easily
> > customizable. You cannot get anything better than this.
>
> > Develop components, modules and plugins(mambots) and use it in your
> > projects. Now with new version of Joomla 1.5, we have the MVC
> > architecture inbuilt in joomla. Yaahoo!! so What are you waiting for
> > download joomla fromhttp://www.joomla.organdstart dissecting its

dipesh

unread,
May 22, 2008, 11:46:08 AM5/22/08
to Nepal PHP Users Group
also have a look at the files section.. .there is a joomla quick start
guide ... which might help u get rolling


On May 22, 5:58 pm, "arjun...@gmail.com" <arjun...@gmail.com> wrote:
> i m also a  beginer  of joomla. i think it is very intersting and
> good. i just started the programing in PHP so i dont know about the
> php.
> is it nessary to know php well to build the joomla project?/??? please
> help me out..
> thank u.
>
> On May 18, 8:38 pm, sanjeevshrestha2...@gmail.com wrote:
>
>
>
> > Joomla is one of my personal favorites. I do not have to tell what
> > Joomla is! Voted as the best CMS in 2007, This incredible CMS with
> > about 183700  lines of codes has helped many PHP programmers like us
> > to get their web application running in few hours. Incredible though
> > it is the fact that I use joomla for most of my projects. Why reinvent
> > a wheel? When we have so much polished, stable package of code at our
> > disposal. It is free and will remain free. Extensible and easily
> > customizable. You cannot get anything better than this.
>
> > Develop components, modules and plugins(mambots) and use it in your
> > projects. Now with new version of Joomla 1.5, we have the MVC
> > architecture inbuilt in joomla. Yaahoo!! so What are you waiting for
> > download joomla fromhttp://www.joomla.organdstart dissecting its
> > aandra bhudi... it will surely help you...
>
> > Let us discuss about how we can use joomla.
>
> > Joomla! rocks!!!!!
>
> > Regards
> > Sanjeev- Hide quoted text -
>
> - Show quoted text -

dragon

unread,
May 28, 2008, 7:54:52 AM5/28/08
to Nepal PHP Users Group
hi can i find the likn to download joomla............cuz i wouldnt
download it.......

On May 18, 8:38 am, sanjeevshrestha2...@gmail.com wrote:
> Joomla is one of my personal favorites. I do not have to tell what
> Joomla is! Voted as the best CMS in 2007, This incredible CMS with
> about 183700  lines of codes has helped many PHP programmers like us
> to get their web application running in few hours. Incredible though
> it is the fact that I use joomla for most of my projects. Why reinvent
> a wheel? When we have so much polished, stable package of code at our
> disposal. It is free and will remain free. Extensible and easily
> customizable. You cannot get anything better than this.
>
> Develop components, modules and plugins(mambots) and use it in your
> projects. Now with new version of Joomla 1.5, we have the MVC
> architecture inbuilt in joomla. Yaahoo!! so What are you waiting for
> download joomla fromhttp://www.joomla.organd start dissecting its

dragon

unread,
May 28, 2008, 8:24:25 AM5/28/08
to Nepal PHP Users Group
ok man i did it........thanx...........

On May 18, 8:38 am, sanjeevshrestha2...@gmail.com wrote:
> Joomla is one of my personal favorites. I do not have to tell what
> Joomla is! Voted as the best CMS in 2007, This incredible CMS with
> about 183700  lines of codes has helped many PHP programmers like us
> to get their web application running in few hours. Incredible though
> it is the fact that I use joomla for most of my projects. Why reinvent
> a wheel? When we have so much polished, stable package of code at our
> disposal. It is free and will remain free. Extensible and easily
> customizable. You cannot get anything better than this.
>
> Develop components, modules and plugins(mambots) and use it in your
> projects. Now with new version of Joomla 1.5, we have the MVC
> architecture inbuilt in joomla. Yaahoo!! so What are you waiting for
> download joomla fromhttp://www.joomla.organd start dissecting its

sanjeev shrestha

unread,
May 28, 2008, 8:27:55 AM5/28/08
to nepa...@googlegroups.com
Hi dragon,

you can download joomla from http://www.joomla.org.

Enjoy

Thanks
Sanjeev
--
the DEVIL
Reply all
Reply to author
Forward
0 new messages