Felipe Posted March 22, 2017 Report 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
web541 Posted March 22, 2017 Report 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
Felipe Posted March 22, 2017 Author Report Posted March 22, 2017 Wow! O could never expect this path. Thank you, web541. 1 Quote
Moderators ProSkyDesign Posted March 23, 2017 Moderators Report 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
web541 Posted March 23, 2017 Report 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
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.