Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged module



« Prev 1 Next »
Magento Made Easy - Comprehensive Guide to Magento Setup and Development is a free and easy to use Magento book. It gives you the fundamental background of Magento with two parts: Magento Overview and Magento Module Development.
0 1727 posted 11 years ago by magestore
This PrestaShop support module is used to manage ticket system. By using this plugin you can manage customers queries and complaints easily.This add-on allows to your customers to submit tickets with different format attachment files. Admin can also...
0 2638 posted 11 years ago by AlastairBrian
*Example:* if (!isRewriteMod()) exit('Please install Apache mod_rewrite module.');
0 1657 posted 12 years ago by phpdev
The module allows prestashop store owners to place Facebook comment box under each product / post page where users can post comments using their Facebook ID and this helps in reducing number of spam comments.
0 3824 posted 12 years ago by fmemodules
If you are creating an admin module for Magento (learn creating admin module in Magento) then you would surely be asked to create grids (eg. for order listing). Creating grids can be somewhat difficult for the novice Magento programmers, but in this...
0 1368 posted 14 years ago by necode
Create a Hello World module in the Magento system Configure this module with routes Create Action Controller(s) for our routes
1 1504 posted 14 years ago by necode
1 1317 posted 14 years ago by krillzip
Skeleton for the main panel in a CMSMS module. defaultadmin.php
1 1124 posted 14 years ago by krillzip
Skeleton for the main panel in a CMSMS module. defaultadmin.php, with CGExtensions
1 1125 posted 14 years ago by krillzip
Joomla code to check and see if module exists on page.
0 1213 posted 15 years ago by cviolette
**Important: this snipplet has moved to Github.** - [Force the admin theme on additional non-admin paths in Drupal 6](https://gist.github.com/1973090)
3 1401 posted 15 years ago by wildpeaks
Allows you to read any config in the magento database based in its path. The path is defined inside the system.xml file of the module. The table is core_config_data
0 1286 posted 15 years ago by TioSolid
0 992 posted 15 years ago by jacobpdq
Create a new module using this code:
0 1150 posted 15 years ago by hotdiggity
I added this code in the ModuleNews.php file on line 310 - 314.
0 1223 posted 15 years ago by kahlil
Put this in settings.php
2 1644 posted 16 years ago by aleprieto
Here is a simpler list format without the Term name, sorted by date, filtered for published and images, and is rendered correctly by the theme.
1 1428 posted 17 years ago by aleprieto
Use the code below to build a custom block that shows the related nodes to the current node by taxonomy term. For example: If the current node in display has a taxonomy term "fish", a bunch of links that link to nodes that have the "fish" term is to...
1 1525 posted 17 years ago by aleprieto
This is a simple little block that displays a list of terms in a vocabulary as a list of links to /taxonomy/term/tid pages. Items are listed in the order set for the vocabulary. You could probably use the php sort() function to change that if desired...
0 1836 posted 17 years ago by aleprieto
Fairly simple way to match sidebar content with the main content for several pages without the need to create multiple blocks or the hassle of putting content in a block. For example, your Home, About and Contact pages all have a sidebar with some...
1 1739 posted 17 years ago by aleprieto
This code snippet make use of the API to accomplish a block with links to related content.
1 1655 posted 17 years ago by aleprieto
0 1017 posted 17 years ago by screenager
« Prev 1 Next »