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?
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
Comment #1
robloachYou have to change full strings that are passed through t(), so try things like "Organic groups" as well as all the full sentances.
Comment #2
davycw commentedI'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.
Comment #3
Anonymous (not verified) commentedI'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?
Comment #4
christefano commentedOG 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.
Comment #5
moshe weitzman commentedComment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.