@yariplus Thanks!
JLChnToZ
Posts
-
[nodebb-plugin-gravatar-extended] NodeBB Gravatar Extended Plugin -
[nodebb-plugin-gravatar-extended] NodeBB Gravatar Extended PluginMaybe I should ask someone for help... I am quite busy now days and I don't have much time to deal with the modified parts of avatars handling in v0.9.x...
https://github.com/JLChnToZ/nodebb-plugin-gravatar-extended/issues/3
-
[nodebb-plugin-gravatar-extended] NodeBB Gravatar Extended PluginAlright, I will have a look and try to fix this.
-
[nodebb-plugin-gravatar-extended] NodeBB Gravatar Extended Plugin@Mega Thanks for helping me to upgrade this plugin very much~!
-
What editor do you use?Most used notepad++, and Cloud9 sometimes.
They both simple and fast enough for me -
Github Card PluginNice!!
-
[nodebb-plugin-bilibili] BiliBili PluginHello, it's me again.
Here is my third plugin, BiliBili plugin.
This is another simple plugin that converts video links from Bilibili to embedded players.Git Repo: https://github.com/JLChnToZ/nodebb-plugin-bilibili
Installation:
npm install nodebb-plugin-bilibili
Enjoy!!
-
NodeBB Plugin & Theme Contest Bonanza 2014Alright, let me have the try.
First entry: https://community.nodebb.org/topic/2533/nodebb-plugin-niconico-niconico-plugin
-
[nodebb-plugin-niconico] NicoNico Plugin@psychobunny If this fits the requirements, of cause.
But is there any procedure needed?
-
[nodebb-plugin-niconico] NicoNico PluginHi, everyone.
I have wrote another plugin again. This time is a video plugin for a famous Japanese video sharing site called NicoNico.
And... here it is!
The GitHub repo.:
https://github.com/JLChnToZ/nodebb-plugin-niconicoInstall:
npm install nodebb-plugin-niconico
Usage:
Enter any video links from NicoNico likehttp://www.nicovideo.jp/watch/sm......
in the posts, it will transform into an embeded player just like the one in YouTube.That's it.
-
[nodebb-plugin-gravatar-extended] NodeBB Gravatar Extended Plugin@markkus Great idea, and I just added it experimentally.
-
The ACP menu of 0.5.2 is not working on mobile device?Also, by the way, there is no links to going back to the forum.
-
The ACP menu of 0.5.2 is not working on mobile device?@psychobunny nope, no response while I swipe it.
Maybe I should downgrade.
-
The ACP menu of 0.5.2 is not working on mobile device?I was unable to pull out the navigation menu of the ACP on my android phone.
It's running 0.5.2 now.
Any ideas?
-
Hook Request ThreadCan I have a filter hook that can process the raw HTTP request from users? I'm wondering if I can use this to do something with the request headers before NodeBB processing everything.(sorry for my bad English...)
-
Who is using NodeBB?The support forum of my Automatic Avatars is powered by NodeBB too
https://bbs.avatars.moe -
[nodebb-plugin-gravatar-extended] NodeBB Gravatar Extended Plugin@julian Thanks
The truth is, I did not directly override the field, instead I injected some code to the Gravatar function using simple JavaScript technique. You can have a look of my repo. -
[nodebb-plugin-gravatar-extended] NodeBB Gravatar Extended PluginHello everyone, this is my first post in this forum
I would like to introduce my first NodeBB plugin, Gravatar Extended Plugin.
This is a simple plugin that extends some parameters into NodeBB ACP's Custom Gravatar Default Image settings. Useful for customize the default avatars with third-party avatar generators.
Currently, it accepts these parameters:
%md5
- the MD5 string of the user's email%email
- the raw email address%user
- the user name%size
- the image size
For example:
You can use
%md5
to fetch avatars from my Automatic Avatars system by entering:
https://avatars.moe/Default/%md5/%size.png
or you can use
%email
to fetch avatars from Adorable Avatars by entering:
http://api.adorable.io/avatar/%size/%email.png
Just enter them like this:
The url will be parsed correctly once the settings has been saved.Here is my GitHub repo:
https://github.com/JLChnToZ/nodebb-plugin-gravatar-extendedInstallation:
npm install nodebb-plugin-gravatar-extended