WordPress Quizz Contest Plugin Template Code source : https://github.com/Nekrofage/WordpressPluginQuizzContest Fonctionnalitées : – Plugin initialisation (install and uninstall) – Setting menu in admin menu – Option page – CRUD options/settings – Options in array format – CRUD for custom table – Plugin menu for the custom table – Shortcut with and without parameters – CSS and
Add a new page in Prestashop 1.5.6 The « SEO » is not actived. Usage: http://shoptest.arduinux.fr/index.php?controller=gallery Error : Fatal error: Class 'GalleryController' not found in /home/shoptest/public_html/classes/controller/Controller.php on line 128 Solution: Remove /cache/class_index.php Links: Source code : https://github.com/Nekrofage/addANewPageInPS Reference : http://www.prestashop.com/forums/topic/289254-troubleshooting-creating-a-custom-page-in-ps-156/
Problem of integration of pgu (http://code.google.com/p/pgu/) module to pyGame (http://www.pygame.org/). Question: On your game « PyOrg », you use the pgu (http://code.google.com/p/pgu/) module for the graphical user interface. I would like to do the same thing for my own game (https://github.com/Nekrofage/KomandoPython). But I have a problem to integrate the gui to the pygame. To explain my problem,