Change the lables on recent page
-
Hi ,
Where can i find the files to change the labels and the CSS classes ?For better understanding please refer image below
Thanks
-
That's persona theme so the controls are here https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/recent.tpl#L8-L24, you will have to do the changes on popular, top, unread pages as well.
The topic list template is at https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/partials/topics_list.tpl
-
Hay @baris , Thank you for your quick reply. On my system, the path is D:\forum-node\NodeBB\node_modules\nodebb-theme-persona\templates\recent.tpl,
And i am doing changes in that but its not reflecting to the front end.
Is their anything to restart after modifications ? -
Yes changes are reflected when we run ./nodebb build command in terminal. thank you
-
You can use grunt to enter the development state, tpl will change in real time according to the file modification
npm i -g grunt npm i grunt-cli grunt
Using this server requires at least 1c2g to meet the packaging requirements, otherwise it is prone to errors