As your membergroup gets higher, you get more permissions here on SMF Helper. Be sure to check out your profile for more options.
0 Members and 1 Guest are viewing this topic.
//Show a random news item? (or you could pick one from news_lines...) if (!empty($settings['enable_news'])) echo '<span class="smalltext">[b]', $txt[/b][102], '[/b]: ', $context['random_news_line'], '</span>'; echo '
// Show a random news item? (or you could pick one from news_lines...) if (!empty($settings['enable_news'])) echo ' <td width="90%" class="titlebg2"> <span class="smalltext"><b>', $txt[102], '</b>: ', $context['random_news_line'], '</span> </td>';
Try removing this from the index.template.php file.: // Show a random news item? (or you could pick one from news_lines...) if (!empty($settings['enable_news'])) echo ' <td width="90%" class="titlebg2"> <span class="smalltext">', $txt[102], ': ', $context['random_news_line'], '</span> </td>';
// Show a random news item? (or you could pick one from news_lines...) if (!empty($settings['enable_news'])) echo ' <td width="90%" class="titlebg2"> <span class="smalltext">', $txt[102], ': ', $context['random_news_line'], '</span> </td>';