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 904 posted 12 years ago by nico65
0 641 posted 12 years ago by beneberle
getCategory returns the category ID, getSection returns the section alias. Great for CSS overrides
0 732 posted 13 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 676 posted 13 years ago by beneberle
Place directly below 'RewriteEngine On' to ensure that no other redirects interfere with it.
0 623 posted 13 years ago by batfan
0 493 posted 13 years ago by dato
You can use JUri object to extract the path or query string from a any url
0 818 posted 13 years ago by anagaiyahoocom
Can use JUri to get the page handle
0 640 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 549 posted 13 years ago by batfan
xml for joomla aff. register plugin
0 520 posted 13 years ago by jurajsim
0 490 posted 13 years ago by jurajsim
Usage: setowner james Will set all files in current directory and all subdirectories to owner james:james
0 334 posted 13 years ago by renekreijveld
Useful for copyright. Keeps date current.
0 560 posted 13 years ago by bombadda
Replace 'position' with 'your-position-name'.
0 548 posted 13 years ago by bombadda
Joomla code to check and see if module exists on page.
0 597 posted 13 years ago by cviolette
Basic style to set up Joomla-format menu as horizontal menu with dropdowns.
0 669 posted 13 years ago by cviolette
jQuery to make Joomla-format menu dropdowns appear on hover. Change "#mainnav" to menu container selector.
1 676 posted 13 years ago by cviolette
0 468 posted 13 years ago by cviolette
0 604 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 492 posted 13 years ago by beneberle
For instance when you want to leverage the JElements in a admin view form...
0 675 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 726 posted 13 years ago by harikaram
File: /template/[mytemplate]/html/com_content/category/blog.php page...
0 566 posted 13 years ago by harikaram
Hier bepaal je de layout voor de members login
1 627 posted 13 years ago by danworx
0 467 posted 13 years ago by BeardyOne