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?
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
Comment #1
robloachCustom user content is not passed through the t() function, so we have no control over it.
Comment #2
nirvanajyothi commentedok. 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?
Comment #3
skizzo commentedIf you need to edit only the wording (and the field order) in submission
forms you could try also http://drupal.org/project/formdefaults
Comment #4
nirvanajyothi commentedThank 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.
Comment #5
Stomper commentedI 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