Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 11:35 am EST
Geeklog Forums
No News Notification
cybersnac
Anonymous
I'm trying to get rid of the notification that there is no news to be displayed when there is no news in a topic. The only purpose I need this for is because I want the topics to look more like a standard web page where if there's nothing on the page it will be blank.
Can anyone help me with this?
Thanks in advance.
Can anyone help me with this?
Thanks in advance.
23
10
Quote
Status: offline
Turias
Forum User
Full Member
Registered: 10/20/03
Posts: 807
in index.php:
$display .= COM_startBlock ($LANG05[1], '',
COM_getBlockTemplate ('_msg_block', 'header')) . $LANG05[2];
if (!empty($topic)) {
$topicname = DB_getItem ($_TABLES['topics'], 'topic', "tid='{$topic}'");
$display .= sprintf ($LANG05[3], $topicname);
}
$display .= COM_endBlock (COM_getBlockTemplate ('_msg_block', 'footer'));
$display .= PLG_showCenterblock (3, $page, $topic); // bottom blocks
}
Change that block of code to display whatever you want when there are no stories.
Text Formatted Code
else { // no stories to display$display .= COM_startBlock ($LANG05[1], '',
COM_getBlockTemplate ('_msg_block', 'header')) . $LANG05[2];
if (!empty($topic)) {
$topicname = DB_getItem ($_TABLES['topics'], 'topic', "tid='{$topic}'");
$display .= sprintf ($LANG05[3], $topicname);
}
$display .= COM_endBlock (COM_getBlockTemplate ('_msg_block', 'footer'));
$display .= PLG_showCenterblock (3, $page, $topic); // bottom blocks
}
Change that block of code to display whatever you want when there are no stories.
10
8
Quote
cybersnac
Anonymous
Thanks much. I really have no idea how to find my way around php code yet. Thanks for the help
11
7
Quote
All times are EST. The time is now 11:35 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content