This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Petru

  • **
  • 16 posts
Veronika does not work with the Rich edit plugin
« on: May 12, 2017, 12:47:38 PM »
Hello, I've put the Rich edit free plugin so you can add codes like this in your ad:
https://www.bazaruldecase.ro/apartamente-de-vanzare/apartamente-3-camere-de-vanzare/cine-altcinevainchiriez-apartament-de-lux_i232
After we did this, we can not add any ads to visitors. From the admin panel you can add ads by admin.
I uninstalled the plugin and Veronica works.
However, I need this plugin, does anyone know any one that works with Veronika?

*

MB Themes

Re: Veronika does not work with the Rich edit plugin
« Reply #1 on: May 12, 2017, 12:54:25 PM »
@Petru
We did not do any special modifications for this plugin (too old), but it should work without problems with basic functionalities of osclass.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Petru

  • **
  • 16 posts
Re: Veronika does not work with the Rich edit plugin
« Reply #2 on: May 12, 2017, 01:02:26 PM »
Am activat plugin-ul Rich edit, am incercat sa public un anunt si dupa complectarea formularului, imi da aceast mesaj: "Descriere: Acest câmp este obligatoriu"

*

Petru

  • **
  • 16 posts
Re: Veronika does not work with the Rich edit plugin
« Reply #3 on: May 12, 2017, 01:05:58 PM »
I turned off the plugin, the good part of the announcement remains:
https://www.bazaruldecase.ro/apartamente-de-vanzare/apartamente-3-camere-de-vanzare/cine-altcinevainchiriez-apartament-de-lux_i232
However, I need this enriched box in the future.

*

Petru

  • **
  • 16 posts
Re: Veronika does not work with the Rich edit plugin
« Reply #4 on: May 12, 2017, 01:21:39 PM »
I have enabled the rich edit plugin, I tried to publish an ad and after completing the form, I get this message: "Description: This field is required"

*

MB Themes

Re: Veronika does not work with the Rich edit plugin
« Reply #5 on: May 12, 2017, 01:26:24 PM »
@Petru
It probably use textarea with different ids and names, you need to remove this validation in item-post.php and item-edit.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Petru

  • **
  • 16 posts
Re: Veronika does not work with the Rich edit plugin
« Reply #6 on: May 12, 2017, 05:50:38 PM »
Url: https://bazaruldecase.ro
Real estate ads
I need this enriching description box to implement 3d google maps.
please help me

Marked as best answer by frosticek on August 22, 2017, 09:31:37 AM
*

MB Themes

Re: Veronika does not work with the Rich edit plugin
« Reply #7 on: May 13, 2017, 12:49:58 PM »
@Petru
To remove required field (desc), in item-post.php and item-edit.php you need to remove following codes:
Code: [Select]
          "title[<?php echo osc_current_user_locale(); ?>]": {
            required: true,
            minlength: 5
          },

          "description[<?php echo osc_current_user_locale(); ?>]": {
            required: true,
            minlength: 10
          },




          "title[<?php echo osc_current_user_locale(); ?>]": {
            required: "<?php echo osc_esc_js(__('Title: this field is required.''veronika')); ?>",
            minlength: "<?php echo osc_esc_js(__('Title: enter at least 5 characters.''veronika')); ?>"
          },

          "description[<?php echo osc_current_user_locale(); ?>]": {
            required: "<?php echo osc_esc_js(__('Description: this field is required.''veronika')); ?>",
            minlength: "<?php echo osc_esc_js(__('Description: enter at least 10 characters.''veronika')); ?>"
          },

It should work then (will not validate with javascript).
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slaven

  • ***
  • 81 posts
Re: Veronika does not work with the Rich edit plugin
« Reply #8 on: May 16, 2017, 05:13:46 PM »
The same problem, even when you remove the reqired field, again appears the same message and not given to Step 2 to add the ad ...

This is a failure. On all other issues richedit works without problems.
Osclass

*

MB Themes

Re: Veronika does not work with the Rich edit plugin
« Reply #9 on: May 16, 2017, 09:50:54 PM »
@alexborg
Can you send me your URL?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fred

  • *
  • 4 posts
Re: Veronika does not work with the Rich edit plugin
« Reply #10 on: June 28, 2018, 08:49:49 AM »
Hello,
What is the replacement for the Rich edit plugin?
To add at least basic functions to your ad -
.. [/ b]
.. [/ i]
... [/ u]
[url = [/ url]?

*

MB Themes

Re: Veronika does not work with the Rich edit plugin
« Reply #11 on: June 28, 2018, 10:46:23 AM »
It does not work like that, it generates html.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fred

  • *
  • 4 posts
Re: Veronika does not work with the Rich edit plugin
« Reply #12 on: June 28, 2018, 11:28:45 AM »
You mean plugin Rich editing plugin?
And without it, the ad can not be distinguished in bold, emphasize the text, at least only to the administrator.

*

MB Themes

Re: Veronika does not work with the Rich edit plugin
« Reply #13 on: June 28, 2018, 11:34:57 AM »
You have buttons in that plugin to make font bold.
Check tinyMCE documentation.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots