Hi !
I tried to set up article attribs like that (screenshot) but it does not work. Actually I only want to change one of the attributes. How would one do this?
Thanks
- elisa
- RO Users
- Sunday, 19 June 2022
- Subscribe via email
Accepted Answer
Accepted Answer
Pending Moderation
Hello Elisa,
We have increased the size of default field value with the attached patch file.
1. Load the attached patch file.
2. In RO CSVI About page, click on Verify database button. That will update default field in database.
3. In template fields edit page try saving attribs in default field. Default field has been changed to textarea so the lengthy values are handled.
Let me know on how that goes.
We have increased the size of default field value with the attached patch file.
1. Load the attached patch file.
2. In RO CSVI About page, click on Verify database button. That will update default field in database.
3. In template fields edit page try saving attribs in default field. Default field has been changed to textarea so the lengthy values are handled.
Let me know on how that goes.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
- more than a month ago
- RO Users
- # Permalink
Accepted Answer
Pending Moderation
Ok thank you, since the Joomla Core field does not have this limitation it would be great to either have it extended by default or have an easy way to define own attribs fields
thanks!
thanks!
Accepted Answer
Pending Moderation
Hello Elisa,
Yes, as of now you need to change it with update of RO CSVI. We will see what we can do about this in upcoming RO CSVI release.
Do I have to change it after each update?
Yes, as of now you need to change it with update of RO CSVI. We will see what we can do about this in upcoming RO CSVI release.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
thank you, I changed it in the Database. Do I have to change it after each update?
Accepted Answer
Pending Moderation
Hello Elisa,
There is no plugin but you can create an override for import and write code for adding the extra attribute field. One drawback with the override file is that with any update the code in override does not get updated.
Yes attribs field in #__content table has 5120 characters. But I was talking about default_value field in #__csvi_templatefields.
Ok, you can change the definition of default_value field in #__csvi_templatefields.
Is there a special code to just add something like a plugin for external attrib fields?
There is no plugin but you can create an override for import and write code for adding the extra attribute field. One drawback with the override file is that with any update the code in override does not get updated.
That's strange because the attribs database field has way more than 255 characters and I did not change anything about it? Or did I misunderstood that?
Yes attribs field in #__content table has 5120 characters. But I was talking about default_value field in #__csvi_templatefields.
Probably I need to change the database field then because the import file is coming from the Store and is not changeable
Ok, you can change the definition of default_value field in #__csvi_templatefields.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Hi Tharuna,
Is there a special code to just add something like a plugin for external attrib fields?
That's strange because the attribs database field has way more than 255 characters and I did not change anything about it? Or did I misunderstood that?
Probably I need to change the database field then because the import file is coming from the Store and is not changeable
thanks
That explains why you don't see the field in template fields. We support only core Joomla attributes fields in Joomla content import.
Is there a special code to just add something like a plugin for external attrib fields?
Default field value in database can hold 255 characters.
That's strange because the attribs database field has way more than 255 characters and I did not change anything about it? Or did I misunderstood that?
or copy the attributes value to import file and use the value from there.
Probably I need to change the database field then because the import file is coming from the Store and is not changeable
thanks
Accepted Answer
Pending Moderation
Hello Elisa,
That explains why you don't see the field in template fields. We support only core Joomla attributes fields in Joomla content import.
Default field value in database can hold 255 characters. The attributes value saved for Default field is too long and so it cannot be saved. You can either change the definition of default_value field in #__csvi_templatefields to Tinytext from varchar(255) in database or copy the attributes value to import file and use the value from there.
yes thats not a Joomla attribute. Bute it's saved in attribs. It comes from the commercelab shop.
That explains why you don't see the field in template fields. We support only core Joomla attributes fields in Joomla content import.
I wanted to set the default value of the attribs field but that did not work (initial post)
Default field value in database can hold 255 characters. The attributes value saved for Default field is too long and so it cannot be saved. You can either change the definition of default_value field in #__csvi_templatefields to Tinytext from varchar(255) in database or copy the attributes value to import file and use the value from there.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Hi Tharuna,
yes thats not a Joomla attribute. Bute it's saved in attribs. It comes from the commercelab shop.
I wanted to set the default value of the attribs field but that did not work (initial post)
thanks
Elisa
yes thats not a Joomla attribute. Bute it's saved in attribs. It comes from the commercelab shop.
I wanted to set the default value of the attribs field but that did not work (initial post)
thanks
Elisa
Accepted Answer
Pending Moderation
Hello Elisa,
This does not seem to be core Joomla attribute. May I know how you have added this field in Joomla? Can you send me a screenshot on where you see this field?
This does not seem to be core Joomla attribute. May I know how you have added this field in Joomla? Can you send me a screenshot on where you see this field?
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Hello Elisa,
All the attributes fields are available as individual template fields. You can add that one attribute you want to change as template field and import the value.
Actually I only want to change one of the attributes.
All the attributes fields are available as individual template fields. You can add that one attribute you want to change as template field and import the value.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »