[SOLVED] Newbie-Trying to Style Search Module

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
RyanC
Forum Members
Forum Members
Posts: 97
Joined: Fri Aug 05, 2011 9:02 pm

[SOLVED] Newbie-Trying to Style Search Module

Post by RyanC »

Hi, could someone point out to me how I can edit the output of the search module?

For example I would like to not have the word "Search" be fore the actual search field. It is redundant for what I am doing. I've opened the Search Template but I only know HTML and CSS, I can't understand what I'm looking at in the Search Template or the Search Results Template.

Second in the search results how do I remove the amount of time it took to conduct the search? I don't need that information on the page.

Thanks for any help
Last edited by RyanC on Wed Aug 10, 2011 6:31 pm, edited 1 time in total.
uniqu3

Re: Newbie-Trying to Style Search Module

Post by uniqu3 »

Go to Extensions -> Modules -> Search

There you can edit Search form and result templates.

Word search is in Search template:

Code: Select all

<label for="{$search_actionid}searchinput">{$searchprompt}:&nbsp;</label>
Timetaken is in Search results template:

Code: Select all

<p>{$timetaken}: {$timetook}</p>
RyanC
Forum Members
Forum Members
Posts: 97
Joined: Fri Aug 05, 2011 9:02 pm

Re: Newbie-Trying to Style Search Module

Post by RyanC »

Thanks very much, uniqu3. That worked out great.
Post Reply

Return to “CMSMS Core”