Random Penguin
· 6w
This was a comment on my other post but I want to raise it as its own issue as to whether this solution addresses the problem of new users not knowing how to create a Page or Group on Friendica?#Frien...
Is there any reason I shouldn't be exposing the account type and page flag data on the front-end?
The way I wrote my mod each option has a numerical value. The first digit represents the account type and the second the page flag. So any URL with parameters to auto-select an account type from the dropdown would be like ?type=32.
But it could also be written to use strings for the option values and then equate those to numbers on the backend, so then the URL with params would be like ?type=group.