nopCommerce 3.30 critical issue fix (rich editor added extra URL parts)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Several days we released nopCommerce 3.30. It has an issue with TimyMCE editor. Relative URLs (e.g. in message templates, images in product descriptions, etc) were not properly handled (extra parts to URL were added). That's why we've just released a new version of nopCommerce. Unfortunately, picture uploading plugin to TimyMCE editor should be disabled now.

So if you downloaded nopCommerce 3.30 before April 12th, then download the latest version again here (its version is still 3.30). Or you can manually apply the fix:

Please see changeset 24cfd320b20c

or simply replace your existing \Administration\Views\Shared\EditorTemplates\RichEditor.cshtml file with the following new one - http://downloads.nopcommerce.com/RichEditor.rar (unpack first)

Thanks a lot to ReliableISS for reporting

Of course, you can enable picture uploading. Just open \Administration\Views\Shared\EditorTemplates\RichEditor.cshtml file file and remove the following line of code: "canUploadPictures = false;". But in this case you'll get issues when editing message templates. If you're not going to use this functionality (edit templates), then you can enable picture uploading
10 years ago
Hi, Thank you for the great soft,  at the newest version 3.30, I find I can't change or select the word font in new product edit box, Do you have any suggestions? Thank you !
10 years ago
xiphorix wrote:
Hi, Thank you for the great soft,  at the newest version 3.30, I find I can't change or select the word font in new product edit box, Do you have any suggestions? Thank you !

This TinyMCE plugin is disabled out of the box. I've just created a work item. Thanks. As for now you can enable it as described here

P.S. Please create a new topic for each question not related to the original one
9 years ago
a.m. wrote:

So if you downloaded nopCommerce 3.30 before April 12th, then download the latest version again here (its version is still 3.30). Or you can manually apply the fix:

Please see changeset 80f26dc7b043

or simply replace your existing \Administration\Views\Shared\EditorTemplates\RichEditor.cshtml file with the following new one - http://downloads.nopcommerce.com/RichEditor.rar (unpack first)



The fix is not applied to the 3.30 tag on Mercurial, is it?
9 years ago
r_omar wrote:
The fix is not applied to the 3.30 tag on Mercurial, is it?

On mercurial it's applied to 3.40. But on the downloads page (codeplex) all versions 3.30 also have it applied
9 years ago
"or simply replace your existing \Administration\Views\Shared\EditorTemplates\RichEditor.cshtml file with the following new one - http://downloads.nopcommerce.com/RichEditor.rar (unpack first)"


I am using version 3.30.  I do not have sub-folder \EditorTemplates\Richeditor.cshtml

Anywhere else where this file can be?
9 years ago
loulou wrote:
I am using version 3.30.  I do not have sub-folder \EditorTemplates\Richeditor.cshtml

It's not \EditorTemplates\Richeditor.cshtml. It's \Administration\Views\Shared\EditorTemplates\RichEditor.cshtml
9 years ago
Great, that worked!  I had to restart my application to see it but works great now!
9 years ago
There's any restriction about this "plugin"

http://www.andyarndt.net/TinyFileManager.aspx#download

explained in this work item

https://nopcommerce.codeplex.com/workitem/12066

I really need to have back the option to upload images in campaign.
9 years ago
I've just found very easy solution which adds "picture uploading" functionality back. Please see changeset b4afb2e4bd5b.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.