I am trying to create a Your Story functionality where the users can submit their stories in form of a comment. I’ve made a standard page with comments functionality, however instead of ‘add new comment’ label, I would like to have ‘submit your story’. How can I alter this label only on that particular site and keep it as it is on other pages?
Share
The easy way is to use the String Overrides module.Based on your comment, a variation on the code below should work in your template.php file (based on some code posted on drupal.org):