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 777 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 668 posted 10 years ago by AlastairBrian
*Example:* if (!isRewriteMod()) exit('Please install Apache mod_rewrite module.');
0 659 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 853 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 635 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 651 posted 12 years ago by necode
1 580 posted 13 years ago by krillzip
Skeleton for the main panel in a CMSMS module. defaultadmin.php
1 526 posted 13 years ago by krillzip
Skeleton for the main panel in a CMSMS module. defaultadmin.php, with CGExtensions
1 548 posted 13 years ago by krillzip
Joomla code to check and see if module exists on page.
0 573 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 731 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 596 posted 13 years ago by TioSolid
0 459 posted 13 years ago by jacobpdq
Create a new module using this code:
0 533 posted 14 years ago by hotdiggity
I added this code in the ModuleNews.php file on line 310 - 314.
0 533 posted 14 years ago by kahlil
Put this in settings.php
2 771 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 636 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 661 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 1044 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 847 posted 15 years ago by aleprieto
This code snippet make use of the API to accomplish a block with links to related content.
1 794 posted 15 years ago by aleprieto
0 501 posted 15 years ago by screenager
« Prev 1 Next »