It didn't make it into this version... perhaps in the next update though.Puchahawa wrote: ↑Sun Jan 29, 2017 3:11 am Nice to see you were able to get this done with relative ease. I'm doing some testing and was wondering if there is a place in the 3.2 files where we can turn off the collapsible categories. In 3.1 I would open aero/template/config.html and change it from 1 to 0. don't see that file in the 3.2 files.
Yes, all the colors use there own separate CSS files. I just didn't have the time to code all themes to use the same CSS.fmal wrote: ↑Wed Feb 01, 2017 2:29 pm Great! Just a question: I normally use the "aero green" style, and I had all my own settings in aero/theme/*.css
Now I see that some classes defined at aero level are respected if I use the aero style, but ignored if I use "aero green". Should I repeat all the definitions also in common.css under aero_green/them/*.css?
TY in advance
Code: Select all
SQL ERROR [ mysqli ]
Duplicate entry 'aero' for key 'style_name' [1062]
SQL
INSERT INTO phpbb_styles (style_name, style_copyright, style_active, style_path, bbcode_bitfield, style_parent_id, style_parent_tree) VALUES ('aero', '© John Olson', 1, 'aero', '+Ng=', '1', 'prosilver')
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 999
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/includes/acp/acp_styles.php
LINE: 1171
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/includes/acp/acp_styles.php
LINE: 223
CALL: acp_styles->install_style()
FILE: [ROOT]/includes/acp/acp_styles.php
LINE: 148
CALL: acp_styles->action_install()
FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_styles->main()
FILE: [ROOT]/adm/index.php
LINE: 82
CALL: p_master->load_active()