Hi, I'm having trouble intregrating String Override with the Organic Groups module. I would like to override the string 'Groups' to 'Cliques' and it won't work. I've tried clearing the cache/refreshing/running the database update script. Any ideas?

Comments

robloach’s picture

You have to change full strings that are passed through t(), so try things like "Organic groups" as well as all the full sentances.

davycw’s picture

I've tried changing this for example..

$view->page_empty = t('No groups');

by entering "No groups" into the form and changing to "No cliques" instead, but it will not override.

Anonymous’s picture

I'm having the exact same problem. I look up in og.module for the t() string, add the original exactly as written in the t() string, but it doesn't work. Any ideas?

christefano’s picture

OG is using Views to display a lot of its strings. In the Views administration pages, change the names, menu titles, labels, empty text, etc. from "Groups" to what you want.

moshe weitzman’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.