CPU utilization increased in 0.6.x
-
Is this your theme?
nodebb-theme-classic/templates/header.tpl at master ยท BitBangersCode/nodebb-theme-classic
A classic theme for NodeBB. Contribute to BitBangersCode/nodebb-theme-classic development by creating an account on GitHub.
GitHub (github.com)
Delete the header.tpl (in fact, you might want to just delete any templates that you haven't specifically modified) - this will result in your theme inheriting the original template from vanilla, which will make upgrades easier.
Otherwise, replay the commits here https://github.com/NodeBB/nodebb-theme-vanilla/commits/master/templates/header.tpl until you are inline with your core revision
-
@psychobunny The most current version is on the 0.6.x branch - https://github.com/BitBangersCode/nodebb-theme-classic/blob/0.6.x/templates/header.tpl
I'm not entirely sure on what needs to be kept in the the header.tpl as i have forked it from someone else. I will update it to match the current vanilla header or remove it. Removing it will probably be easier but i will need to test it out first.
Thanks for the help!
-
Group Badges on users seems to have disappeared in 0.7. Is there some new option to re-enable this that I haven't found?
-
@hek said:
Group Badges on users seems to have disappeared in 0.7. Is there some new option to re-enable this that I haven't found?
Having probs on the latest dev branch also, click [ join group] popup message top left says Group does not exist.. strange
also noticed that change icon and change color buttons don't work
-
Yeah we were running into issues on forums with lots of groups display all the titles.
If you want you can go back to the old behavior by modifying https://github.com/NodeBB/NodeBB/blob/master/src/posts/user.js#L46
Change that line to
selected: true
and it should display all groups. -
@baris said:
Yeah we were running into issues on forums with lots of groups display all the titles.
If you want you can go back to the old behavior by modifying https://github.com/NodeBB/NodeBB/blob/master/src/posts/user.js#L46
Change that line to
selected: true
and it should display all groups.Are you saying remove the }; on line 46 and replace it with the words: selected: true