Hello, just tried the "Submit Button" module on forum pack and also on my own multi-type demo section. It seems there is an issue with the button label(s). They are always the same. It does always use the backend label parameter. BTW, what is the purpose of this parameter? Is it a sort of an override for 1 type sections?
I guess, the buttons should get the proper label for each type. At least this is shown in your screenshot in the download area:
The submission links are correct. Just the label is "generic". Here is my own test and screenshot with forum pack:
I think it should follow the same logic and technique like in the usual section-menu. Make use of a dynamic language text string: "Submit %s here", where %s is the type name.
Additional idea for better UX:
If a submission requires to be logged-in, it might be useful to show a different button style i.e. red color / btn-danger.
At least a tooltip like in section-menu "Register or Login to submit %s".
Hello, just tried the "Submit Button" module on forum pack and also on my own multi-type demo section. It seems there is an issue with the button label(s). They are always the same. It does always use the backend label parameter. BTW, what is the purpose of this parameter? Is it a sort of an override for 1 type sections?
I guess, the buttons should get the proper label for each type. At least this is shown in your screenshot in the download area:
The submission links are correct. Just the label is "generic". Here is my own test and screenshot with forum pack:
I think it should follow the same logic and technique like in the usual section-menu. Make use of a dynamic language text string: "Submit %s here", where %s is the type name.
Additional idea for better UX:
If a submission requires to be logged-in, it might be useful to show a different button style i.e. red color / btn-danger.
At least a tooltip like in section-menu "Register or Login to submit %s".