Links open in active browser window...how do I open in new window?
digibri 0
From: -
From: -
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?
Philipp
From: Vienna, Austria
Administrator
1340From: 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
"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?
LRACMS 0
From: -
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
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?
LRACMS 0
From: -
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
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?
digibri
OP
0
From: -
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.
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.
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.