Page 1 of 1

Changing 'Announcement'

PostPosted: Sun Jun 10, 2007 2:59 am
Author: Karen
In any blocks that pull posts from the forum, the title of the posts are listed as 'Announcements' where do I look to change that to something else, or delete it completely?

<img>

Re: Changing 'Announcement'

PostPosted: Sun Jun 10, 2007 3:44 am
Author: Frost
Show me :>

lol, link please?

Re: Changing 'Announcement'

PostPosted: Sun Jun 10, 2007 10:14 am
Author: Helter
all the blocks get thier titles from the language files, unless you edit the block in acp/IMPortal/blocks management/
choose "Localize Titlebar:" = "no"
Now the block will display the title you chose

Re: Changing 'Announcement'

PostPosted: Sun Jun 10, 2007 12:38 pm
Author: Karen
Thanks for your replies.

Here's a screen shot, I don't mean the block name itself, I mean where it says 'Announcement' then the post title...I would either like to get rid of Announcement completely or change it to 'post title' or something..

[flash=,:3bi5nu5c]http://i9.photobucket.com/albums/a83/FlossRWP/screenshots/announcements.jpg[/flash:3bi5nu5c]

PostPosted: Tue Aug 28, 2007 6:39 pm
Author: tmotley
I know this is way after the fact but...

I found this within the announcement block file:

Code: Select all
            'L_ANNOUNCEMENT' => $lang['Post_Announcement']


I then found this with lang_main]$lang['Post_Announcement'] = 'Announcement';[/code]

Looks like changing the second one will change the first... thus changing what you want. Didn't test it though.