Sunday, May 20, 2012
Managed Web Hosting by Liquid Web
Just Joomla! JCode Conversions

Codes for Updating Joomla! 1.0 Extensions to Joomla! 1.5

There are 141 entries in this glossary.
Search for glossary terms (regular expression allowed)
Begins with Contains Exact term Sounds like
All A C D F G H M P S T
Page:  « Prev ... 6 7 8 9 10
Term Definition
Table Function -load single module-
Usage in Joomla! 1.0
<?php mosLoadModule('Banners', -1);?>
<?php mosLoadModule('Latest News', -2);?>
<?php mosLoadModule('Newsflash', -3);?>
Usage in Joomla! 1.5
<jdoc:include type="module" name="Banners" style="raw" />
<jdoc:include type="module" name="Latest News" style="xhtml" />
<jdoc:include type="module" name="Newsflash" style="rounded" />
Table Function -pathway-
Usage in Joomla! 1.0
<?php mosPathWay();?>
Usage in Joomla! 1.5
Include a module position to use the "breadcrumbs" module.
Template Override -backend image checkin
Usage in Joomla! 1.0
mosAdminMenus::ImageCheckAdmin($file, $directory, $param, $param_directory, $alt, $name, $type, $align)
Usage in Joomla! 1.5
JHTML::_('image.administrator', $file, $directory, $param, $param_directory, $alt, array('align' => $align), $type)
Template Override -frontend image checki
Usage in Joomla! 1.0
mosAdminMenus::ImageCheck($file, $directory, $param, $param_directory=, $alt, $name, $type, $align)
Usage in Joomla! 1.5
JHTML::_('image.site', $file, $directory, $param, $param_directory, $alt, array('align' => $align), $type)
Page:  « Prev ... 6 7 8 9 10
Glossary 2.7 uses technologies including PHP and SQL