PHPackages                             nenes25/prestashop\_eicmslinks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nenes25/prestashop\_eicmslinks

ActivePrestashop-module[Utility &amp; Helpers](/categories/utility)

nenes25/prestashop\_eicmslinks
==============================

PrestaShop Ei Cms Links

17.x-dev(8y ago)261AFL - Academic Free License (AFL 3.0)PHPPHP &gt;=5.3.2

Since Jul 20Pushed 8y ago2 watchersCompare

[ Source](https://github.com/nenes25/prestashop_eicmslinks)[ Packagist](https://packagist.org/packages/nenes25/prestashop_eicmslinks)[ Docs](https://github.com/nenes25/prestashop_eicmslinks)[ RSS](/packages/nenes25-prestashop-eicmslinks/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

prestashop\_eicmslinks (FR )
============================

[](#prestashop_eicmslinks-fr-)

The module does not work on version 1.7 of prestashop.
All informations for installation are here :

prestashop\_eicmslinks
======================

[](#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.

In order to make it work after installation you need to configure the admin path

[![Ei cms links configuration](https://github.com/SeyitDuman/prestashop_eicmslinks/raw/dev-v1.0/medias/eicmslinks-configuration.png?raw=true)](https://github.com/SeyitDuman/prestashop_eicmslinks/blob/dev-v1.0/medias/eicmslinks-configuration.png?raw=true)

Screenshots :
-------------

[](#screenshots-)

 New editor button :
 [![Eicmslinks Button](https://github.com/SeyitDuman/prestashop_eicmslinks/raw/dev-v1.0/medias/eicmslinks-button.png?raw=true)](https://github.com/SeyitDuman/prestashop_eicmslinks/blob/dev-v1.0/medias/eicmslinks-button.png?raw=true)

 Insert link to cms Page :
 [![Insert link to cms Page](https://github.com/SeyitDuman/prestashop_eicmslinks/raw/dev-v1.0/medias/eicms-links-page.png?raw=true)](https://github.com/SeyitDuman/prestashop_eicmslinks/blob/dev-v1.0/medias/eicms-links-page.png?raw=true)

 Insert link to product category :
 [![Insert link to product category](https://github.com/SeyitDuman/prestashop_eicmslinks/raw/dev-v1.0/medias/eicms-links-category.png?raw=true)](https://github.com/SeyitDuman/prestashop_eicmslinks/blob/dev-v1.0/medias/eicms-links-category.png?raw=true)

 Insert link to product :
 [![Insert link to product](https://github.com/SeyitDuman/prestashop_eicmslinks/raw/dev-v1.0/medias/eicmslinks-product.png?raw=true)](https://github.com/SeyitDuman/prestashop_eicmslinks/blob/dev-v1.0/medias/eicmslinks-product.png?raw=true)

 Insert widget content :
 [![Insert widget content](https://github.com/SeyitDuman/prestashop_eicmslinks/raw/dev-v1.0/medias/eicmslinks-widget.png?raw=true)](https://github.com/SeyitDuman/prestashop_eicmslinks/blob/dev-v1.0/medias/eicmslinks-widget.png?raw=true)

Make working with your own Module : -------- Open this file : *prestashop\\admin\\themes\\default\\template\\helpers\\form\\form.tpl*

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

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

        var iso = '{$iso|addslashes}';
        var pathCSS = '{$smarty.const._THEME_CSS_DIR_|addslashes}';
        var ad = '{$ad|addslashes}';

        $(document).ready(function(){
        {block name="autoload_tinyMCE"}
              tinySetup({
                 plugins : "colorpicker link image paste pagebreak table contextmenu filemanager table code media autoresize textcolor eicmslinks",
                toolbar2: "eicmslinks"
               });
        {/block}
        });

{/if}
```

And put the following in your module before class definition:

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

Troubleshooting :
-----------------

[](#troubleshooting-)

If you try to insert a link to widget, you can have the following error:

"*The description\_short field (English (English)) is invalid.*"

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

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3032d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ca4b005e341194697931a71596e0b48ee5302ffdafe6ab6eb5c3a7d5f050ba3?d=identicon)[nenes25](/maintainers/nenes25)

---

Top Contributors

[![nenes25](https://avatars.githubusercontent.com/u/7163132?v=4)](https://github.com/nenes25 "nenes25 (27 commits)")[![SeyitDuman](https://avatars.githubusercontent.com/u/4847267?v=4)](https://github.com/SeyitDuman "SeyitDuman (12 commits)")

### Embed Badge

![Health badge](/badges/nenes25-prestashop-eicmslinks/health.svg)

```
[![Health](https://phpackages.com/badges/nenes25-prestashop-eicmslinks/health.svg)](https://phpackages.com/packages/nenes25-prestashop-eicmslinks)
```

###  Alternatives

[lukaswhite/php-feed-writer

A PHP library for writing feeds; e.g. RSS

1029.8k1](/packages/lukaswhite-php-feed-writer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
