Changing The Name Of "Page"

So far, so good. Elgg does what I need.

But the website I'm building is for creative writing. People post stories. Is there a way to easily change "Page" to "Story" throughout the site? Or is there a plugin that allows different types of pages, like stories.

Any help is appreciated.

 

  • "Page" wording is implemented via the language file of the page plugin. The wording can be changed by modifying the language file / or better overwriting the language string content via a plugin. Within this plugin you need to define a language string array like it's done in the other language files and include all language strings you want to change. Placing your plugin below the page plugin will overwrite the original language strings due to its higher priority. If you're lucky, all language strings you need to modify are included in the language file of the page plugin. If a few happen to be included in other language files, you still can overwrite them all by redefining their content within the array of your re-wording plugin.

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking