Thought it wasnt working, I am trying to replace all OG titles "Group" or "Groups" with "Facilities" - didnt do anything. So I added Replace "Home" with "Home page" and the Breadcrumbtrail changed. So your module is working but not with oG - any ideas please

CommentFileSizeAuthor
#3 Picture 11.png15.98 KBcapellic

Comments

Crell’s picture

Check to make sure that the string you are trying to override is actually called through t(). If it's not, that's a bug in the original module.

moshe weitzman’s picture

Status: Active » Closed (duplicate)
capellic’s picture

StatusFileSize
new15.98 KB

I am having trouble with "Forum", "Forums", "forum" and "forums".

You would think that a core module would be using the t() function?

Take a look at the screenshot and you will see that the only thing that is changing is the column title on the list of Forums.. err.. Discussions! ;-)

capellic’s picture

Version: 5.x-1.4 » 6.x-1.8
Status: Closed (duplicate) » Active

#2 marked this issue as duplicate, but it referred to itself as the duplicate. Endless loop! ;-)

This is still a bug.

I'm looking at forum-list.tpl.php right now and I see that "Forum" is passed through t().

Crell’s picture

Issue summary: View changes
Status: Active » Closed (outdated)