a related topic you can get some info:
https://community.nodebb.org/topic/14061/persona-theme-subcategory-view-on-main-page
a related topic you can get some info:
https://community.nodebb.org/topic/14061/persona-theme-subcategory-view-on-main-page
@MJ said in Simple Night Mode for NodeBB:
body.lights-out .fa.fa-fw.fa-comment-o{
color: white;
}
/Mobiel/
.navbar-default .navbar-toggle {
border-color: #fff;
}
In case, anyone wants to make the tags and pagination container dark as well, we have this addition to the code above:
body.lights-out .fa.fa-fw.fa-comment-o{
color: white;
}
body.lights-out .category>ul>li .tag-list .tag {
background-color: #404040;
}
body.lights-out .pagination a{
color: #ffffff;
background-color: #404040;
border-color: #232323;
}
/*Mobiel*/
.navbar-default .navbar-toggle {
border-color: #fff;
}
Edit: You can also add this for active page on the pagination
body.lights-out .page.active a{
background-color: #848484;
}
@omega Thanks, somehow your code was always flexing the icon only... But I managed to get two column view with this CSS addition on persona theme: (on 1.12.2)
.category-children .category-children-item {
float: left ;
width: 20em ;
}
Thanks a lot, I got the em
idea from you until then I was unsuccessfully trying with
%
here is how it looks:
Hello,
First, I would like to thank all contributors to NodeBB, we love it. Since %80 of our users were using their mobile phones to reach us, we have switched from vbulletin to nodebb, and we are very happy about this.
I have a request but I am not sure if it is possible to do, since the idea came up more than several times in our forum, I wanted to carry the suggestion here.
We have a very friendly forum but sometimes some users are complaining that it is very addictive and they are spending too much time on the forum doing chit-chat etc. and ask for a feature of temporary account freeze (for a few weeks or a few months), we think this might be also useful option for students in their midterm or final exam times as well...
We have "delete your account" feature on, but of course we do not want them to delete their account for this purpose, later they will come back. We do not want to ban them temporarily since this is voluntary and there will be "banned" tag on them as if they did something wrong.
They want
and when they enter the forum, they would like to continue where they left off.
I hope it is possible.
Thanks.
@PitaJ said in welcome page error:
Please ensure the URL value in config.json matches exactly the URL at which you access your site.
thanks, that solved the issue.
@Koshy246 said in I’m a student and I want to create a NodeBB:
@crazycells yes it’s the server that Im looking for
maybe everyone in your group can chip in several bucks ?
we use digitalocean and pay $10 monthly for the server, but there is $5 monthly option as well.
@kevin-redx said in Embed Live Content:
How can I embed a YouTube live video on my forum?
I have just tried a link from youtube.com/live
iframely does the job... fyi...
@julian said in Voluntary temporary account freeze:
Hey there! That's a neat problem to have -- to have your users to addicted to the forum they voluntarily ask to be temp banned, basically
Reach out to us at sales@nodebb.org, this would be custom dev that we would probably not want in core (since it's not really something that appeals to everyone), but we'd be happy to build it out as a plugin for some fee.
Thanks, will do that...
@Koshy246 unfortunately, I do not know any free service. maybe others can direct you...
@zaasmi said in Simple Night Mode for NodeBB:
@crazycells said in Simple Night Mode for NodeBB:
https://github.com/psychobunny/nodebb-plugin-night-mode/issues/2
Just Installed plugin, but noting show for night mode changes, please guide we need more step to implementation.
I think you should re-start the forum after installing the plugin.
But I guess plugin still has some bugs, you can use the codes above and add them to your custom CSS in Admin Control Panel. Feel free to change/add/delete any codes above according to your needs.
@julian said in username length problems:
@crazycells The maximum username length is governed by a field in the ACP. If SSO signs up users with longer usernames, then you could always adjust the value to match restrictions from the SSO.
That is already set in ACP; but apparently SSOs (it was facebook in this case) are letting usernames with more than set length.
I want this to be adjusted while users are signing up (by SSO asking user to shorten username), so we do not have to change their usernames later.
When people sign up using SSO, they can have username with longer than 16 characters, but when these users try to edit their profile they keep getting 'username too long' error...
Since they cannot edit their username afterwards, they should either get this error while signing up, or should be able to edit their profile without error.
Btw, this is not about 1.13, we still could not upgrade yet, we are still on 1.12.2 , fyi.
@scottalanmiller we have turned "post queue" on for this purpose.
Settings > Post > New User Restrictions
we have set the reputation threshold to 1 , so when a real person joins in we can just give him one upvote and he should be cleared. If not, then we either block or delete them.
I have requested from @baris to add post queue option only for the first post of new users, I believe he already added to the next version. So, wait for it
Additionally, we have Spam-Be-Gone plugin and using actively Re-Captcha by Google at the registration. This might also help to you.
We also have "StopForumSpam" and "Honeypot" keys in Spam-Be-Gone plugin... but I cannot tell 100% if they are acting or not...
Good luck!
Bug: The number of group members does not show correct numbers.
We have 28 members in the first group, but it shows "-10"
We have 8 members in the 2nd one, but it shows 9
We have only 3 members in the 3rd one, but it shows 4 and it puts "..." as if there are more members to see...
These groups are based on "Rewards" system, so for example if you have either 500 posts or 500 reputation point you go into 1st one, when you have 1000 posts or reputation, it deletes you from the 1st one, and adds you to the 2nd one, and so on...
I do not know why forum shows wrong numbers but I have to say rewards system page in ACP also does not work perfectly, when you add a reward rule, the rule is doubled on page by itself, when you restart the forum the order changes, so you have to go through find the duplicates and delete etc. so, there is something funny going on there... I thought it might affect the count.
But this bug is not a functional error, it is just make up, it does not affect any group related usage so reward system works fine and if you click the group name, it shows members correctly. The problem is only on rewards page in ACP and also in the information on "......com/groups" page.
This is 3rd group, we have only 3 members in this group:
@baris said in HTML boxes are not scrollable:
Try removing
ui-draggable-handle
from those boxes.
Thanks , that solved the issue.
We put some html boxes on the top of the page by using widgets for some announcements, however on mobile phones you cannot move below of the screen because of these boxes... you have to avoid the boxes and if there are more than one, it is very difficult to use the forum efficiently.
iPhone - Google Chrome
(but the same bug is reported to us from an Android user)
Our forum is in paginated form, so I was not aware of this function... I was writing for paginated design so everyone can use it, but apparently infinite scroll design is already using it...
So, in this case my question will be about paginated forum...
There are redundancy and lack of buttons..
Arrows are:
two << (up) or
one < (up)
or
two >> (down) or
one > (down)
two arrows takes you either to the first or last post of the topic... one arrow takes you previous or next posts...
However there are already pagination, so you can go to first or last page with pagination anyway... with these settings there are no way you can go to the top of the page, or to the bottom of the page (I meant first post of the page not the topic or last post of the page not the topic), you have to scroll to the top or to the bottom...
I think it will be more useful if two arrows take you to the top of bottom of the page rather than topic... If people wants to go to the first page or last page, they can do it using pagination anyway...
I have realized Discourse has this post timeline tracker on the right side of the topic, so you can know how many more posts ahead of you to read... I think it is a nice feature to have on both pagination or scroll design.
Actually, other people including us are also interested with this kind of configuration... It would be great if there is a neat and reliable solution.
https://community.nodebb.org/topic/13627/shared-login-between-multiple-nodebb-sites