I have looked through the Omega templates and cannot find the text "login or register to post comments" (which appears only if a content type allows comments but the user is not logged in).

I would like to change this text; where can I find it to change it?

Comments

dhalbert’s picture

"Log in or register to post comments" is not in the theme, but is in modules/comment/comment.module. Look for

'<a href="@login">Log in</a> or <a href="@register">register</a> to post comments'

Since you probably don't want to change a core module, you might want to try the String Overrides module, which I have found to be an easy way to rewrite confusing messages.

Katrina B’s picture

Thanks. String Overrides worked.

dhalbert’s picture

Status: Active » Closed (fixed)

You're welcome.

avpaderno’s picture