Yes, maybe we should have those turned off by default. Yes there can be an ACP switch for those extras. I can give you a Sql command to turn that off for every user when I get back home to my computer.
In the migration files you can change the default from 1 to 0 on that and then re-install it. But I would have to get back to my computer to show you that.
Yes, maybe we should have those turned off by default. Yes there can be an ACP switch for those extras. I can give you a Sql command to turn that off for every user when I get back home to my computer.
In the migration files you can change the default from 1 to 0 on that and then re-install it. But I would have to get back to my computer to show you that.
// To turn off welcome message all users
UPDATE `phpbb_users` SET `user_mobile_welcome` = '0';
// To turn off header image all users
UPDATE `phpbb_users` SET `user_mobile_header` = '0';
// To turn on welcome message for only Guests
UPDATE `phpbb_users` SET `user_mobile_welcome` = '1' WHERE `phpbb_users`.`user_id` = 1;
I'll add some switches in ACP on next version and maybe have these off by default.
Nice one I'm guessing Iphones & Ipads are on there already, if not my friends have got these devices I'll get them to look at your site if need be
Edit: I notice Iphone is on the that document you posted, but no Ipad would you like me to get one of my friends to look on your site, they have an Ipad :)
Another edit: Someone just signed in with a Ipad and it came up sorry about that
Last edited by Bullseye on 27 Sep 2015, 15:48, edited 5 times in total.
Yes, iPhone, iPad and iPad are in there. None of them show model numbers in their browser user agant so there is no way to show the version of iPhone. But they are fine the way they are.