Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged joomla
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Easy PHP script for uploading and unpacking zip files to the server much faster
Steps to follow:
1. create folder on the webserver called "zipper" or something else
2. copy the following PHP code into a file called "zipper.php" into this folde...
2
4124
posted 11 years ago by jvandemerwe
This is a base function to use with Joomla! to display the view using the Joomla cache system.
0
934
posted 12 years ago by kevincam
Joomla SEF to work properly it is based on Joomla menus. In your own components for SEF to work and menus to appear your need to pass the Itemid to links. To do this you need to get the Itemid based on on the URL link. Here is how you get the Itemid...
1
901
posted 12 years ago by kevincam
This will detect the Home Page of Joomla and perfom whatever code you tell it to
0
794
posted 12 years ago by dburgess
It's not possible to use the standard syntax to retrieve the current id of the Joomla module in a Joomla xml element. This code parses the url and grabs the last part of the url which i atypically the module id when editing a module in the Joomla adm...
1
861
posted 12 years ago by joomlabamboo
You can use this in Joomla extensions where you need to get the current language locale for example to use with Facebook Connect/Like plugins etc. in the "en_US" format. With facebooj JS, all you have to do is replace the default locale with the resu...
0
941
posted 13 years ago by burconsult
If you wanna use images stored by K2 in your custom scripts/classes you'll need to know how K2 generates the names... (took me quite a bit to find that, because they're not stored in the _k2_items table)
0
846
posted 13 years ago by iroybot
Primeiro de tudo criar um novo formulário com os campos:
Criar campos:
nome
username (com validação alphanumeric)
password
email
e um submit button.
Na área dos scripts colocar o código e ter em atenção que conforme a versão do joom...
0
723
posted 13 years ago by montejunto
publish to everywhere except VirtueMart checkout pages (I think!)
0
604
posted 13 years ago by morktron
Copy /modules/mod_menu/tmpl/default.php to /templates/MYTEMPLATE/html/mod_menu/default.php
0
1114
posted 13 years ago by nico65
getCategory returns the category ID, getSection returns the section alias. Great for CSS overrides
0
922
posted 13 years ago by beneberle