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 879 posted 12 years ago by nico65
0 622 posted 12 years ago by beneberle
getCategory returns the category ID, getSection returns the section alias. Great for CSS overrides
0 706 posted 12 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 653 posted 12 years ago by beneberle
Place directly below 'RewriteEngine On' to ensure that no other redirects interfere with it.
0 601 posted 12 years ago by batfan
0 471 posted 13 years ago by dato
You can use JUri object to extract the path or query string from a any url
0 794 posted 13 years ago by anagaiyahoocom
Can use JUri to get the page handle
0 612 posted 13 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 524 posted 13 years ago by batfan
xml for joomla aff. register plugin
0 500 posted 13 years ago by jurajsim
0 473 posted 13 years ago by jurajsim
Usage: setowner james Will set all files in current directory and all subdirectories to owner james:james
0 324 posted 13 years ago by renekreijveld
Useful for copyright. Keeps date current.
0 539 posted 13 years ago by bombadda
Replace 'position' with 'your-position-name'.
0 527 posted 13 years ago by bombadda
Joomla code to check and see if module exists on page.
0 575 posted 13 years ago by cviolette
Basic style to set up Joomla-format menu as horizontal menu with dropdowns.
0 650 posted 13 years ago by cviolette
jQuery to make Joomla-format menu dropdowns appear on hover. Change "#mainnav" to menu container selector.
1 652 posted 13 years ago by cviolette
0 451 posted 13 years ago by cviolette
0 578 posted 13 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 471 posted 13 years ago by beneberle
For instance when you want to leverage the JElements in a admin view form...
0 642 posted 13 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 697 posted 13 years ago by harikaram
File: /template/[mytemplate]/html/com_content/category/blog.php page...
0 549 posted 13 years ago by harikaram
Hier bepaal je de layout voor de members login
1 614 posted 13 years ago by danworx
0 453 posted 13 years ago by BeardyOne