This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

news submission queue


avatar
Rushian 0
From: -
news submission queue

Seems the news submission queue display in the admin CP overview in 1.7.2.c is broken.

It works in 1.8.

Whats the fix? (If I had source to 1.8 I could probably fix it..) Smiling Face

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: news submission queue
avatar
OP 0
From: -
news submission queue

Worked! Ok, you might want to look at the FAQ, review and links queues as well. Smiling Face
1 Re: news submission queue
avatar
Administrator
1340
From: Vienna, Austria
news submission queue

Open cadmin/index.php and find:

              while(list($storyq_website, $storyq_title, $storyq_id) = mysql_fetch_row($result)) 

{

Replace this line with:

           while(list($storyq_title, $storyq_id) = mysql_fetch_row($result)) 

{

I am updating the 1.7.2c download with this fix shortly.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.