[nodebb-plugin-featured-topics-extended] Feature Topics in a News/Blog page and Widgets.
-
Just updated while moving to 1.4.0, everything works just a small theme issue
Porta shows "Invalid Date" next to the username, fixed it with a custom theme for now
http://i.imgur.com/qJJjsSo.png -
@yariplus Thanks for this great plugin. I have an idea, but I don't know if it will work. Could you give your thoughts on this?
Goal: Lists topics lists that include a thumbnail picture, snippet of text, topic author, topic date, number of comments.
Most of this can easily be done. The only thing in question is making the thumbnail. I thought of the following process:
Step 1: Topics always start with an imgur url image file
Step 2: That imgur url is then pulled out of the topic content using regular expressions and resized using this plugin https://community.nodebb.org/topic/2677/nodebb-plugin-image-sizer-image-resizing (this is done within a custom template inside featured topics extended). This would allow anyone to control the image shape - it could be a square, wide rectangle, tall rectangle, etcDoes this make sense? Do you think this is doable?
-
@yariplus This is a really good idea, and the initial introduction says lots of things do not work and it is WIP, with that said, Is this still being developed.
I found an issues where only stuff you feature under news list works, if I create a new list and feature things in there, it does not display the featured articles, could be just my usage of it. I can see the my featured article in my new list in admin, but when you click the menu button, nothing displays. You can only see featured articles in the default list.
-
@letsdothis Absolutely still being developed!
If I'm understanding you correctly, this is intentional. Only the
News
list will appear on the home/front page. Any additional lists you make are featured inWidgets
which you must place on a page from theadmin=>extend=>widgets
menu after creating the list. -
When does the new update come in?
-
Updated to v0.3.0
- Fixed all NodeBB 1.5.x compatibility issues.
-
Updated to v0.4.0
- Fixed compatibility with nbb 1.7.x
- Fixed widget settings not saving if a custom list was selected.
- Fixed widget area
content-between
, widgets now properly render between each post.
-
@yariplus said in [nodebb-plugin-featured-topics-extended] Feature Topics in a News/Blog page and Widgets.:
GitHub - yariplus/nodebb-plugin-featured-topics-extended: Adds a customisable news/blog page and some widgets using featured topics.
Adds a customisable news/blog page and some widgets using featured topics. - yariplus/nodebb-plugin-featured-topics-extended
GitHub (github.com)
-
There is no page title set for /news page created by the page. It just shows the URL i.e https://mywebsite.com/news instead of any title.
How do I add a title?