I have to pickup the CB fields from the database in order to show them in a horizontal layout. I can not change the database field in a custom way. (I use Ari Datatables for it)
I.E. ´cb_zipcode´ changing to ´zipcode´ in order to display the field for site-visitors in a more friendly way, without this strange cb_ prefix which isn´t very friendly.
As you understand, I hope, the databasefields are displayed by another extension then CB though.
I never got an answer on my questions inside this forum. It is more then 6 weeks ago since I entered this qiuestion here. Why doesn't anybody answer it ? See below.
...........
Hi
I have to pickup the CB fields from the database in order to show them in a horizontal layout. I can not change the database field in a custom way. (I use Ari Datatables for it)
I.E. ´cb_zipcode´ changing to ´zipcode´ in order to display the field for site-visitors in a more friendly way, without this strange cb_ prefix which isn´t very friendly.
As you understand, I hope, the databasefields are displayed by another extension then CB though.
why don´t you use the field title instead of the actual name? The title can be something completely different to the field name. You don´t have to use CB_ but I do this also to make a distinction between cb_fields and others.
How are you using ARI tables for your vertical tables? And why?