Tags
亲和力网站 小狗钱钱 72小时法则 apache C CakePHP Capistrano Catalyst change filename Cpan css cygwin Database Directory Dreamweaver encoding ext2 Geshi heredoc httperf IP address IPv6 Joomfish Joomla Jquery Junction Kannel Linux MacOS Magento NTFS Oracle Perl PHP Phtml print Read File Regex Shell SqlServer2005 ssh Test touch Ubuntu Windows
Tag Archives: Joomla
Webform.cn started!
Webform is live! Code snippet share website for Magento & Joomla.it’s COOL!
Joomla API
some usable links for every joomla developer :
Joomla API Joomla core parameters
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
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
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
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 .
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
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 …
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
Joomla!_1.6 Development Status
Joomla!_1.6 Development Status