Is there an issue with editing profiles 0.6.0
-
Could you provide us more information?
What's happened when you're going to
https://yousite.com/user/codejet/edit
?
Are there any errors in the console? (Ctrl + Shift + J
in Chrome) -
@Mega said:
Could you provide us more information?
What's happened when you're going to
https://yousite.com/user/codejet/edit
?
Are there any errors in the console? (Ctrl + Shift + J
in Chrome)Going to those pages, yep they work but it seems because I've done a code hack on the css
body {
background-image: url("watever.link");
}seems those pages seem to have the entire body the same as the start page. (watever.link)
looks a bit messyWould that have something to do with while those tab links are missing at the top of the user profile page edit and settings (?)
-
Perhaps you have broken some .tpl files, like that one
NodeBB/node_modules/nodebb-theme-vanilla/templates/partials/account_menu.tpl
Which theme are you using?
-
just the lavender latest..
Had the very same issues with the navigation links.. users, Groups (now header.groups)
and just the body background issue again taking out most of those pages form,container, watever you call them stylings
just ended up being user group badges
-
@Mega said:
Perhaps you have broken some .tpl files, like that one
NodeBB/node_modules/nodebb-theme-vanilla/templates/partials/account_menu.tpl
Which theme are you using?
Would you suggest I replace the vanilla and lavender theme directories with new fresh ones.
Is there a git command to do this ? I'm no good with gitI've got 3 other themes installed , some of the boards and older style forum ones.
Would be it ?
-
@Mega Completely fixed. used the plugin admin interface to uninstall (unbuild) every theme including lavender & vanilla.
Browsed to the node_module directory made sure all nodebb-theme-* were gone.
made sure I stopped the server
then did some 'npm install nodebb-theme-vanilla'
then 'npm install nodebb-theme-lavender'start the server again then click theme in admin USE lavender and presto everything's back working
cheers, looks like a tonne easier adding your own Custom HTML/CSS, saves all your settings that way