On search/node, I get a local task tab with the troll search form HTML as the tab text, which spans the whole tab and makes a long scroll to the right.
On search/node, I get a local task tab with the troll search form HTML as the tab text, which spans the whole tab and makes a long scroll to the right.
Comments
Comment #1
darxtar commentedIt caused by function names troll_search.
Try to rename the function and also update the caller will fix the problem.
or
instead of using this function, let the caller call directly to drupal_get_form('troll_search_form');:
and comment out this function:
Comment #2
deekayen commentedThank you. Committed second version as CVS revision 1.26.2.6 which will become version 5.x-1.1.
Comment #3
darxtar commentedGlad to help.
BTW thanks for this great Troll module. =)
Comment #4
(not verified) commentedComment #5
Thomas Sewell commentedThis seems to have reappeared in 5.x-1.2, so the fix will need to be reapplied there.
The symptom is that the html for the form appears in the tab for the search form. The fix is as described above.
Comment #6
jaydub commentedThis was fixed in CVS but I had not made a new release
with the fix. I made a new release now so check out
5.x-1.3
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.