search module

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
jubber
Forum Members
Forum Members
Posts: 34
Joined: Wed Apr 08, 2009 8:42 am

search module

Post by jubber »

my search module is working fine but i am using long names for the title of pages for seo and have used the menu title smarty tag for page names http://www.e-commercecentre.co.uk/ my question is can i do something to the search module so i can display the results has the menu title and not the tilte any help please
User avatar
plger
Forum Members
Forum Members
Posts: 196
Joined: Wed Oct 15, 2008 10:38 am

Re: search module

Post by plger »

I think you would need to edit the core files.
I haven't tried, but I believe you should open the file modules/search/action.dosearch.php and replace all

Code: Select all

$col->AddItem($content->Name(), $content->GetURL(), $content->Name(), $result->fields['total_weight']);
with

Code: Select all

$col->AddItem($content->MenuText(), $content->GetURL(), $content->MenuText(), $result->fields['total_weight']);
or so...
Post Reply

Return to “Modules/Add-Ons”