| Author |
Message |
blith Client

Joined: Jul 18, 2003 Posts: 977
|
Posted:
Wed Jun 02, 2004 7:25 am |
|
When a review is entered the hyperlinks don't automatically open in a new browser window from the reviews pages as they do in the forums, and adding target="_blank" to the end of the link doesn't solve the problem either is there some way to activate linking to new windows? Thanks. |
|
|
|
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Wed Jun 02, 2004 7:42 am |
|
They open in a new window on my website as default.
Have a look at: /modules/reviews/index.php
Search for the 2nd instance of: _RELATEDLINK
Make sure it has a target. Here is my line:
| Code: |
echo "<br><b>"._RELATEDLINK.":</b> <a href=\"$url\" target=\"new\">$url_title</a>";
|
|
|
|
|
 |
blith Client

Joined: Jul 18, 2003 Posts: 977
|
Posted:
Wed Jun 02, 2004 7:43 am |
|
No I am talking about links I put into the reviews. user created links... |
|
|
|
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Wed Jun 02, 2004 7:46 am |
|
When you write a review, there is a field for a url.
Related Link:
Product Official Website. Make sure your URL starts with "http:// |
|
|
|
 |
blith Client

Joined: Jul 18, 2003 Posts: 977
|
Posted:
Wed Jun 02, 2004 7:55 am |
|
Yes, I know that. I am talking about links for screenshots and other link embedded in the review |
|
|
|
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Wed Jun 02, 2004 8:01 am |
|
I just tried it on my site, that is weird, it seems to ignore the target tag totally if you use one. |
|
|
|
 |
blith Client

Joined: Jul 18, 2003 Posts: 977
|
Posted:
Wed Jun 02, 2004 9:15 am |
|
| GanjaUK wrote: | | I just tried it on my site, that is weird, it seems to ignore the target tag totally if you use one. |
Any suggestions? |
|
|
|
 |
|
|
|
|