Latest hardware news block not updating
error 232
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Latest hardware news block not updating
error
OP
232
From: -
From: -
Works like a charm. Thanks.
1 Re: Latest hardware news block not updating
Philipp Esselbach
From: -
Editor
0From: -
Yes, you need to remove AND newsstory_frontpage = '1' from the SQL query to fix this problem.
1 Re: Latest hardware news block not updating
error
OP
232
From: -
From: -
When I post news in hardware channel and not on the frontpage it will not show up in block: latest hardware news. Latest software news block work well.
1 Re: Latest hardware news block not updating
Philipp Esselbach
From: -
Editor
0From: -
I think I found the problem. Your hardware news will be not displayed on the front page?
In this case remove AND newsstory_frontpage = '1' from the SQL query:
In this case remove AND newsstory_frontpage = '1' from the SQL query:
$results = $database -> dbquery( "SELECT newsstory_seo, newsstory_title FROM " . DB_PREFIX . "esselbach_ct_newsstories WHERE newsstory_channels LIKE '%".$channel_key."%' AND (newsstory_status = '0' OR newsstory_status = '3') AND (newsstory_website = '0' OR newsstory_website = '" . $preferences[ 'current_website' ] . "')" . $news_expire_sql . " ORDER BY newsstory_date DESC LIMIT 5" );
1 Re: Latest hardware news block not updating
error
OP
232
From: -
From: -
1 Re: Latest hardware news block not updating
Philipp Esselbach
From: -
Editor
0From: -
Can you attach your hardware block here? I need to take a look.
1 Re: Latest hardware news block not updating
error
OP
232
From: -
From: -
Yes, but latest hardware block not updating at all.
1 Re: Latest hardware news block not updating
Philipp Esselbach
From: -
Editor
0From: -
The content of the blocks will be usual refreshed every 10 minutes. If you are using the HTML caching system the refresh rate may be lower and depends on your cache expire time.
You can adjust the cache expire time under Manage Websites.
You can adjust the cache expire time under Manage Websites.
As title says. When i post news in hardware section, latest hardware news block not updating. It also comes to my attention that latest news block update takes long time to show up.