Posted by nirvanajyothi on July 26, 2008 at 2:09pm
Jump to:
| Project: | String Overrides |
| Version: | 6.x-1.6 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
Custom user content is not passed through the t() function, so we have no control over it.
#2
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?
#3
If you need to edit only the wording (and the field order) in submission
forms you could try also http://drupal.org/project/formdefaults
#4
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.
#5
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