Skip to content
WJunction - Webmaster Forum

Links open in same page??

Status
Not open for further replies.
hi, i know its probably something really simple but all links are opening in the same page and i am unsure where to edit to change it and what to change to fix it. if anyone can help i will be greatful thankyou
phpbb 3.0.6 < if needed
 

13 comments

<a href="Your Link">Your Text</a> link will open in same page.
<a href="Your Link" target="_blank">Your Text</a> link will open in new window




instead of making this kind of request please google first;)
 
That's what's meant to happen. If someone clicks on movies it opens the movies in the same window. You don't want every link opening in a new window. That would drive people crazy having windows and tabs all over the place.

The best thing is to only have links to external sites (links to other pages that aren't on your site) open in new windows or tabs. You currently have this for katz button but you should also do it for freefullddl.com button link. This will encourage people to return to stay on your site. Don't go messing with regular internal links opening in new windows.
 
thankyou for your reply Mr Happy, yes this is what i mean external links lol. when i click on 'check links' in each thread it opens in the same window also.
 
open language/en/viewtopic.php

change
PHP:
'LINKCHECK'                => '&nbsp;[<a href="http://wgtools.com/link-checker/?url='.urlencode($_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"]).'">Check Download Links</a>]',
to
PHP:
'LINKCHECK'                => '&nbsp;[<a href="http://wgtools.com/link-checker/?url='.urlencode($_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"]).'" target="_blank">Check Download Links</a>]',
 
Status
Not open for further replies.

About the author

A
Banned · Joined
29
Messages
0
Reactions
1
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom