Destoon Company Search page Show company type

Source: Internet
Author: User

First find the foreground template file:/template/default/company/search.htm

See 51 lines {Template ' list-company ', ' tag '}

Open/template/default/tag/list-company.htm

After viewing the data dictionary, you know that the company Type field name is type,

In line 14th, add: [{$t [type]}]

The foreground page was refreshed and found to be [], which is not the search for this field.

The reason should be that there is no search for this field in the Model logic program.

Find model Logic program file:/module/company/search.inc.php

Row 61st Data query statement, select $fds ...

Search $fds, found 42 rows $fds = $MOD [' Fields '];

Print the value of the $fds, not containing ' type '. After you find the reason, add a line below line 42:

$fds $fds. ', type ';    // Add search field let company search page show company type

The front desk is refreshed, the company type shows up, the problem is solved.

Destoon Company Search page Show company type

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.