Home
N-13 News
Forums
Help
Search
Username
Password
Register
Forgot password?
How to add image to post
necklacesdiscou
Known bugs - 4.0.3
necklacesdiscou
Latest
N-13 News 4.0.3
What is N-13 News?
Where can I get help?
Known bugs
Forums
How To
How to display full story in a new pop up window
Sputnik
Posted on 22 Jan 2011, 00:29:49
Access: Member
Total Posts: 6
Joined: 2010-12-20
Is it possible to click "full story" and read it in a new window? Thanks!
#3145
Dondemaio
Posted on 24 Jan 2011, 19:43:18
Access: Member
Total Posts: 13
Joined: 2010-11-15
I'm interested in this too. Without this feature I can't really insert the contents on another page.
Thanks.
Don
#3148
Chris
Posted on 24 Jan 2011, 20:24:58
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
Instead of using the [readmore] tags, create your own link and have it open in a new window
Code:
<a href="newpage.php?id={id}" target="_BLANK">Read more</a>
#3149
Dondemaio
Posted on 24 Jan 2011, 21:26:16
Access: Member
Total Posts: 13
Joined: 2010-11-15
I'm interested in this too. Without this feature I can't really insert the contents on another page.
Thanks.
Don
#3151
Sputnik
Posted on 25 Jan 2011, 13:59:27
Access: Member
Total Posts: 6
Joined: 2010-12-20
Quote:
Instead of using the [readmore] tags, create your own link and have it open in a new window
Code:
<a href="newpage.php?id={id}" target="_BLANK">Read more</a>
Should this be done in the "News" part of the selected template?
#3155
Chris
Posted on 25 Jan 2011, 15:28:17
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
Correct, the page that opens in a new window "newpage.php", on that page you just need to add a normal include like so
Code:
<?php
include
'news/index.php'
;
?>
#3156
Last edited by Chris at 2011-02-12 09:41:17 Reason:
Leeuniverse
Posted on 28 Mar 2011, 11:48:18
Access: Member
Total Posts: 15
Joined: 2011-03-26
How would I get this to work with Friendly URL's activated?
The article won't work per the above instructions.
Could you tell me each step? Cause I think my issue also has to do with the .htaccess files and the include link itself?
Root file is index.php
File I want to show the article is /articles/index.php
Friendly URL is /articles/index.php
News directory is in /news/
#3412
Network-13.com © 2013