← Back to team overview

phpns-team team mailing list archive

Re: [Question #62311]: I need to be able to have the headline link point to a inline frame with the full article

 

Question #62311 on phpns changed:
https://answers.launchpad.net/phpns/+question/62311

Lannie gave more information on the question:
I am very close: 
I created a main_article.php file for the main screen and added the following to it:

<?php
     $phpns['template'] = '10';
    
    //include the phpns shownews.php
    include("news/shownews.php");
?>

The href in the title link now points to the main_article.php file.

The remaining problem is the main window displays all articles instead
of just the one.  Is there a article number variable I have to pass to
get it to only display the one article?

Thanks!

Lannie

-- 
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.