Welcome to Elgg's documentation

This is the place to find documentation on all aspects of Elgg. If you would like to contribute your own documentation please do; we want this to be a real community effort!

Change sub menus for any mod

From Elgg Documentation

Change sub menus for any mod.

Let’s use Blog as an example. Suppose you prefer the old school "Monitor" over the Elgg vernacular "Interesting" for monitoring blogs.

Example: Open the /mod/blog/lib.php file and go to line 60 and change it.

But then you might notice that once you click on it there is a line that still says “You haven't marked any weblog as interesting” or something like that.

To change that just change line 110 of /mod/blog/lib/weblogs_interesting_view.php.

Now that you’ve opened Pandora’s box you will want to also change a few lines in /mod/blog/lib/display_interesting_post_form.php or when you are in a blog the language won’t match. Get the idea?