CraigMeade Posted August 21, 2011 Share Posted August 21, 2011 I would like the RSS link block to open my blog in a new page. I have scrounged around and remembered what Rocky taught me for a different fix and it seems like I have to add target="_blank" to the module's tpl file right after the href link: <li><a href="{$rss_link.url}" target="_blank">{$rss_link.title}</a></li> But I must have it in the wrong place as this doesn't work. What am I doing wrong? Link to comment Share on other sites More sharing options...
jeevanoss Posted August 21, 2011 Share Posted August 21, 2011 The code you added are corrected. SetForce compile: Yes in Back Office >> Preferences >> Performance & check. Link to comment Share on other sites More sharing options...
CraigMeade Posted August 21, 2011 Author Share Posted August 21, 2011 The code you added are corrected. SetForce compile: Yes in Back Office >> Preferences >> Performance & check. So close and yet so far! Thank you. It's working. I will go slap myself now for forgetting to check compile was on. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now