Active
Project:
FeedAPI
Version:
6.x-1.7-beta3
Component:
Code (general)
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2009 at 08:37 UTC
Updated:
7 Nov 2009 at 11:17 UTC
Is there a way I can show Feed: Feed Title type of a thing for Feed Items in search results? I want to show the same text that shows up in Node Links.
Thanks in advance.
Comments
Comment #1
aron novakSure, there is a way.
http://api.drupal.org/api/function/hook_nodeapi/6
Take a look on $op = "search result": this is exactly what you need. So implement this hook in one of your modules and add the information what you need. To do this, you need to have basic coding skills.
Comment #2
aron novakUsually devel module helps to find out variable names.
Comment #3
deltab commentedHow do I modify search-result.tpl.php to get this effect?