This forum is for churches and ministries using Web-Empowered Church tools or packages. If you are a WEC customer, please submit a ticket. If you are reporting a bug with one of our plugins, please email us. If you are a business entity and want help that you cannot find here, please look at our services.

Notice: we are using new forum software and most messages from last 2 years were transferred. If you had an account before, please login to post a message on the forum.

Unanswered topic

Showing "title" instead of "uid" in Info Bubble


Author Message
Written on: 02/16/2011
Ulrich Diehl
registered since: 02/16/2011
Posts: 1
Hello,
thanks for this great extension, i have one question and maybe someone can help me:
My Database has a rlated table for the filed "city", with the following code the bubble shows
the "uid" instead of the "title" for the field "city", because it is from a related table.

[code]
$TCA['tx_lvodatabase_address']['ctrl']['EXT']['wec_map'] = array (
'isMappable' => 1,
'addressFields' => array (
'title' => 'company',
'surname' => 'surname',
'name' => 'name',
'street' => 'street',
'zip' => 'zip',
'city' => 'city',
),
);[/code]



Do you have any idea for me?
Best wishes
Uli

[This article was edited 1 times, at last 16.02.2011 at 07:20.]