drupal 7.14

I have watched the demo online. I don't know what I could be doing wrong.

1) installed module
2) enabled module
3) go here and define string replace: admin/config/regional/stringoverrides
original: REPLACEVAR new: Hello World
4) add REPLACEVAR to body of basic page

But nothing happens.

I see others complain of this as well but more information is still being requested. I've cleared my caches, slept on this a night and gave it another try. I really am at a loss for what I could be doing wrong still.

Comments

RobLoach’s picture

Status: Active » Needs review

I does not work on dynamic strings. Only strings that are passed through the t() function. REPLACEVAR is some custom body text that you added in.... If you use this instead, it would work...

echo t('REPLACEVAR');

I don't recommend that though. Instead, you might want to use http://drupal.org/project/token_custom and http://drupal.org/project/token_filter .

RobLoach’s picture

Category: bug » support
Chris Matthews’s picture

Issue summary: View changes
Priority: Critical » Normal
Status: Needs review » Closed (outdated)