@Xen Settings → Posts → Teaser → First.

Fastidious
@Fastidious
Fastidium sum.
Best posts made by Fastidious
-
RE: How to disable the update teaser?
-
RE: European Cookie Bullshit
@prog said:
By why should we (website owners) use this shit?
Simple answer? It is the law, deal with it.
-
Upload to S3
Instead of trying plugin after plugin, does anyone knows of an upload to S3 plugin that is compatible with 0.8.X? Come across two or three, but that are older than Methuselah.
-
RE: Installing on FreeBSD, error
@psychobunny said:
If you could add a freebsd section to the docs then kudos to you
Done. Pull request pending.
-
RE: Setting up NodeBB for a Q&A style website
@tanzentu said:
What is Q&A?
Questions and Answers (Q&A).
-
RE: UI bug on Profile
@frissdiegurke said:
Ya, that dropdown should clearly drop the
pull-right
classhttps://github.com/NodeBB/nodebb-theme-persona/pull/151
I was betting it was a theme issue. Thanks!
Btw. is the bio intended to be english-latin mix? "fastidium sum" would be the correct latin thought.
I am not sure, to be honest. My mother tongue is neither english, nor latin, but spanish. In spanish we would write:
"Soy fastidioso." or "Yo soy fastidioso."
Since spanish derives from latin, I though it would follow the same grammar. Either way, being as fastidious as I am, now I will not feel good until I have gotten to the bottom of it. Thanks, mate. A lot.
-
RE: Recently logged in IPs issue
Got it to work by changing my
nginx.conf
line:proxy_pass http://REAL.IP.OF.SERVER.HERE:4567/;
to:
proxy_pass http://127.0.0.1:4567/;
And my
config.json
to:{ "url": "http://REAL.DOMAIN.HERE", "base_url": "http://REAL.DOMAIN.HERE", "use_port": "false", "secret": "SOME-SECRET", "database": "redis", "redis": { "host": "127.0.0.1", "port": "6379", "password": "A-PASSWORD-HERE", "database": "0" } }
-
RE: What will be NodeBB In 2100 year?
NodeBB will not exist in the year 2100, but nor will we.
-
RE: Cannot load my notifications
It was fixed, but the forum was not updated. Now is. Over and out.
-
Division line at footer
I would like to have a border at the top of the footer, similar to the one that shows at the bottom of the navigation. I know I can modify the footer widget, and I have done so (the
<hr />
<footer id="footer" class="container footer"> <hr /> <div class="copyright"> Copyright © 2014 <a href="https://nodebb.com">NodeBB</a> | <a target="_blank" href="//github.com/NodeBB/NodeBB/graphs/contributors">Contributors</a> </div> </footer>
However, the line doesn't stretch to touch the edge of the browser, just like the navigation does. How could I go to accomplish that?
Latest posts made by Fastidious
-
RE: Disabling skins
@Danny-McWilliams said:
If you're using 0.8.x, there's a "revert" button on bottom-right of skins page (looks like an undo or back button).
Of course I saw it. My finger got tired of clicking on it, while observing no results at all.
-
RE: Disabling skins
No, @Kowlin. As as administrator, under the Administrator Control Panel (
/admin
) I picked a skin. Once you pick a skin there, there is no way to set the skins to none. The only way I have found to reset skins is by changing the theme, and going back to the theme you had before. That will reset skins. -
RE: Disabling skins
@henrywright I know, I already have it disabled. As an admin, from the control panel, I have played with skins. Now I want to go back to defaults (no skin?), but I do not see a way to do that.
-
RE: Disabling skins
@Kowlin I forgot to mention this is from the administrator panel, not as a user. Selecting a skin as an admin doesn't have a "default" option from the tiles.
-
Disabling skins
I played around with skins, and now want not to pick any, and go back to NodeBB's default (no skin?). How can I do that?
-
RE: Display time-ago in chat message modal
@baris said:
I fixed it on latest.
I pull from 0.8.x repo. Which repo should I use to get bleeding, and hence those daily changes?
-
RE: Install Nodebb and Ghost Blog
@kimikelku said:
server_name bundlesbug.com/forum;
That is wrong. Server name remains the same (and you can't pass URL like parameters on server name), location changes. The right way is:
server { listen 80; server_name bundlesbug.com; location /forum/ { Check NodeBB documentation for the complete configuration that follows here. } }
-
RE: Google, Facebook and Twitter SSO gone
Facebook login continues to disappear. The plugin is enabled, and set, and was working, it just "goes away" after certain time. NodeBB has continued to run without a crash, nothing shows on logs. There is certainly a problem with the plugin--or something I can't pinpoint.
-
RE: Recent Topics
@julian it seems to add a "QuickStart" setting under "Plugins" that looks as if someone left in a hurry (for coffee, or beer, or both) while it was crafting it.
/cc @psychobunny