MyBB Community Forums

Full Version: how do i hide this in my forum??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to hide this during registration
im not sure exactly but its probably somewhere in templates -> member templates -> member_register
Go to
AdminCP > Templates & Styles > Templates > Choose Your Template > Member Templates > member_register

Now find the opening fieldset tags for Account Preferences and TimeZone in your member_register code and add
style="display:none"
to the fieldset tag.
why on the f fking earth you want to hide this so fking important thing?
what does it matter? It is his forum, he can do what he wants.
(2017-03-23, 06:37 PM)kaarelyb Wrote: [ -> ]why on the f fking earth you want to hide this so fking important thing?

Maybe he wants a quick registration page with minimal required information. I've done something similar in the latest theme I'm developing https://community.mybb.com/thread-209220...pid1268178

[Image: 68747470733a2f2f692e6779617a6f2e636f6d2f...392e706e67]
(2017-03-23, 07:59 PM)Sharree Wrote: [ -> ]
(2017-03-23, 06:37 PM)kaarelyb Wrote: [ -> ]why on the f fking earth you want to hide this so fking important thing?

Maybe he wants a quick registration page with minimal required information. I've done something similar in the latest theme I'm developing https://community.mybb.com/thread-209220...pid1268178

[Image: 68747470733a2f2f692e6779617a6f2e636f6d2f...392e706e67]
oh thats good idea.