Felipe Posted March 22, 2017 Report Share Posted March 22, 2017 (edited) Hi, everybody! I'm trying to translate those messages in the Activity Feed, on phpVMS 5.5.x, such as "PILOT_NAME has just joined, welcome aboard!" or "PILOT_NAME has been promoted to NEW_RANK". Those kind of messages are inserted on phpvms_activiityfeed table in the database. I've searched the class, the module and the template files to try to find where those messages are coming from, so I can translate them into portuguese, but I just can't find it. Could anybody help me with that path? Thank you! Edited March 22, 2017 by Felipe Quote Link to comment Share on other sites More sharing options...
web541 Posted March 22, 2017 Report Share Posted March 22, 2017 Had to dig deep to find this as the code is scattered, but here it is https://github.com/DavidJClark/phpvms_5.5.x/blob/master/core/lang/en.lang.php#L84 Quote Link to comment Share on other sites More sharing options...
Felipe Posted March 22, 2017 Author Report Share Posted March 22, 2017 Wow! O could never expect this path. Thank you, web541. 1 Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted March 23, 2017 Moderators Report Share Posted March 23, 2017 13 hours ago, Felipe said: Hi, everybody! I'm trying to translate those messages in the Activity Feed, on phpVMS 5.5.x, such as "PILOT_NAME has just joined, welcome aboard!" or "PILOT_NAME has been promoted to NEW_RANK". Those kind of messages are inserted on phpvms_activiityfeed table in the database. I've searched the class, the module and the template files to try to find where those messages are coming from, so I can translate them into portuguese, but I just can't find it. Could anybody help me with that path? Thank you! 8 hours ago, web541 said: Had to dig deep to find this as the code is scattered, but here it is https://github.com/DavidJClark/phpvms_5.5.x/blob/master/core/lang/en.lang.php#L84 Hi, Wich is the code to display the activity feed in frontpage? Thanks you! Quote Link to comment Share on other sites More sharing options...
web541 Posted March 23, 2017 Report Share Posted March 23, 2017 1 hour ago, joooseb said: Hi, Wich is the code to display the activity feed in frontpage? Thanks you! This might be what you are looking for https://github.com/DavidJClark/phpvms_5.5.x/blob/master/core/templates/activity_list.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.