Giter Club home page Giter Club logo

plxeditor's People

Contributors

deevad avatar pluxopolis avatar quent-in avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

plxeditor's Issues

[Img thumbnail] Ajout d'un lien vers l'image

Bonsoir,

En cas d'action du lien 'Thumbnail' pour insérer une miniature d'image après avoir utilisé plxEditor, le code retourné dans la fenêtre de composition ressemble à ceci:

<img src="data/images/blog/2010/08/13/Mosquitoes-hunter_by_David-Revoy.tb.jpg" />

Serait t'il possible d'avoir un lien vers l'image plus grande automatiquement? Par exemple:

<a href="data/images/blog/2010/08/13/Mosquitoes-hunter_by_David-Revoy.jpg" title="click to enlarge">
   <img src="data/images/blog/2010/08/13/Mosquitoes-hunter_by_David-Revoy.tb.jpg" />
</a>

Merci,

(Note: super les dernières modifications)

Media tool insert a link to media manager instead of image

Hello,

as described in the title,
when adding a stored picture, media tool insert a link to media manager instead of image.

I workarounded the issue by changing the core code, but not sure this is the best way.

core/admin/medias.php
269c269
<                                                       <a class="imglink" title="<?= $title ?>" href="#medias-table" data-src="<?= $v['path'] ?>"><?= $title . $v['extension'] ?></a>
---
>                                                       <a class="imglink" title="<?= $title ?>" href="<?= $v['path'] ?>" data-src="<?= $v['path'] ?>"><?= $title . $v['extension'] ?></a>

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.