Topic: Deleting Languages
I'm currently using PBB with a non-english language module and users shouldn't have any possibility to change that. Can I safely delete lang/English? What would happen to users who have selected it?
Thanks,
bensh
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Deleting Languages
I'm currently using PBB with a non-english language module and users shouldn't have any possibility to change that. Can I safely delete lang/English? What would happen to users who have selected it?
Thanks,
bensh
1. Download the Languages and Styles plugin and reset everyone's language to whatever you want.
2. Delete lang/English
Great, thanks! That did it.
One more: Is there a way to globally set time? Seems like since my last upgrade, the time zone got screwed up with lots of users...
In that case you'd have to run a database query.
UPDATE users SET timezone=1
Change 1 to whatever you want.
timezone=1 would be CET, right?
I tried doing this with the mysql command line tool - where do I find the table? Or should I use AP_dbmanagement? (See other thread, I'm not sure if I have to put this \"punbb_db_backup." in "plugins".)
You could use the db management plugin. In that case, run:
UPDATE #__users SET timezone=1
PunBB Forums → PunBB 1.2 troubleshooting → Deleting Languages
Powered by PunBB, supported by Informer Technologies, Inc.