Closed (fixed)
Project:
Previous/Next API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2009 at 22:42 UTC
Updated:
26 Oct 2009 at 18:58 UTC
I'm trying to use it with Scheduler module, but it creates links for feature unpublished stories. Any idea how to fix it?
Comments
Comment #1
kbahey commentedI don't understand why this would happen. The module checks
status = 1for all the queries.Comment #2
idflorin commentedI think it's solved now, at least for me , I use
I added an extra if :
if ($n_node->status == 1) {....an use it in my template.tpl.php
Comment #3
kbahey commented