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
Category Archives: Joomla
Back on the joomlaconsole development
After a short kind of vacation, i back and working on the Joomla console development, hope I can release it before the new year (2010.1.1) .hurry up !!!
Fixed the Joomla Plugin Error
I have created a Joomla website with Joomfish & Nook-framwork extensions, then I got a error on frontent :
Fatal error: Class ‘interceptDB’ not found in **/plugins/system/jfdatabase/jfdatabase_inherit.php on line 58
why ?? because the nooku change the the getDBO of JFactory, … Continue reading
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
convention of joomla 1.5
Component
Model Name: Model(Type ,it’s model)Reviews(Component name)Review (model name) View Name : Review(contrllor name)View(type it’s view ) All(template name or view name)
Posted in Joomla
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
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