Any body can explain where this place in nodebb, which transform markup to html?
Claus
Posts
-
Thumbnails for imgur plugin -
Thumbnails for imgur pluginMay be I can write handler, but I can't understand how to hook standard composer before render html.
Anybody can explain? -
[nodebb-plugin-shoutbox] Shoutbox plugin@zoharm said in [nodebb-plugin-shoutbox] Shoutbox plugin:
@Schamper possible bug report if interested: I tried plugin with v1.1.2 and the admin page won't save settings when clicking "save settings" button, reloading page would lose the settings and they won't take effect.
The same thing on v.1.1.0
@Schamper waiting for your update -
How to get user data in partials/topic/post.tpl ?Hello there!
I want to hide arrows up and down from users, which have reputation less than x.
How to get logged in user object with his reputation in partials/topic/post.tpl? -
Thumbnails for imgur plugin@chrismccoy
this plugin not working
This plugin allow to load raw image and after manipulate with it.
It's very expensive to load original images, if you have 30-50 or more on the page.
I need to use thumbnails on page, generated via imgur. -
Thumbnails for imgur pluginPlugin that allow to add extra parameters for img's code
![alt text](image url)
to see original or thumbnail pictures, attached to post.
Thumbnails can be opened in popup via lightbox, fancybox or colorbox (can choose library in ACP).For example, small thumbnail [90x90]:
![alt text](http://i.imgur.com/picture1.jpg)[s]
convert to:
<a href="http://i.imgur.com/picture1.jpg" class="fancybox"> <img src="http://i.imgur.com/picture1s.jpg" /> </a>
P.S.: Table of thumbnails on imgur.com:
-
Setting up nodebb-plugin-featured-topics-extended -
Setting up nodebb-plugin-featured-topics-extended@yariplus said in Setting up nodebb-plugin-featured-topics-extended:
Should be updated now, let me know if it works.
I have the same issue. Trying on nodebb 1.1.0
Do you have an instruction - how to adjust this plugin? -
Edit/remove tags@baris said in Edit/remove tags:
Go to /admin/manage/tags and select the tag/tags you want to modify. You can change the colors or delete tags on that page.
Thanks for quick reply!
Changing colors very cool stuff, but I can't edit tag text.
So, if I want to modify tag text, decision is:- edit post with this tag;
- remove not correct tag;
- add correct tag.
Right?
-
Edit/remove tagsHi there!
How can I editor remove unusedtags on admin page?