Active
Project:
Search Cloud Generator
Version:
5.x-7.1-1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Dec 2008 at 11:23 UTC
Updated:
4 Dec 2008 at 11:23 UTC
Hello,
I am using Drupal 5 with Search Cloud Generator -Version: 5.x-7.1-1
I had an error with the url attached to the tags.
URL was : base_path()."search/node/".urlencode($term->searchcloud_term)
To me a part of the url was missing.
Now it's : base_path()."?q=search/node/".urlencode($term->searchcloud_term)
To add : ?q=
File concerned : searchcloud.moddule
Line : 174
path : moddules/searchcloud
Have a nice day :)