No, I realized that the phpBB update overwrote my Announcement Centre edits completely even though I chose the 'merge' option, so I went back in and did all of them over (last night, before I posted to you to tell you it hadn't worked). I did double-check them before posting back to you with the further problems, and they all seem to be copied correctly. I'm not having any problems until I add that line to the overall_header.html page.
I don't think it's the language file. The only language file you have instructions to edit is common.php, right?
I put in the lines that say this:
Code: Select all
'ANNOUNCEMENT_TITLE_GUESTS' => 'Guest Announcements local',
'ANNOUNCEMENT_TITLE' => 'Site Announcements local',
And if the language file were saved incorrectly, the whole site would be blank even without the overall_header.html edits, right? The site is only blank when I make the overall_header.html edits. If I remove those, then the site is fine.
HOWEVER, I think I may have discovered what the problem is. I think the version of Announcement Centre I tried to install this time is different from the one that I had installed previously. When I go into my language files, in the mods folder, the file list reads as:
info_mcp_announce.php
permissions_announcement_centre.php
announcement_centre.php
info_acp_announcement_centre.php
Whereas the file I downloaded (the latest 'official' release-- I apologize for posting in the beta thread; I only realized there were multiple threads for this mod later), only includes:
announcement_centre.php
info_acp_announcement_centre.php
So it seems like I might have some dueling versions issues going on? Any advice on how to clean this up? Should I just revert all my phpbb files and delete the Announcement Centre stuff and start over from scratch?