To just the author and mods, unfortunately we cannot support this yet, as we don't have a "post author" pseudo-group. That is a good idea, though.
We did accomplish this via nodebb-plugin-support-forum, you could try this and see if it still works?
Hi,
I am trying to edit template, and I see there is a variable which define bootstrap column size, the variable name is:
{register_window:spansize}
How we can define this for our custom template?
I suppose (and this is what I do) we can just simple ignore it, and remove.
But this return col-md-12 or col-md-6 for register.tpl (depend if social login are enabled or not).
Now I don't want left and right, but top and bottom (top social link and bottom register form).
I can only remove {register_window:spansize} and add my cols class.
Thanks!!