@phenomlab That worked
RiekMedia
Posts
-
How to disable cover image upload in nodebb -
How to disable cover image upload in nodebb@phenomlab I would like to deactivate it completely so that it is no longer displayed. The cover shoots my theme as soon as you go to a user profile
-
How to disable cover image upload in nodebbI would also be interested in this
-
html editor for the footerI thank you @phenomlab. Without you I would be really at a loss sometimes
Do you have any ideas how I can get the top menu down?
-
html editor for the footerNodebb is really nice forum software. Unfortunately there are hardly any themes for it, so you have to help yourself. The developers of nodebb have integrated css, html, javascript so that you can edit the header use yourself. What I fundamentally miss in this software, however, is that you can not only design the header with html but also the footer. If there was another tab just for the footer, you could easily adapt the forum to your own website design. So unfortunately only the possibility via iframe remains, which is an ugly solution
maybe that can still be integrated on your part
-
nodebb-plugin-session-sharing not workingNo idea guys?
-
nodebb-plugin-session-sharing not workingHello,
I had installed this plugin before and it works.
Now I have installed it again after a few months, but somehow it no longer works. Here are my settings and my code in the application. Am I doing something wrong? This is actually how it should work.
Or is the plugin no longer compatible with the new Nodebb version?
NodeBB v1.17.1
My PHP Code
//// NODEBB LOGIN COOKIE START //// $payload = [ 'id' => $obj->userID, 'username' => $obj->userName, 'email' => $obj->userEmail, 'firstName' => $obj->userFirstName, 'lastName' => $obj->userLastName, 'exp' => time() + 3600, ]; $secret = '123456789'; $token = Token::customPayload($payload, $secret); #print_r(json_encode($payload)); // set cookie setcookie("lol", $token, time() + 3600, "/", "myteamspeak.online", false, true); //// NODEBB LOGIN COOKIE ENDE ////
https://github.com/RobDWaller/ReallySimpleJWT
Does anyone have an idea or even know what I'm doing wrong?
-
CSS-Textdesignthat worked, thank you very much for your help
-
CSS-Textdesign@phenomlab
Sent it to you via chat -
CSS-TextdesignThat does not work
-
CSS-TextdesignThanks for the code, I have it in there but it doesn't work. It stays white
body.lights-out .category-details .title a { color: rgb(148, 148,148); }
-
CSS-TextdesignI sent you the url via chat. The theme I am using is this
-
CSS-TextdesignIt doesn't work, I've been playing around with it for 5 days.
Again I just want to change the Category Text Color. But I don't know the appropriate CSS code. At least it doesn't work
Everything else works
Website Quellcode
<div class="row"> <div class="col-lg-9 col-sm-12"> <ul class="categories" itemscope itemtype="http://www.schema.org/ItemList"> <li component="categories/category" data-cid="1" data-numRecentReplies="1" class="row clearfix"> <meta itemprop="name" content="DGH - News & Infos"> <div class="clearfix col-md-12 col-sm-12 category-details"> <div class="category-color" style="background-color: #006eff"></div> <div class="content"> <div class="hidden-xs CategoryIcon contentItem"> <div class="icon" style="background-color: #006eff; color: #ffffff;"> <i class="fa fa-fw fa-bullhorn"></i> </div> </div> <div class="col-md-8 show-separator contentItem"> <h4 class="title"> <a href="/category/1/dgh-news-infos" itemprop="url"> DGH - News & Infos </a> </h4> </div> <div class="col-md-2 hidden-sm hidden-xs stats contentItem"> <span class=" human-readable-number" title="3">3</span><br /> <small>Themen</small> </div> <div class="col-md-2 hidden-sm hidden-xs stats contentItem"> <span class=" human-readable-number" title="3">3</span><br /> <small>Beiträge</small> </div> <div class="visible-xs col-xs-12"> <a class="permalink" href="/post/7"> <small>Laatste bericht <strong class="timeago" title="2021-06-15T08:58:54.684Z"></strong></small> </a> </div> </div> <span class="category-children"><span class="category-children-item pull-left"><div role="presentation" class="icon pull-left" style="background-color: #6c0094; color: #ffffff;"><i class="fa fa-fw fa-bullhorn"></i></div><a href="/category/5/ankündigungen"><small>Ankündigungen</small></a></span><span class="category-children-item pull-left"><div role="presentation" class="icon pull-left" style="background-color: #007bff; color: #ffffff;"><i class="fa fa-fw fa-info"></i></div><a href="/category/6/informationen"><small>Informationen</small></a></span></span> </div> </li>
-
CSS-Textdesignso far everything works. Changing to bright is not possible for the user.
The only thing missing now is the categories that have to be changed in gray
-
CSS-TextdesignI know that I can change that through the ACP. I do that too, but I can't change it completely.
I want to change the categories text color from white to gray.
Here is a picture for a better understanding
Here my css
body.lights-out .chats-list>li:hover {background: #000;color: rgb(148, 148,148);} .contentItem.title{ color: rgb(148, 148,148); } .categories { color: rgb(148, 148,148); } .stats { color: rgb(148, 148,148); } .contentItem { color: rgb(148, 148,148); } .category-children-item{ color: rgb(148, 148,148); } .pull-left { color: rgb(148, 148,148); } .show-separator { color: rgb(148, 148,148); } .category-color { color: rgb(148, 148,148); } .category-details { color: rgb(148, 148,148); } .container { color: rgb(148, 148,148); } .content { color: rgb(148, 148,148); } .row { color: rgb(148, 148,148); } .categories>ul:hover { color: rgb(148, 148,148); } .show-separator { color: rgb(148, 148,148); } .human-readable-number { color: rgb(148, 148,148); } .description p{ color: rgb(148, 148,148); } small { color: rgb(148, 148,148); text-decoration : none; } small a:hover{ color: red; text-decoration : none; } a { color: rgb(148, 148,148); } a:hover { color: red; text-decoration: underline rgb(0, 110,255); text-color: rgb(0, 110,255); } h4 { color: rgb(148, 148,148); } .contentItem .title li a h4 { color: rgb(148, 148,148); }
-
CSS-TextdesignHello, how can I change the fonts of the categories and the contributions in the ACP via css? So to speak, all text things.
That did not work
a { color: rgb (148, 148,148); }
Thank you in advance
-
Oxide StyleHello, this theme is not working. i can not move a topic
NodeBB 1.17.1
@Per0x have you the sam Problem or Idea?
-
Guide to install NodeBB on Docker with Synology NAS (DSM)@per0x said in Guide to install NodeBB on Docker with Synology NAS (DSM):
/usr/src/app/config.json
I make it and my Board is crahed
Can you help me?
Sorry for my english, i speak German
2021-06-12 19:44:35 stdout [cluster] Child Process (37) has exited (code: 0, signal: null) 2021-06-12 19:44:35 stdout at parseType (/usr/src/app/node_modules/redis-parser/lib/parser.js:302:14) 2021-06-12 19:44:35 stdout at parseError (/usr/src/app/node_modules/redis-parser/lib/parser.js:179:12) 2021-06-12 19:44:35 stdout 2021-06-12T19:44:35.326Z [4567/37] - [31merror[39m: ReplyError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. 2021-06-12 19:44:35 stdout 2021-06-12T19:44:35.293Z [4567/37] - [32minfo[39m: [socket.io] Restricting access to origin: https://board.myteamspeak.online:* 2021-06-12 19:44:34 stdout 2021-06-12T19:44:34.559Z [4567/37] - [33mwarn[39m: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin `nodebb-plugin-teamspeak-verify`. Skipping. 2021-06-12 19:44:34 stdout 2021-06-12T19:44:34.558Z [4567/37] - [33mwarn[39m: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin `nodebb-widget-search-bar`. Skipping. 2021-06-12 19:44:34 stdout 2021-06-12T19:44:34.557Z [4567/37] - [33mwarn[39m: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin `nodebb-theme-oxide`. Skipping. 2021-06-12 19:44:34 stdout 2021-06-12T19:44:34.556Z [4567/37] - [33mwarn[39m: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin `nodebb-plugin-teamspeak`. Skipping. 2021-06-12 19:44:34 stdout 2021-06-12T19:44:34.555Z [4567/37] - [33mwarn[39m: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin `nodebb-plugin-jwt-oauth2`. Skipping. 2021-06-12 19:44:34 stdout 2021-06-12T19:44:34.554Z [4567/37] - [33mwarn[39m: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin `nodebb-plugin-sso-jwt`. Skipping. 2021-06-12 19:44:34 stdout 2021-06-12T19:44:34.553Z [4567/37] - [33mwarn[39m: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin `nodebb-plugin-session-sharing`. Skipping. 2021-06-12 19:44:34 stdout 2021-06-12T19:44:34.380Z [4567/37] - [33mwarn[39m: [cache-buster] could not read cache buster ENOENT: no such file or directory, open '/usr/src/app/build/cache-buster' {"errno":-2,"code":"ENOENT","syscall":"open","path":"/usr/src/app/build/cache-buster","stack":"Error: ENOENT: no such file or directory, open '/usr/src/app/build/cache-buster'"} 2021-06-12 19:44:31 stdout 2021-06-12T19:44:31.080Z [4567/37] - [32minfo[39m: Initializing NodeBB v1.17.1 https://board.myteamspeak.online
-
Guide to install NodeBB on Docker with Synology NAS (DSM)Great guide and worked well. How do you proceed with an update when a new version is available?