2017 © Pedro Peláez
 

prestashop-module prestashop_eicmslinks

image

nenes25/prestashop_eicmslinks

  • Tuesday, July 31, 2018
  • by nenes25
  • Repository
  • 2 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

prestashop_eicmslinks (FR )

The module does not work on version 1.7 of prestashop.
All informations for installation are here : http://www.h-hennes.fr/blog/prestashop-liens-dynamiques-dans-lediteur-tinymce/, (*1)

prestashop_eicmslinks

Add Cms Links tools in tinyMce Editor ( on CmsPage / Products and Products Categories ) It allows you to insert dynamics links to the cms pages / products categories / products., (*2)

In order to make it work after installation you need to configure the admin path, (*3)

Ei cms links configuration , (*4)

Screenshots :

New editor button :
Eicmslinks Button , (*5)

Insert link to cms Page :
Insert link to cms Page , (*6)

Insert link to product category :
Insert link to product category , (*7)

Insert link to product :
Insert link to product , (*8)

Insert widget content :
Insert widget content , (*9)

Make working with your own Module :

Open this file : prestashop\admin\themes\default\template\helpers\form\form.tpl, (*10)

Go to line 895 or search "{if isset($tinymce) && $tinymce}" bloc and replace with :, (*11)

{if isset($tinymce) && $tinymce}





{/if}

And put the following in your module before class definition:, (*12)

include_once(dirname(__FILE__) . '/../eicmslinks/eicmslinks.php');

Troubleshooting :

<, (*13)

p>, (*14)

If you try to insert a link to widget, you can have the following error:, (*15)

"The description_short field (English (English)) is invalid.", (*16)

To solve it :
In the class prestashop \classes\product.php line 249, replace "isCleanhtml" with "IsString" for description and description_short field., (*17)

The Versions

31/07 2018

dev-tests

dev-tests

  Sources   Download

08/03 2018

17.x-dev

17.9999999.9999999.9999999-dev https://github.com/nenes25/prestashop_eicmslinks

PrestaShop Ei Cms Links

  Sources   Download

AFL - Academic Free License (AFL 3.0)

The Requires

  • php >=5.3.2

 

by Hhennes

19/04 2017

dev-master

9999999-dev https://github.com/nenes25/prestashop_eicmslinks

PrestaShop Ei Cms Links

  Sources   Download

AFL - Academic Free License (AFL 3.0)

The Requires

  • php >=5.3.2

 

by Hhennes

20/07 2016

dev-dev

dev-dev https://github.com/nenes25/prestashop_eicmslinks

PrestaShop Ei Cms Links

  Sources   Download

AFL - Academic Free License (AFL 3.0)

The Requires

  • php >=5.3.2

 

by Hhennes