@baris that worked thanks again!
Yukimi Kazari
Posts
-
How to add a image to the recent post page -
How to add a image to the recent post page@baris that works, but you see a empty container on the rest of the pages is there way to keep that container on just that page?
-
How to add a image to the recent post pageThis what I have. Its under global header.
Now its not showing up at all. -
How to add a image to the recent post pageIs there a way to add a widget/image to the top of my recent posts page. I use that as my homepage and I want to add the site logo there and maybe some other stuff.
-
How to add global background image? (Desktop and Mobile)@chrisb said in How to add global background image? (Desktop and Mobile):
/* Smartphones */
@media (min-width:320px) {
body {
font-family: "Courier New", Courier, monospace;
color: #ffffff;
background-color: rgba(0,0,0,0);
}html {
background: url(https://9854.moe/assets/uploads/system/background.png) no-repeat center center fixed;
background-size: cover;
background-color: #000;
}
}/* Desktop */
@media (min-width:1281px) {
body {
font-family: "Courier New", Courier, monospace;
color: #ffffff;
background: url(https://9854.moe/assets/uploads/system/background.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
}Thanks that worked! Didn't fix the issue in safari mobile but that seems to be a bit more complicated but it does work on other mobile browsers
-
How to add global background image? (Desktop and Mobile)Hay, I wanted to add a background image to my forum (9854.moe) that would work for both desktop and mobile. Right now it works fine on desktop when i use,
body { font-family: "Courier New", Courier, monospace; color: #ffffff; background: url(https://9854.moe/assets/uploads/system/background.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } ....
but that did not scroll on mobile so I now use
body { font-family: "Courier New", Courier, monospace; color: #ffffff; background-color: rgba(0,0,0,0); } html { background: url(https://9854.moe/assets/uploads/system/background.png) no-repeat center center fixed; background-size: cover; background-color: #000; } ....
That produces that same results on desktop so check box there but on mobile its not so pretty. I want it to be static and not move with the content like it does on desktop.
Im testing on Safari on both Mac and iPhone X
EDIT: I want to keep this as custom CSS, Im really trying to stay away from custom themes and skins to maintain compatibility and because I cant really find where there stored (pre build)
-
Cant setup or build on new Ubuntu 16.04 server@baris That seems to have solved it, Thanks a lot.
-
Cant setup or build on new Ubuntu 16.04 server@baris 512 MB and no swap. The server is from Vultr
My current server is 512 MB with 512 MB Swap. That server is a VMware VM on my ESXi Server -
Cant setup or build on new Ubuntu 16.04 serverTrying to migrate my installation (https://9854.moe) to a external server and it will not build or compete the setup. It always gets stuck here
2018-03-06T21:36:00.452Z [6903] - info: NodeBB Setup Triggered via Command Line Welcome to NodeBB v1.7.5! This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed. Press enter to accept the default setting (shown in brackets). 2018-03-06T21:36:00.520Z [6903] - info: Now configuring mongo database: 2018-03-06T21:36:00.757Z [6903] - info: [database] Checking database indices. 2018-03-06T21:36:00.764Z [6903] - info: [database] Checking database indices done! Configuration Saved OK Populating database with default configs, if not already set... 2018-03-06T21:36:01.934Z [6903] - warn: [cache-buster] could not read cache buster Error: ENOENT: no such file or directory, open '/home/winterchan/nodebb/build/cache-buster' Previous theme detected, skipping enabling default theme Categories OK. Found 29 categories. Administrator found, skipping Admin setup 2018-03-06T21:36:02.031Z [6903] - info: Global Moderators group found, skipping creation! Enabling default plugins 2018-03-06T21:36:02.045Z [6903] - info: [install/defaultPlugins] customDefaults 2018-03-06T21:36:02.045Z [6903] - info: [install/enableDefaultPlugins] activating default plugins 0=nodebb-plugin-composer-default, 1=nodebb-plugin-markdown, 2=nodebb-plugin-mentions, 3=nodebb-widget-essentials, 4=nodebb-rewards-essentials, 5=nodebb-plugin-soundpack-default, 6=nodebb-plugin-emoji, 7=nodebb-plugin-emoji-android 2018-03-06T21:36:02.072Z [6903] - warn: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin `nodebb-plugin-soundpack-aosp`. Skipping. started 2018-03-06T21:36:02.136Z [6903] - info: [build] Building in parallel mode 2018-03-06T21:36:02.137Z [6903] - info: [build] plugin static dirs build started 2018-03-06T21:36:02.140Z [6903] - info: [build] requirejs modules build started 2018-03-06T21:36:02.141Z [6903] - info: [build] client js bundle build started 2018-03-06T21:36:02.148Z [6903] - info: [build] admin js bundle build started 2018-03-06T21:36:02.150Z [6903] - info: [build] client side styles build started 2018-03-06T21:36:02.151Z [6903] - info: [build] admin control panel styles build started 2018-03-06T21:36:02.152Z [6903] - info: [build] templates build started 2018-03-06T21:36:02.153Z [6903] - info: [build] languages build started 2018-03-06T21:36:02.154Z [6903] - info: [build] sounds build started Killed
I dont know where "Killed" is coming from but i have tried making a whole new install and same result