Simple Announcement Mod

Started by Chupko, January 28, 2011, 06:25:35 PM

Previous topic - Next topic

2greedy

I got it sorted guy's, turns out when you uninstall the mod it doesn't remove all file edits, mainly the last 2 file edits

./Themes/default/languages/Modifications.english.php

Find (at the end of the file):
?>

Add Before:

$txt['annoc_title_default'] = 'Announcement center';
$txt['annoc_default'] = 'Please type announcement in admin panel.';




./Themes/default/languages/Admin.english.php

find
?>

Add Before: [Select]

$txt['annoc_enable_each'] = 'Display Announcement On Each Page';
$txt['annoc_enable_index'] = 'Display Announcement Just On Forum Index';
$txt['annoc_title'] = 'Enter the title for Announcement Mod';
$txt['annoc_content'] = 'Write your own text for Announcement';

Advertisement: