news submission queue
                                
                                 Rushian   0
From: -
                                 
                              
                            From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: news submission queue
                                                
                         Rushian
                
                OP
   0
From: -
                         
                      
                  From: -
                    news submission queue
Worked! Ok, you might want to look at the FAQ, review and links queues as well.
                  
                  
                  
                Worked! Ok, you might want to look at the FAQ, review and links queues as well.
                  1 Re: news submission queue
                                                
                         Philipp 
                        
                        
From: Austria
                         
                      
                   Administrator
  1342From: Austria
                    news submission queue
Open cadmin/index.php and find:
Replace this line with:
I am updating the 1.7.2c download with this fix shortly.
                  
                  
                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.
              
          
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..)