1. gpessoa
  2. RO CSVI
  3. Tuesday, 12 March 2019
  4.  Subscribe via email
Hi
I use csvi rules to copy product description to meta description, and a multireplace to remove html tag, same text and break lines.
All works fine, except removing break lines that is not working and it has impact on <meta name="description" content=" to google.


Other question:
- is if there is same function to limit the number of character to use in copy plugin.

find and replace.zip
Accepted Answer Pending Moderation
Hello,

It could be that your linebreak is not of the type \r\n but just \n, in that case you need to modify your expression with
/\r\n|\n/


The copy plugin has no limit on the characters but you can run the multi-replace after the copy plugin on the same field. Make sure the ordering value is correct and assign both rules to the same field.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
Now works fine!
Thank you
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hi RollandD,
Is there any rule that we can rum in order to remove accentuation?
Like: bébé to bebe or mãe to mae
Thanks in advanced
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
Hello,
Using CSVI Multi replace rule plugin and with Find and replace operation try to replace accent characters to normal ones.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
HI tharuna,
I thought that could exist a expression to do that!


Another question:
And about removing repeated words (we don’t know who they are or even if they exist),
Does exist something that we can use?
Like this: CSVI is great. I recommend CSVI.
To This: CSVI is great. I recommend.
  1. more than a month ago
  2. RO CSVI
  3. # 5
Accepted Answer Pending Moderation
Hello,
Another question:
And about removing repeated words (we don’t know who they are or even if they exist),
Does exist something that we can use?
Like this: CSVI is great. I recommend CSVI.
To This: CSVI is great. I recommend.

There is no direct way of doing this with CSVI. You need to write some custom code to read each word of the sentence into an array, find the unique of array and then put them back as a sentence. You can write your own rule plugin with this custom code.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 6
Accepted Answer Pending Moderation
Hi tharuna
I´m trying to create metakey words from “product_desc” using multi CSVI rules (copy, replace); it is almost done, except for repeated words.
About writing a rule Plugin, it is not for my kind of knowledge!
Can you take ten minutes and do that?
  1. more than a month ago
  2. RO CSVI
  3. # 7
Accepted Answer Pending Moderation
Hello,
Writing a rule plugin is a custom job as it is developed specific for your site requirements. You can write an email to Roland on your requirements and he will send you the time and cost for it.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 8
Accepted Answer Pending Moderation
Hi Tharuna
I believe that is one important rule to default CSVI multireplace built-in!
Besides that, I don’t like add custom jobs, because when you update, they may or not work or even originate some errors very difficult to find! (I already had this bad experience!)
If you can add this improvement in the future release, that will be great!
Thanks in advanced!
  1. more than a month ago
  2. RO CSVI
  3. # 9
Accepted Answer Pending Moderation
Hello,
Besides that, I don’t like add custom jobs, because when you update, they may or not work or even originate some errors very difficult to find! (I already had this bad experience!)

I completely agree with you. This custom rule plugin will be developed and made to work independently. But we never know if any future updates will have any effects on the plugin.

If you can add this improvement in the future release, that will be great!

You are the first one to ask for this feature. If we get more requests we will consider it for future release.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 10
Accepted Answer Pending Moderation
Hello,

Just did a Google search for regex find repeated words and it came up with this Stackoverflow answer:
https://stackoverflow.com/questions/2823016/regular-expression-for-consecutive-duplicate-words#2823037

Perhaps that will help you.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 11
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!