@Fastidious said:
Of course I saw it. My finger got tired of clicking on it, while observing no results at all.
Oh? Feel free to reply to the issue I closed, my bad. From the original report I assumed you didn't notice the button as opposed to that button not actually working.
EDIT: Minor victory for me, because our team thought I sucked at UX because you didn't see the button. I just suck at coding then Please post git hash and stuff on the issue thread, will try and reproduce myself. FWIW, it does work for me on latest.
Also I noticed the "browsing" avatars don't display on mobile or tablet. And that's probably due to the lack of space. There are a couple of options: use the Bootstrap grid markup or an alternative is flexbox
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.
@Fastidious I just took a look through the templates and the status class is used in lots of places so removing the property might not be a good idea after all (as lots of testing will be needed). I think the padding fix might be the best option in this case.
Not impossible, just not worth the effort. The values are contained in the config hash, so if you want to clear it, you can go in and remove them manually...
As of version 1.0.0 NodeBB has by default enabled sendmail transport plugin. So it's enough to make available "sendmail" command in your system.
For example on Debian Jessie with postfix installed you can do so with symlink:
ln -s /usr/sbin/sendmail /usr/local/bin/sendmail
and test it like:
echo "Test mail" | sendmail -i -f [email protected][email protected]
Source: https://github.com/NodeBB/NodeBB/blob/master/src/emailer.js#L8
Note: I know it's an old thread, by I want to make it clear to those who comes here from google, like me.
@frissdiegurke then it is settled. Though... now I am at a crossroads. "I sum fastidium," albeit wrong, makes me unique (a little bit more that we all are). Yet, Fastidum Sum, other than being correct, it sounds better. Correcting it, thanks!
Do after clicking on the chat or notification icon, you don't see any errors in your browser console? What about your nodebb logs?
Have you tried stopping, building, and starting nodebb from the command line?
It may not be the imgur plugin. You don't need to uninstall plugins to check, just disable them, then rebuild and restart.
As I wrote before, this feature will be very nice (can't understand why it doesn't exist on the core already), and helpful to have.
I am referring to a feature that will allow replies (either a reply or quote reply) to a comment within a topic, to link back to the comment/quoted comment.