show always a complete list title

Asked by Andrea

Hi!!
I need to always show a complete list of titles even when It is displayed a single post,
i.e. when I click on title of list through the parameter ?a=id I see a single title and a single article, the one of the selecte id , but I would like to keep seeing the list of the titles.
Is it possible?

thanx a lot and congratulations for the great script!
Andrea

Question information

Language:
English Edit question
Status:
Solved
For:
phpns Edit question
Assignee:
No assignee Edit question
Solved by:
alecwh
Solved:
Last query:
Last reply:
Revision history for this message
Best alecwh (alecwh) said :
#1

Yes! In this case, you will need to put two different integration codes
in your page. The code that will list the article titles will look like
this:

<?php
$phpns['static'] = TRUE;
$phpns['template'] = 4; //id of title-only template. make this!
?>

Revision history for this message
Andrea (andrea-creabbati) said :
#2

Thank you so much, you thought about everything, your script is really complete!
Andrea