On the topic of automatic linking back to a post...
-
... this just got implemented in core, and in Persona (not Vanilla):
companion to nodebb/nodebb@5dcba90 · NodeBB/nodebb-theme-persona@e75a9ec
Persona - A modern and responsive NodeBB theme. Contribute to NodeBB/nodebb-theme-persona development by creating an account on GitHub.
GitHub (github.com)
Looks a bit like this:
It provides a quick link back to the post you were replying to, and.. judging by the screenshot, I'm not so good at hitting the smaller reply button (the bigger button doesn't save the post association)
@3rd-Party-Developers, this is how you can implement it in your theme:
-
Ou, I didn't know about such feature.
Maybe tune it a bit, and change UI when there is a selection on the page/post entry? -
Did it dissapeared?
-
-
Taking a closer look at the code, its hidden on mobile view using
hidden-xs
.btn btn-xs btn-default hidden-xs
The reason why its hidden... no clue. Maybe to keep noise down the a minimum. Any how, its easy to add back just by removing the
hidden-xs
part. -
@trevor said:
Taking a closer look at the code, its hidden on mobile view using
hidden-xs
.btn btn-xs btn-default hidden-xs
The reason why its hidden... no clue. Maybe to keep noise down the a minimum. Any how, its easy to add back just by removing the
hidden-xs
part.Yeah i know is easy to change it. i didnt have desktop to check it. Thanks for the info. It was visible on mobiles before