Opened 14 years ago
Closed 14 years ago
#6711 closed defect (fixed)
spotlight image link errors
Reported by: | dylan | Owned by: | tk |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Website | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On http://dojotoolkit.org/spotlight , if you are not logged into drupal, the screenshot links are populated with href="/" instead of the full url to the spotlight page about the particular product.
Note: See
TracTickets for help on using
tickets.
this has been fixed... problem is the module that supplies $node->path doesnt create that var unless you have "administer paths" permissions so you have to look it up manually or trust every joe out there to not create paths....
we now look it up manually.