Welcome To Snipplr


Everyone's Recent Snippets Tagged joomla



Copy /modules/mod_menu/tmpl/default.php to /templates/MYTEMPLATE/html/mod_menu/default.php
0 3364 posted 15 years ago by nico65
0 1763 posted 15 years ago by beneberle
getCategory returns the category ID, getSection returns the section alias. Great for CSS overrides
0 1946 posted 15 years ago by beneberle
function for determining the section ID of a given page. Good to include in a templatetools.php file inside of a template to set up some custom conditional logic
0 1840 posted 15 years ago by beneberle
Place directly below 'RewriteEngine On' to ensure that no other redirects interfere with it.
0 1690 posted 15 years ago by batfan
0 1616 posted 15 years ago by dato
You can use JUri object to extract the path or query string from a any url
0 2195 posted 15 years ago by anagaiyahoocom
Can use JUri to get the page handle
0 1851 posted 15 years ago by anagaiyahoocom
When using Joomla, allows you to redirect index.php to the root ( to prevent duplicate content ), without affecting the Joomla admin.
0 1761 posted 15 years ago by batfan
xml for joomla aff. register plugin
0 1434 posted 15 years ago by jurajsim
0 1416 posted 15 years ago by jurajsim
Usage: setowner james Will set all files in current directory and all subdirectories to owner james:james
0 1106 posted 15 years ago by renekreijveld
Useful for copyright. Keeps date current.
0 1631 posted 15 years ago by bombadda
Replace 'position' with 'your-position-name'.
0 1612 posted 15 years ago by bombadda
Joomla code to check and see if module exists on page.
0 1743 posted 15 years ago by cviolette
Basic style to set up Joomla-format menu as horizontal menu with dropdowns.
0 2866 posted 15 years ago by cviolette
jQuery to make Joomla-format menu dropdowns appear on hover. Change "#mainnav" to menu container selector.
1 2916 posted 15 years ago by cviolette
0 1456 posted 15 years ago by cviolette
0 1690 posted 15 years ago by cviolette
I set up an $isHome boolean variable at the beginning of a template's index.php file so I can easily test the condition throughout the file. To me, the semantic variable name makes the logic more readable.
0 1623 posted 15 years ago by beneberle
For instance when you want to leverage the JElements in a admin view form...
0 1877 posted 15 years ago by harikaram
Say you want to run content plugins on JDocumentRAW content (like in a component that returns JSON data). Some methods in JDocumentHTML like "addCustomTag" will cause the app to fail on JDocumentRAW doc types which don't have this method. Thus you...
0 2053 posted 15 years ago by harikaram
File: /template/[mytemplate]/html/com_content/category/blog.php page...
0 1730 posted 15 years ago by harikaram
Hier bepaal je de layout voor de members login
1 1783 posted 15 years ago by danworx
0 1498 posted 16 years ago by BeardyOne