If you need to know what is current template being used in your plugin or component code you can use following code to find it.
Continue reading...Wednesday, September 7, 2011
Following PHP script uses CURL to login into a Joomla 1.5 website to access private pages.
Continue reading...Monday, August 22, 2011
Example codes to use Tables in Joomla Can use binding with following: To only use Model methods: To use in its own Model: In same component’s helper file or else: To use it from a another component:
Continue reading...Sunday, August 15, 2010
Change the umask in ‘/etc/proftpd.conf’ from ’022′ to ’002′. Then, update the directory permissions by running the following at the command line: Add the ‘apache’ user to the ‘psacln’ group by editing ‘/etc/group’.
Continue reading...Tuesday, August 3, 2010
You can use a plugins functions from another plugin or component using following codes. These are for Joomla 1.5 OR
Continue reading...Sunday, August 1, 2010
You can enter your website urls with a www or with no www. Which is better I leave for you to google and find out yourself. Using both is not a good idea as search engines and Facebook will not treat them same and will cause problems. Solution is to force one of them to [...]
Continue reading...Monday, June 7, 2010
Gives current menu: Current Menu ID: Gives menu status, published (1) and unpublished (0) Non SEO URL of current menu: Current menus parent ID: Current Menu’s Access Level Value.(Public = 0, Registered = 1, Special= 2)
Continue reading...Thursday, April 29, 2010
Joomla’s Breezing Form data variables:
Continue reading...Tuesday, April 27, 2010
Using following code we can get joomla’s language and use it in our extensions code. $language will give us the current language selected.
Continue reading...
Thursday, July 26, 2012
0 Comments