Enable Richtext Picture Upload

Moderator: crythias

Locked
wipeout_630
Znuny newbie
Posts: 32
Joined: 19 Apr 2011, 23:27
Znuny Version: 3.3.1
Real Name: Nathan Unsworth
Company: CSS Corp
Location: Salt Lake City, Utah
Contact:

Enable Richtext Picture Upload

Post by wipeout_630 »

I need to enable picture upload through-out all of the Richtext fields. I have edited the RichTextEditor.dtl and created my own theme to add the Image button. However, attempts to upload the an image do not process. What do I need to modify to enable this action?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Enable Richtext Picture Upload

Post by crythias »

May only be possible within Firefox.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
wipeout_630
Znuny newbie
Posts: 32
Joined: 19 Apr 2011, 23:27
Znuny Version: 3.3.1
Real Name: Nathan Unsworth
Company: CSS Corp
Location: Salt Lake City, Utah
Contact:

Re: Enable Richtext Picture Upload

Post by wipeout_630 »

Tried in all browsers, it does not work where

Code: Select all

Core.Config.Set('RichText.ToolbarWithoutImage')
is called. I commented out the same in Core.UI.RichTextEditor.js but it broke site navigation.
Locked