Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Accessing Other Contact table

More
12 years 2 months ago #32 by oaxa
Modifing Contacts queries was created by oaxa
I have an component that i use in place of the builtin Contacts component:
Contact Enhanced Component [CE]
extensions.joomla.org/extensions/contact...k/contact-forms/6343

Where in the help.php file are the queries referencing the default contact component tables? I would like to point to the CE tables .

Thanks!
The following user(s) said Thank You: admin

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #33 by oaxa
Replied by oaxa on topic Accessing Other Contact table
I have Contact Enhanced Component
extensions.joomla.org/extensions/contact...k/contact-forms/6343
installed and am using in place of the default contacts.
Where in the helper.php queries are the default tables accessed? I want to point them to the CE tables

Thanks

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #34 by admin
Replied by admin on topic Modifing Contacts queries
Hello,
just open the helper.php file, that is where the queries are.
Look for $query .= ' from #__contact_details AS cd';
Be aware that you will have to make modifications throughout that file!

Olivier.

Please Log in or Create an account to join the conversation.