`
天梯梦
  • 浏览: 13729310 次
  • 性别: Icon_minigender_2
  • 来自: 洛杉矶
社区版块
存档分类
最新评论

Magento: 代替flash上传 How to disable Flash uploader in Magento (product images and

 
阅读更多

mgt_redactor_wysiwyg_editor_screen_2

 

1. 替换产品页flash上传按钮 - 使用 Dull_Uploader

How to disable Flash uploader in Magento 1.4.x - 1.9.x

So what to do if one day you will discover that you simply cannot upload any images in your Magento administration panel due to Flash problem?

Don't panic, just follow these simple steps:

 

1. Find the Dull_Uploader (No Flash Image Uploader) module.

Unfortunately for some reason this module is not available in Magento Connect, but you can download it using these direct links:

The easiest way is to download TGZ archive.

 

2. Install this extension to your Magento connect manager.

- Go to System -> Magento connect -> Magento connect manager.
- Click "Browse" button in the "Direct package file upload" section and install the module.

During installation (it depends on Magento version you use), the system can show an error related with module version format. In order to fix it, try to open the TGZ archive, and modify the "package.xml" file (in the root of the archive) and replace this code:

<version>1.1</version>

 

With:

<version>1.1.1</version>

 

Install the module once again.

After installation, your Magento images uploader will be replaced with simple web based method instead of Flash one. I hope this quick solution will help you to get rid of Flash related headache easily.

 

下载: Dull_Uploader-1.1

来源: http://astrio.net/blog/disable-flash-uploader-in-magento/

 

虽然是旧版本, 而且项目已经停止更新, 但是经本人测试, 1.9.x 还是可以继续使用!

 

2. 替换编辑器WYSIWYG上传按钮

WYSIWYG ( /ˈwɪziwɪɡ/ wiz-ee-wig) is an acronym for What You See Is What You Get. The term is used in computing to describe a system in which content (text and graphics) displayed onscreen during editing appears in a form closely corresponding to its appearance when printed or displayed as a finished product, which might be a printed document, web page, or slide presentation.

Why should i use this Redactor WYSIWYG Editor for Magento?

  • Beautiful user interface
  • TinyMCE is really "heavy" and slow and generated many html errors
  • Redactor is about 8 times faster than TinyMCE
  • You can upload images via Drag & Drop
  • Retina ready & iOS support
  • Switch between html and plain mode
  • Enable / Disable editor for products
  • Enabled / Disable editor for cms pages
  • Enable / Disable editor for static blocks
  • Super clean on past

 

MORE INFORMATION

http://www.mgt-commerce.com/redactor-jquery-wysiwyg-for-magento.html

 

INSTALLATION

  • copy all files to your magento installation
  • Clear the cache in Admin -> System -> Cache Management
  • Go to Admin -> System -> Configuration -> MGT-COMMERCE.COM -> Amazing WYSIWYG Editor -> Settings -> Active -> Yes
  • Have fun and give Feedback

 

Community Edition: 1.5.x - 1.9.x

下载: Mgt_AmazingWysiwyg-master

项目地址: https://github.com/mgtcommerce/Mgt_AmazingWysiwyg

 

个人发现的问题: div经常被过滤掉, 解决方案如下:

/skin/adminhtml/default/default/mgt_amazing_wysiwyg/js/redactor/redactor.js

line 123

convertDivs: true,

 

更换为:

convertDivs: false,

 

这样, 你无论怎么样定义div都没有问题了!

 

原文/转自: Magento: 代替flash上传 How to disable Flash uploader in Magento (product images and WYSIWYG)

 

 

 

 

 

 

 

 

 

分享到:
评论

相关推荐

    Magento: 后台添加预览按钮 View product in frontend from Magento admin

    这篇博客“Magento:后台添加预览按钮 View product in frontend from Magento admin”主要探讨了如何通过自定义开发来实现这一功能,让管理员能够快速检查商品在网站前台的显示状态。 在Magento中,通常管理员需要...

    Magento No Flash Upload插件

    Magento No Flash Upload插件是专为Magento电子商务平台设计的一个组件,旨在解决原生系统依赖Flash进行文件上传的问题。由于Adobe Flash在安全性、性能和移动设备兼容性方面的限制,越来越多的浏览器开始逐步淘汰对...

    Magento: Beginner's Guide ([Packt]出品 Magento新手指南)

    ### Magento新手指南知识点详解 #### 一、Magento简介与特性 **Magento**是一款功能强大的开源电子商务平台,由Varien公司(后被Adobe收购)于2008年首次发布。它以其灵活性、可扩展性和丰富的功能集而闻名,是...

    The Definitive Guide to Magento (Apress出品 Magento权威指南)

    ### Magento权威指南 #### 书籍概述 《Magento权威指南》是由Adam McCombs与Robert Banh共同编著的一本深入探讨Magento电商平台的技术手册。该书由Apress出版社于2009年出版发行,旨在为读者提供一个全面、系统的...

    Magento 2 Cookbook

    Chapter 1, Installing Magento 2 on Apache and NGINX, is a...new methods introduced in the Magento 2 framework and examples on how to create basic functions. Chapter 8, Creating Magento 2 Extensions – Ad

    m2_belvg_product-tabs-2.0.0.zip

    5. Flush cache php bin/magento cache:flush,...To activate the module log into the Magento admin panel and navigate to Stores -&gt; Configuration -&gt; BelVG Extensions -&gt; Product Tabs. General settings will...

    Magento2 CookBook

    new methods introduced in the Magento 2 framework and examples on how to create basic functions. Chapter 8, Creating Magento 2 Extensions – Advanced, explains how to use advanced features in ...

    Magento 2 Beginners Guide

    You’ll start by getting a general understanding of what Magento is, why and how you should use it, and whether it is possible and feasible to migrate from an old web store to Magento 2. As you work ...

    Magento:适用于Dropday的Magento扩展

    上载带有扩展名的Dropday/OrderAutomation目录。 打开终端并导航到Magento根目录。 运行以下命令以启用Dropday扩展: php bin/magento module:enable Dropday_OrderAutomation 运行Magento安装程序升级: ...

    magento2-integration

    Magento:registered:2数据集成借助Datatric Connect扩展程序,可以轻松地将Magento:registered:2商店与Datatrics平台连接起来。安装在开始安装过程之前,我们建议您对webshop文件以及数据库进行备份。 有两种安装...

    magento:Magento片段

    Magento是一款开源的电子商务平台,由Adobe公司开发,用于构建高度可定制的在线商店。它基于PHP语言,利用了Zend框架,提供了丰富的功能和强大的性能,让商家能够灵活地管理产品、订单、客户以及营销活动。 在...

    ansible-magento:ansible置备的magento商店

    ansible-magento要求: -流浪汉-可以指示: 克隆此仓库无所事事在浏览器中导航到magento.dev。MySQL 数据库:magento 用户名:magento 密码:password123 这是基于的工作而进行的一些更改,以简化启动和运行过程...

    magento:Magento的免费PWA和SPA

    VueFrontCMS Connect App for Magento 显示你的 :red_heart: -给我们一个 :star: 帮助我们将这个项目发展到最好! VueFront是CMS不可知的SPA和PWA前端,适用于您的老式Blog和电子商务网站。 Magento通过最佳的电子...

    Magento批量产品多图上传

    "Magento批量产品多图上传"是针对Magento系统的一个功能模块,主要解决了在Magento 1.7版本中一次性上传多个产品图片的问题,极大地提高了产品管理效率。 在默认情况下,Magento允许用户为每个产品添加多张图片,但...

    python-magento:使用Python API访问magento API

    Magento Python API 用于连接到Magento Web服务的Python库。 用法 import magento url = 'http://domain.com/' apiuser = 'user' apipass = 'password' # Create an instance of API client = magento . API ( url ...

    zencart 数据迁移到magento 数据库操作

    4. 导入到Magento:使用Magento的批量导入功能,上传转换后的CSV文件,按照指示完成产品数据的导入。 三、客户数据迁移 1. 导出Zencart客户数据:从Zencart数据库中导出客户表,包括客户姓名、邮箱、地址等信息。 2...

    docker-magento:Mark Shust的Magento Docker配置

    docker-magento:Mark Shust的Magento Docker配置

    Magento电子书:Inchoo's Magento Posts

    ### Magento电子书:Inchoo's Magento Posts #### 关键知识点概述 - **Magento性能优化**:本电子书中提到了如何通过启用GZip压缩来显著提高Magento网站的速度。 - **自定义结构块/引用**:文章详细介绍了如何在...

    magento:Puglin Magento

    $ cd /path/to/magento $ modgit init $ modgit add epicomtech_magento https://github.com/epicomtech/magento.git Antes deComeçar Epicom的API协议 通过电子邮件联系API,电子邮件地址: Conhecendo omó...

    magento:magento 项目

    马恩托 magento 项目

Global site tag (gtag.js) - Google Analytics