@TeeJay
You can filter by tag since NM Addons 0.7, see here.
Sorry it's only documented in the GitHub page, I should update the docs...
Did you redefine the ellipsis in your NM custom settings? If so, you will need to add something like this to your code:
(if not, the default ([...]) will be used in "external" (non-news) pages.)
You can filter by tag since NM Addons 0.7, see here.
Sorry it's only documented in the GitHub page, I should update the docs...
Did you redefine the ellipsis in your NM custom settings? If so, you will need to add something like this to your code:
Code:
nm_set_text('ELLIPSIS', '...');