Hello,
I'm trying to create a plugin that shows the group badge next to the username on the topic list. It's very similar to this, but on the topic list.
Thank you in advance!
Hello,
I'm trying to create a plugin that shows the group badge next to the username on the topic list. It's very similar to this, but on the topic list.
Thank you in advance!
Hi, we are using the Slick theme for our forums and found that when users switch skins from user settings, they always have to refresh the forum to apply the newly-selected skin. Is it possible to apply the selected skin right away similar to Persona?
@baris Ah! I have a feeling that you are right. Is it safe to assume that this bug will get fixed in ver 1.17?
@nubi-kr which cache are you referring to? Object cache or browser cache?
Hi,
I don't remember having this issue on version 1.15, but after we upgraded to 1.16.2, our custom favicon stopped showing/working. I tried re-uploading the favicon, but it didn't work. I tried stopping, building, starting the forum, but the issue persists. What's weird is when I mark all notifications on read, the favicon changes to the custom favicon. However, when I refresh the page, the favicon reverts to the default nodebb favicon.
Ver: 1.16.2
Theme: Slick
@pichalite said in New theme nodebb-theme-slick:
Theme updated with dark skin support. Admin's can set a skin from the theme's ACP settings page for all users and users can also set their skin preference in their settings page.
Hi I know this thread is old, but we just added a skin selector in user settings. The selector works, however the user need to refresh the page in order to see the changes. Here's the code snippet that I added to settings.tpl file.
<!-- BEGIN customSettings -->
<h4>{customSettings.title}</h4>
<div class="user-setting">
{customSettings.content}
</div>
<!-- END customSettings -->
EDIT:
@baris error is gone / fixed. Thank you!
@baris said in No footer.js in v16.1.x?:
Which theme are you using? footer.js is no longer necessary in latest versions. It was removed from persona theme https://github.com/NodeBB/nodebb-theme-persona/commit/4dcc9fad23eed806604397292a2d8117f1052320.
Mostly likely your theme is out of date.
I will double check this with my colleague. I believe we're using a custom theme based on Persona.
Since the theme is custom, does that mean we have to remove all dependencies for footer.js to fix the error?
Hi, I just upgraded from v.14.x to v.16.1 and found a browser error after rebuilding my forum. Here's the snippet of the error:
Uncaught Error: Script error for "forum/footer"
https://requirejs.org/docs/errors.html#scripterror
makeError require.js:168
onScriptError require.js:1738
load require.js:1943
load require.js:1685
load require.js:834
fetch require.js:824
check require.js:856
enable require.js:1176
enable require.js:1557
enable require.js:1161
bind require.js:134
each require.js:59
enable require.js:1113
init require.js:788
o require.js:1460
setTimeout handler*req.nextTick< require.js:1815
o require.js:1449
requirejs require.js:1797
<anonymous> (index):876
EventListener.handleEvent* (index):875
require.js:168:16
I looked into my old install and found footer.js in public/src/client.
My question is, is footer.js is still required? If not, how can resolve the browser error above? Thanks!