Use this code
git fetch # Grab the latest code from the NodeBB repository git checkout v3.x git reset --hard origin/v3.xAnd you will have the latest version without specifying it
https://docs.nodebb.org/configuring/upgrade/
@cagatay remove the recent cards plugin and reinstall it.
@phenomlab same result.
i had deleted and reinstalled recent card but nothing chaged.
by the way without recent card my current page on topic as below;
the avatar size is very big.
@cagatay Did you rebuild and restart after the removal before you re-installed ?
@phenomlab of course Mark i done.
this is who is reading post type;
@cagatay Are you sure that’s not nodebb-plugin-browsing-users
in the screenshot ?
@phenomlab i had same problem recent card and browsing user…
@cagatay I’m logged into your site now. Taking a look
@phenomlab thank you Mark.
@cagatay I see the issue.
I’ve removed
nodebb-plugin-browsing-users
nodebb-plugin-recent-cards
You need to use the CLI
to install the correct versions as below, which I’m doing now
npm install nodebb-plugin-browsing-users@2.0.4
npm install nodebb-plugin-recent-cards@2.0.23
The versions you are using now are not compliant with v2 which is why they do not work properly.
@cagatay Should be all sorted now
Don’t forget to put your language back to Turkish.