By drupaldc on
Problem: After I do a search on my website, if there are any results the advanced search link appears to be just some text, by that I mean that it is not clickable, not a link (supposed to be a link).
Does anybody have a clue why I am having this?
I the foundation theme.
thanks.
Comments
=-=
i should be a link to a collapsed menu, switch your theme to a default theme, check to see if its working, if so, its a theme issue and should be reported as a bug on the themes project page.
_____________________________________________________________________________________________
give a person a fish and you feed them for a day but ... teach a person to fish and you feed them for a lifetime
no luck I changed the theme
no luck I changed the theme back to default.
Also when there are no results returned, the advanced search link is active.
=-=
Going to need more information.
What version of Drupal is used 5. what ?
Any JS moduels ? JQuery Update, or JQuery interface module ?
list anything that could possible affect default Drupal JS.
_____________________________________________________________________________________________
give a person a fish and you feed them for a day but ... teach a person to fish and you feed them for a lifetime
Well its drupal 5.1. I don't
Well its drupal 5.1. I don't think I have any JS modules or Jquery interface modules.
I'll list the modules that I have installed. I'll also try to disable all the modules I installed.
=-=
you should also update to Drupal 5.2 to insure that this bug you've found hasn't already been fixed.
_____________________________________________________________________________________________
give a person a fish and you feed them for a day but ... teach a person to fish and you feed them for a lifetime
updated to 5.2. The problem
updated to 5.2.
The problem seems to be in the fileshare module in fileshare.js line 72. Is there any documentation on this module (or on any module in general)?
one more thing
Something I've noticed is that the Advanced Search link is disabled only when search results contain at least one fileshare document.
=-=
file a bug report with the fileshare module so the developer can have a look.
_____________________________________________________________________________________________
give a person a fish and you feed them for a day but ... teach a person to fish and you feed them for a lifetime
got it. I wasn't using the
got it. I wasn't using the module correctly.
I was create a fileshare node for each file.
-dan