Closed (fixed)
Project:
ScrollText
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2008 at 20:18 UTC
Updated:
16 Jun 2008 at 09:03 UTC
It looks like that module picks up titles of the articles regardless if it has been published yet and therefore misleads the user.
Is there a workaround for it?
Thanks,
Michael
Comments
Comment #1
pvanhorn commentedTry the Patch in http://drupal.org/node/245044
or at least change the line
$sql = "SELECT n.title, n.nid FROM {node} n WHERE n.type IN ($scrolltext_nodetype) "
to
$sql = "SELECT n.title, n.nid FROM {node} n WHERE n.status = 1 and n.type IN ($scrolltext_nodetype) "
Comment #2
drupalnesia commentedAlso tahnks to kingandy.
Fixed on 5.x-1.2