i could edit strings as explained in the video.
Can strings in content submission forms be edited using stringoverrides..?
which inc file should be looked into?

Comments

robloach’s picture

Custom user content is not passed through the t() function, so we have no control over it.

nirvanajyothi’s picture

ok. by 'custom user content' Do you mean content typed in and submitted by users with that permission?
I would like to edit the words in the submission form shown to the user using stringoverrides.

Can that be done..

Use case:
Create Page on Page submission form to Create Today's News

If yes ...which inc file should be looked into?

skizzo’s picture

If you need to edit only the wording (and the field order) in submission
forms you could try also http://drupal.org/project/formdefaults

nirvanajyothi’s picture

Thank you skizzo!I was using formdefaults earlier and its really good..I wanted to know whether its possible using Stringoverrides.But i think its better to go with formdefaults when i need to.

Stomper’s picture

I have a custom content type with comments enabled. I would like to change "Comments"/"Post new comment" to "Answers"/"Add an Answer" only for that content type. Is this possible with String Overrides. From what I've seen with the module, it only makes changes globally and not on a single case basis.

Can this be done with the Form Defaults module?

Thanks