Closed (fixed)
Project:
Lootz Item Filter
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 May 2009 at 00:21 UTC
Updated:
24 May 2009 at 10:35 UTC
As the title says, is it possible to add a "_blank" attribute to the links Lootz generates so they open in a new tab? I tried to patch Lootz myself, but I didn't get it to work.
Comments
Comment #1
Delishhious commentedComment #2
professorbikeybike commentedThat's a good idea for a feature I'll try to add in the next version. In the meantime though, if you edit the theme_lootz_item() function, that's where the a tag is output.
So copy the function into template.php in your theme directory, then rename it and add the target attribute:
Comment #3
Delishhious commentedThat works, thanks a lot :)