Closed (fixed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-3.0
Component:
Submodules
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2012 at 16:31 UTC
Updated:
16 Feb 2012 at 15:00 UTC
Hi
I'm trying to open the 'username' and 'user pictures' in a new window once thry are clicked for the COMMENTS submodule. Another option is to make them unclickable at all but I asume the first part is easier than the latter. Tried applying target _blank but am failing here, also tried stripping html tags except for
Could you kindly show me how to make these links open in a new window?
Thanks
Comments
Comment #1
icecreamyou commentedThis is not really an FBSS question but more of a theming question. You can override the theme_fbss_comments_item() function to change how status comments are displayed. Alternatively you can just add JS like this to the page:
Comment #2
jmonster commentedThanks a lot Ice, appreciate it.