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 783 posted 9 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 674 posted 10 years ago by AlastairBrian
*Example:* if (!isRewriteMod()) exit('Please install Apache mod_rewrite module.');
0 663 posted 10 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 859 posted 10 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 640 posted 12 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 658 posted 12 years ago by necode
1 585 posted 13 years ago by krillzip
Skeleton for the main panel in a CMSMS module. defaultadmin.php
1 533 posted 13 years ago by krillzip
Skeleton for the main panel in a CMSMS module. defaultadmin.php, with CGExtensions
1 550 posted 13 years ago by krillzip
Joomla code to check and see if module exists on page.
0 575 posted 13 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 733 posted 13 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 598 posted 13 years ago by TioSolid
0 466 posted 13 years ago by jacobpdq
Create a new module using this code:
0 535 posted 14 years ago by hotdiggity
I added this code in the ModuleNews.php file on line 310 - 314.
0 537 posted 14 years ago by kahlil
Put this in settings.php
2 779 posted 15 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 641 posted 15 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 665 posted 15 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 1051 posted 15 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 853 posted 15 years ago by aleprieto
This code snippet make use of the API to accomplish a block with links to related content.
1 801 posted 15 years ago by aleprieto
0 505 posted 15 years ago by screenager
« Prev 1 Next »