@frissdiegurke okay, looking forward to it. Danke!
wirehack7
Posts
-
[nodebb-theme-dark-rectangles] Dark Rectangles Theme -
[nodebb-theme-dark-rectangles] Dark Rectangles ThemeSeems to be broken for 0.4.x:
GET http://highxplosive.com/404 404 (Not Found) highxplosive.com/:25 Uncaught ReferenceError: require is not defined (index):35 Uncaught ReferenceError: $ is not defined dark-rectangles.js:1 Uncaught ReferenceError: require is not defined (index):567
-
Requesting featuresOh, they are already there. Nice to know and looking forward for the next version.
-
Requesting featuresHello,
I am using nodebb since a few days now. I am requesting these features for a better useability:
IP-Addresses: IP-Addresses of users should be stored, even if law enforcement is requesting this or other urgent behaviour. As admin u should see which IP Adresses where used by a user.
Change password (Admin): administrator should be able to change easily the current password of any user, even if he doesn't know the current password of the user.
Delete user: it should be able to delete a user. Here in Germany a user has always the right that his account will be deleted if he requests. Please implent that.
-
[nodebb-plugin-shoutbox] Shoutbox plugin@phreaker said:
@Mr_Waffle No and no - and it was my first plugin after a new vps(ubuntu 12.04)+nodeBB install. But i updated Redis later after i saw in the admin menu the current version (from 2.2).
staticDir is deprecated, use staticDirs instead
the same error for the RSS plugin at the nodebb start but thats works fine without any problem.
This is a warning, not an error. Although, it works with this deprached function.
-
how to keep my nodebb onlinePlease use forever as recommended by the nodebb team.
Install it like mentioned in the How-To and run nodebb like mentioned in the howto. Thanks!
-
[nodebb-theme-dark-rectangles] Dark Rectangles ThemeOkay, I deactivated JS via a Plugin in Chrome (NotScripts). When disabling JS in entire browser it works.
Sorry for my mistake. -
[nodebb-theme-dark-rectangles] Dark Rectangles ThemeWont work with this theme. The screen is blank then: http://highxplosive.com
-
[nodebb-theme-dark-rectangles] Dark Rectangles ThemeI am requesting a feature if this is possible:
Adding a warning if Javascript is disabled in browser, due the fact that nodeBB won't run that good without javascript (or this theme). Thanks!
-
[nodebb-plugin-twitter] Twitter tweet embed pluginThis plugin is broken:
Plugin seems broken · Issue #1 · dovydaskukalis/nodebb-plugin-twitter
The plugin seems to be broken. Maybe you add the API functions of Twitter? Uncaught ReferenceError: twitterEmbed is not defined oembed.json?id=434363972666417152&callback=twitterEmbed:1 Uncaught ReferenceError: twitterEmbed is not define...
GitHub (github.com)
-
[nodebb-theme-dark-rectangles] Dark Rectangles ThemeAs some may noticed, when using emoji the smilies also get width and height of a big size, here is a workaround:
.category-box .post-preview p img:not(.emoji) { width:auto; height:auto; max-width:100%; max-height:100%; }
With the CSS3 :not() selector.
-
[nodebb-theme-dark-rectangles] Dark Rectangles ThemeOkay thanks, it works.
I encountered a problem:
When there is a image in post, the image wont be fit in this box.
I am using this costum CSS:
.category-box .post-preview p img { width:auto; height:auto; max-width:100%; max-height:100%; }
It is working with that now:
-
[nodebb-theme-dark-rectangles] Dark Rectangles ThemeHello, great theme!
How to use categories pictures for the categories? So they will be displayed as background for the category box, with the icon above it.