Home N-13 News Forums Help Search
RegisterForgot 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 Help & Support full story and template editing
Hackerzlab
Posted on 19 Oct 2009, 07:58:19

Access: Member
Total Posts: 31
Joined: 2009-09-25

i used this code in http://localhost/default.php:
Code:
<?php 
$nppage 
= 2;
$cat[] = 'articles';
include 
'news13/index.php'; 
?> 
<hr>
<?php 
$static 
= true;
$nppage = 1;
$cat[] = 'news';
include 
'news13/index.php'; 
?>


the problem here is:
1. when i click the 'full story', it takes me to say: http://localhost/default.php?id=1. This still shows the category 'news' but i have seen that category 'news' doesn't show up and only the full story is seen in this URL http://localhost/news14/index.php?id=1

so how do i let the 'full story' link be redirected to http://localhost/news14/index.php?id=1 so that only the news that i wanna see displays.
#1044
Chris
Posted on 19 Oct 2009, 11:14:01

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

Instead of using the [readmore][/readmore] tags use your own link like so

Code:
<a href="news13/index.php?id={id}">Read more</a>
#1047
Hackerzlab
Posted on 19 Oct 2009, 20:18:36

Access: Member
Total Posts: 31
Joined: 2009-09-25

thanx. didnt think of it :flowers:

btw, for every multiple category i make, i get "powered by..."
so if i have 4 multiple category in my homepage, i get 4 "powered by..."

could we do something about this?
#1055
Network-13.com © 2013