Open New Tabs from Block 11 (module 10)

Posted in: Newsmag
Post count: 19

In Block 11 (module 10), I’d like the links associated with each Title and Picture to open a new tab. Where would I add: target=”_blank”

Thanks, Richard

Post count: 23312

Hello RichardU,

If you want to add this functionality, you should edit the theme core files like td_module.php and place there the target=”_blank” attribute, like this -> http://screencast.com/t/2uOVuuhJH For more references about this, please consult here -> http://www.w3schools.com/tags/att_a_target.asp
If you want to display more levels in our theme and if you aren’t aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Post count: 19

Thanks, Catalin. For anyone else wanting to do this, the proper changes are:

Line 343:       $buffy .='<a>href . '" rel="bookmark" title="' . $this->title_attribute . '" target="_blank">';
Line 286:                $buffy .= '<a>href . '" rel="bookmark" title="' . $this->title_attribute . '" target="blank">';

Line 343 is for clicking on the title.
Line 286 is for clicking on the picture.

  • This reply was modified 9 years by RichardU.
Post count: 23312

Hello RichardU,

I am glad that you could solve the problem.

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.