54 Posts
nzimas
10 years ago
3
Topic
The dynamic select field tends to load the whole record from a given column, instead iof leaving the Seblod markup out.

Case in point, the following query

SELECT field_length AS text FROM #__cck_store_item_users

is picking 

<br />::field_length::7::/field_length

instead of just 7

Is there a way to filter out the markup?

Get a Book for SEBLOD
10 years ago
1
Level 1
Hi Nzimas,
Do you use a custom template or variation or position? How do you call your field?
What's the storage config of the field? Do you use multi values option?
Is there only this field concerning by the issue?
No issue to render Joomla plugin field?
Thanks.
Sebastien.
54 Posts
nzimas
10 years ago
0
Level 2
Do you use a custom template or variation or position?
No

How do you call your field?
Not sure what you mean here.
It is a plain text input field which loads in the user profile.

If you mean how I name the field, it is called field_length (as in football field)
In any event, this is the field that stores the values, not the dynamic select list which retrieves the values.
There is field_length to store values and field_length_picker to query them from search form.


What's the storage config of the field?
Custom > Free > field_length (a dedicated column has been added to cck_store_item_users)

Do you use multi values option?
No.

Is there only this field concerning by the issue?
Nope. There are two. Please see above.

No issue to render Joomla plugin field?
Not that I have noticed.

693 Posts
rpoy
10 years ago
0
Level 1
Hi nzimas,

The reason that your field is being presented with the tags, is because you have your storage set to Custom Format.  Change it to Standard Format, then edit the articles and save again for the changes to take effect.

For more details on storage check out the article here.

Hope that helps,

Randy

Get a VIP membership