Git Product home page Git Product logo

firegento_flexcms's Introduction

FireGento_FlexCMS

This extension makes adding content much easier and enhances the category navigation.

Facts

Description

Improve Magento's default CMS capabilities by using FlexCMS elements.

FlexCMS elements can be used on:

  • CMS pages
  • Category pages
  • Product pages

Features

  • Insertion/Creation of FlexCMS elements from backend (i.e. category management)
  • Customizable and extendable FlexCMS element renderers

Adds new ready-to-go content type:

  • Simple Text-Element (WYSIWIG)

Miscellaneous

  • Adds an option to link categories to external URLs

Installation

Install the files using one of the following methods:

Via modman

  • Install modman
  • Use the command from your Magento installation folder: modman clone https://github.com/magento-hackathon/FireGento_FlexCms

Manually

You can copy the files from the 'src' folder of this repository to the same folders of your installation

Once the files are installed:

  • Clear the cache, logout from the admin panel and then login again.

Uninstallation

  • Remove all module files
  • Run the following SQL queries:
DELETE FROM eav_attribute WHERE attribute_code LIKE 'flexcms%';
UPDATE eav_attribute SET source_model = 'catalog/category_attribute_source_mode' WHERE attribute_code = 'display_mode';
DROP TABLE flexcms_content;
DROP TABLE flexcms_content_data;
DROP TABLE flexcms_content_link;
DELETE FROM core_resource WHERE code = 'firegento_flexcms_setup';

Requirements

  • PHP >= 5.3.0

Compatibility

  • Magento >= 1.6

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Licence

GNU General Public License, version 3 (GPLv3)

Copyright

(c) 2014 FireGento

firegento_flexcms's People

Contributors

avstudnitz avatar jalogut avatar michaelscheel avatar sandrowagner avatar sylvainraye avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

firegento_flexcms's Issues

uninstall script

The extension adds to two tables to the database and adds two attributes to eav_attribute; display_attribute and flexcms_cms_page. After uninstallation of the extension Magento will generate an error once you try to open Catalog/Manage Categories, as it is looking for the source_model belonging to "display_attribute", which it can't find as this source_model does not exist anymore.

An uninstall script would ensure one can do a clean un-install without any database issues or errors.

Can't create new elements

Missing block

exception 'Mage_Core_Exception' with message 'Ungültiger Blocktyp: Firegento_FlexCms_Block_Adminhtml_Content_Edit' in /var/www/test/vhosts/test/app/Mage.php:595
Stack trace:
#0 /var/www/test/vhosts/test/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('Ung??ltiger Blo...')
#1 /var/www/test/vhosts/test/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('firegento_flexc...', Array)
#2 /var/www/test/vhosts/test/.modman/FireGento_FlexCms/src/app/code/community/Firegento/FlexCms/controllers/Adminhtml/HandleController.php(64): Mage_Core_Model_Layout->createBlock('firegento_flexc...')
#3 /var/www/test/vhosts/test/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Firegento_FlexCms_Adminhtml_HandleController->editAction()
#4 /var/www/test/vhosts/test/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('edit')
#5 /var/www/test/vhosts/test/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#6 /var/www/test/vhosts/test/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#7 /var/www/test/vhosts/test/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#8 /var/www/test/vhosts/test/index.php(87): Mage::run('', 'store')
#9 {main}

Add full support for multi store shops

We already have a column "store_ids" in the link table which always contains "0" right now. We should add support for store views, so if you change the scope of a category and add a new element there, the contents should just be displayed on that store view.

Fix TinyMCE behavior

Sometimes the editor doesn't open up when clicking "Show / Hide Editor". JS error message:

TypeError: u.getElement(...) is null
http://.../js/tiny_mce/tiny_mce.js
Line 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.