News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Editor custom field doesn't show editor on editing the product if not TinyMCE

Started by Gruz, March 19, 2012, 19:31:51 PM

Previous topic - Next topic

Milbo

Quote from: selor on January 05, 2013, 00:37:49 AM
... more than 20000 ref to edit and this problem is amazingly important ...

Hahaha, yes that is the right attitude. A small piece of the whole thing, for most people completly unimportant, but if you need it, then it can turn out as blocker.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

jjk

Quote from: selor on January 05, 2013, 00:37:49 AM
I have more than 20000 ref to edit and this problem is amazingly important ...

When I have to edit a lot of database entries, I often use "HeidiSQL", a free mysql client, to edit the products directly in the database table. Saves a lot of clicks compared to using any Joomla editor.
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

Datatonic

I am having the same problem but with jckeditor.

Does anyone know how to call an instance of that instead of tinymce?

Thanks.

jjk

Quote from: Datatonic on March 26, 2013, 15:34:03 PM
I am having the same problem but with jckeditor.

As far as I know, VM uses a classname to identify editors. TinyMCE and JCE editors do have this classname to identify themselves. The other editors don't.
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

Datatonic

Ok so how do I call either .... just for this instance when JCK is default.

I really don't want to put the client in a position of having to switch out user or default editor to edit these fields with a WYSIWYG editor.

JCK Calls fine for product descriptions with no core edits.

Any pointers?

Thanks.

jjk

Quote from: Datatonic on March 26, 2013, 23:29:23 PM
...so how do I call either .... just for this instance when JCK is default.

Sorry, I have no idea at the moment. Maybe somebody else has. Personally I'm using JCE because that one works.
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

Nenidd

Hello,

I try to install your path, but i don't understand the second part.


Index: components/com_virtuemart/views/product/tmpl/product_edit_custom.php
===================================================================
--- components/com_virtuemart/views/product/tmpl/product_edit_custom.php (revision 5689)
+++ components/com_virtuemart/views/product/tmpl/product_edit_custom.php (working copy)
@@ -239,4 +239,4 @@

//onsole.log(jQuery('#customfieldsTable').data('events'));

-</script>
\ No newline at end of file
+</script>


What I did make?

I work with joomla 2.5, Virtuemart 2.0.

jjk

Quote from: Nenidd on June 27, 2013, 17:14:24 PM
I work with joomla 2.5, Virtuemart 2.0.
VirtueMart 2.0 is already 1 ½ years old. Use one of the latest versions (2.0.20b stable or a 2.0.21x developer version)
There is no need to alter the code. TinyMCE and JCE editors do work with newer versions of VM.
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

Nenidd

So, i could change and it was work again?

I'm work on 2.0.6 exactly. And this bug make me crazy.

jjk

Which editor do you use? TinyMCE and JCE 2.2.1 or higher do work within VirtueMart. Other editiors might not have implemented support for VirtueMart.
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

Nenidd

I make the upload! And it's work perfectly!
Thanks for you answer!

OpenGlobal

This should be fixed in the next release. I've implemented the proposed code change.

OpenGlobal E-commerce