This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Links open in active browser window...how do I open in new window?


avatar
digibri 0
From: -
Links open in active browser window...how do I open in new window?

Hello,

I'm still setting up my clean install of Storyteller CMS standard ver 1.1
and have been setting up links with the "Edit Links" function in the admin console.

Is there a way to tell Storyteller CMS to create a link with the following code:

<a href="https://www.contentteller.com/url" target="_blank">link text</a>

Currently, all links open in the main browser window and my customers really want the links to open in a new browser window, otherwise the customer has just left the site.

If I have to manually edit a PHP file somewhere, that is just fine by me.
Actually, I'll start looking now for such a file - but I figured that if this was a question I came up with, then there was a chance someone else might have the same thought.


Thanks, I'm still loving the system!

:-)

B.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Links open in active browser window...how do I open in new window?
avatar
Administrator
1340
From: Vienna, Austria
Links open in active browser window...how do I open in new window?

"Edit Links" and the link_list template are part of the links page module, which is not included in the basic edition

Here an example links page:
 http://www.linuxcompatible.org/link.php
1 Re: Links open in active browser window...how do I open in new window?
avatar
0
From: -
Links open in active browser window...how do I open in new window?

Sorry, I have the basic edition. Is link parsing something that is only available with the upgrade to Standard?

- Louis Andrews
1 Re: Links open in active browser window...how do I open in new window?
avatar
0
From: -
Links open in active browser window...how do I open in new window?

Where did you find the Edit Links function? and the link_list template? I have 1.3 standard and have neither.

- Louis Andrews
1 Re: Links open in active browser window...how do I open in new window?
avatar
OP 0
From: -
Links open in active browser window...how do I open in new window?

Problem solved.
To change, I edited the link_list template.

There was a line that read:
<li><a href="https://www.contentteller.com/$insert[link_url]">$insert[link_title]</a><br />

And I changed it to:
<li><a href="https://www.contentteller.com/$insert[link_url]" target="_blank">$insert[link_title]</a><br />


Yahoo, I'm becoming familiar with the system!

:-)

B.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.