Closed (fixed)
Project:
DynoSearcho
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2008 at 07:00 UTC
Updated:
27 Oct 2008 at 17:26 UTC
Hi, firstly thanks for such a really great module!
I am writing a theme override function for the theme_dynosearcho_results_item() function and would just like to ask if you would mind passing in the node object to this function? That would open up all manner of nice possibilities at the theme level (in my case creating a search result with a direct link to creating a comment on that result).
To achieve this all you'd need to add is one line, around line 498 :)
$item['node'] = $node;
Comments
Comment #1
ultimikeSorry for the slow reply.
It's done - it'll be in the next release.
-mike