The page title of the activity page is Activity, as you would expect. How do I change it to Homepage?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- stuartsloan@stuartsloan

stuartsloan - 0 likes
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- JoDeJo@joanne

JoDeJo - 0 likes
- JoDeJo@joanne

JoDeJo - 0 likes
You must log in to post replies.I amusing you mean in the riverdashboard? Mod>riverdashboard>languages>en.php
change
'river:widget:title' => "Activity",
to
'river:widget:title' => "Homepage",
or if you mean the title of the page change
'activity' => 'Activity',
to
'activity' =>'Homepage',
this is kinda from memory so it might not be exactly what you need to change but i hope you get the idea.
@Jodejo : http://docs.elgg.org/wiki/I_don%27t_like_the_wording_of_something_in_Elgg._How_do_I_change_it%3F
Avoid duplicate posts for the same questions
@stuartsloan: Thanks for trying, I should have stated 1.8.3 there's no riverdashboard in their now.
@Team Webgalli: I did search for my specific issue and the above didn't come up and in my endeavour to learn I must say that I find 90% of any pages more than 2 months old are irrelevent to 1.8x.
@Team Webgalli: Thanks, I searched the main en.php file more thoroughly and found it.