Page 1 of 1

[SOLVED] {search} doesn't show up

Posted: Tue Aug 28, 2007 7:15 am
by gummi
how come I don't get any result, though I add the {search} tag on
my pages? I removed the tag when I first started with the site, but
would now like to add the search function. But now when I add the
tag, nothing at all appears.

{cms_module module='Search'} doesn't do anything either.

Under Modules I've got Search 1.1 installed so it should work, right?

Re: {search} doesn't show up

Posted: Tue Aug 28, 2007 4:30 pm
by Dr.CSS
Which ver. CMSMS, have you read the help for search, I haven't looked at it in a while but last time I did it said not to put it in content but in the template above the content part....

Re: {search} doesn't show up

Posted: Tue Aug 28, 2007 7:26 pm
by Pierre M.
Hello,

just 0,02€ : when touching a sample template, copy it before. Rename it to name.sample or so. Then you can work on your templates and always have the original sample at hand.

Pierre M.

Re: {search} doesn't show up

Posted: Tue Aug 28, 2007 7:59 pm
by gummi
I'm using version 1.0.2 of CMSMS., if that helps...

I've tried using the {search}-tag in different places, but it just doesn't make any
difference. No error message or anything, just empty where the search should be,
so still looking for a solution. Thank you.

Re: {search} doesn't show up

Posted: Tue Aug 28, 2007 8:15 pm
by RonnyK
Can you post you current template? You didn't put "display: none" f.e. in the stylesheet, for the DIV the search is placed in?

Ronny

Re: {search} doesn't show up

Posted: Tue Aug 28, 2007 8:53 pm
by gummi
no, the part of the search in the stylesheet looks like this:

Code: Select all

div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}
the site requires a username and password, so I'm afraid I can't show you the template...

Re: {search} doesn't show up

Posted: Tue Aug 28, 2007 10:08 pm
by Dr.CSS
Have you gone to Extensions » Search and told it to Reindex All Content?...

Re: {search} doesn't show up

Posted: Wed Aug 29, 2007 5:12 pm
by gummi
mark wrote: Have you gone to Extensions » Search and told it to Reindex All Content?...
"Search" doesn't even show in my admin menu under "Extensions", except if I'm on the "Extensions > Modules"
page! From that page it's at the bottom of the list but from anywhere else it's just not there. When it's there and
I click it, I just get an empty page...

Can I somehow re-install the Search-module, and how?

Re: {search} doesn't show up

Posted: Wed Aug 29, 2007 6:42 pm
by Dr.CSS
Have you tried uninstalling it from Extensions > Modules then reinstalling, you can also uninstall then FTP to site and delete the folder then FTP upload the folder from your last CMSMS unzipped/untarred folder and then reinstall...

Re: [SOLVED] {search} doesn't show up

Posted: Thu Aug 30, 2007 11:34 am
by gummi
re-installing Search under Extensions > Modules did the trick... easy enough :) Thank you for the help!