-
-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide stuff users don't have permission to use #454
Comments
Avatar upload box & PM compose links
I'm going to split this across several commits. The first commit fixes the avatar upload box and PM compose links. |
Send this Thread link on threads and portal
This fixes the Send this Thread to a Friend link on threads and portal |
Avatar upload box & PM compose links
Send this Thread link on threads and portal
This fixes the New Thread and New Reply buttons |
This is finished |
@PaulBender |
I can add those |
I've removed the Fixed label meanwhile. |
Hide jump to calendar if only one calendar exists & hide calendar drop down when adding an event if only one calendar exists
Hides theme selector in footer and User CP if only one theme exists; moved theme selector's hardcoded HTML to template (#756)
Hide language selector in User CP if only one language exists and moved language option to template (#756)
Remove the 'Remove Avatar' button if user has no avatar
Removes 'Stop Tracking' buttons on PM tracking page if no PMs are being tracked
Alright, this is now all done. |
What about language selector on registration page and ACP theme selector (also count <= 1)?] |
Hide language selector on registration if only one language exists
Display theme selector when editing user in Admin CP
Fixed the language selector on registration. Stuff in the Admin CP should be shown regardless. |
And few more front-end things I found that were not on the list:
And something similar, except it's not hiding (but saves redundant click time like all things here), don't know if I need to create another issue for this:
I went through all front-end scripts and I guess that's all. At least I can't find anything else. |
Hide "Revert to group default" checkbox when editing your title & Hide "Rate User" button on own reputation page
Hide "Move to Banned Group" selector in Mod CP if only one banned group exists
Hide "Add to Buddy/Ignore List" buttons in profiles where user exists on the other list
Hide "Contact Us" link if diabled to guests or disabled altogether.
@PaulBender there are still some tasks left to finish. |
Hide "Empty Folders" and "Download Messages" in private.php if user has no PMs
Select the "Custom Reason" radio automatically if there are no default types of warnings
Okay, everything is now done |
Closing this. |
Hide any stuff users don't have permission to use.
Additionally, we should hide things that have nothing to show.
The text was updated successfully, but these errors were encountered: