NodeBB-Community / nodebb-plugin-custom-pages

Allows you to add as many new pages as you like to your NodeBB forum
BSD 2-Clause "Simplified" License
39 stars 24 forks source link

Can't add more than 20 pages #45

Closed orisnas closed 7 years ago

orisnas commented 7 years ago

NodeBB v1.4.5 Can't add more than 20 pages

psychobunny commented 7 years ago

That's weird. Is there any error in the browser console or server side?

orisnas commented 7 years ago

No.It says 'success' but there's no new tpl in extend→widget.

psychobunny commented 7 years ago

I can't repro this on latest plugin / nodebb. Managed to add 23 pages and they do show up on the widgets page. Maybe try the latest version of the plugin / nodebb?

widgets

psychobunny commented 6 years ago

Hi @orisnas, just letting you know we did end up managing to reproduce your error today. Apologies! The fix is available in latest core as of https://github.com/NodeBB/NodeBB/commit/13e56ad5f3e02d40b63bc402c4584738b1aa5c46

(see https://github.com/NodeBB/NodeBB/commit/ea8cf6545c170e8811ba018e6d8e682cc2fc7d8c for actual fix)

Sorry and thanks for reporting!