Tag Archives: Joomla

Webform.cn started!

Webform is live! Code snippet share website for Magento & Joomla.it’s COOL!

Posted in WebDev | Tagged , | Leave a comment

Joomla API

some usable links for every joomla developer :

Joomla API Joomla core parameters

Posted in Joomla | Tagged , | Leave a comment

what is joomla! installer xml ?

Ever wondered how to create the .xml files that are used for installing components, modules, or plugins in Joomla! 1.5? What you need are the DTD files that describe the installer XML format. With these, plus an XML editor with … Continue reading

Posted in Joomla | Tagged , | Leave a comment

How to create new Application Object in the joomla 1.5.x

in the joomla 1.5.x, the Site ,Administrator and xmlrpc is JApplication instance ,if you wanna create new one for your own task, normally you doesn’t need do this ..,but if you like me ,ok ,goo on . doesn’t need change the … Continue reading

Posted in Joomla | Tagged | Leave a comment

Deploy script for joomla! project

I used this script to deploy a joomla project, use the upload script to upload a file to server.

#!/bin/bash

if [ "$1" = '' ]; then echo “Usage : ./deploy.sh projectname”; else cd /var/www/vhosts/howname/subdomains/$1/httpdocs/ mv configuration.php ../configuration/

tar zcvf $1.`date +’%Y-%m-%d’`.tar.gz * mv $1.`date … Continue reading

Posted in Shell | Tagged , | Leave a comment

Language of the joomfish

In the plugin of Joomla Basic Router , you can define the default language

use $GLOBALS['iso_client_lang'] to get current language code .

Posted in Joomla | Tagged , | Leave a comment

How to remove ‘Welcome to the Frontpage’ title in Joomla! 1.5

If you install new Joomla! 1.5 on your server, you get the ‘Welcome to the Frontpage’ title on your Frontpage. Sometimes, it is difficult to find, where you can change this title. Go to your Joomla! 1.5 Administration site and … Continue reading

Posted in Joomla | Tagged | Leave a comment

jfalternative plugin of joomfish

syntax : {jfalternative}5|content|FRONTPAGE_NO_TRANSLATION_AVAILABLE{/jfalternative} 5 – content id content – table name FRONTPAGE…. text function : display another translation of this content if you translate yet with current language …

Posted in Joomla | Tagged , | Leave a comment

How to geshi plugin in joomla

What is GeSHi?

GeSHi stands for “Generic Syntax Highlighter”, and it is used to highlight code snippets in different web languages like PHP, HTML, and CSS. It also converts tags in those languages so that they will not render like regular … Continue reading

Posted in Joomla | Tagged , | Leave a comment

Joomla!_1.6 Development Status

Joomla!_1.6 Development Status

Posted in Joomla | Tagged , | Leave a comment