CPU utilization increased in 0.6.x
-
@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