MyBB Community Forums

Full Version: Issue With GentalDark Series: Part 3 ACP Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
@vintagedaddyo

Look at the screenshot below. I got the errors you see at the very top of the screen. 

I have blurred out the real folder name to make the default 'admin' folder more secure. 
(for this thread, let's call that folder 'xyz123')

You can see the versions of MyBB and PHP in the screenshot.

Did I do something wrong here?

[Image: 66015b4a7d8de1ecccc493f70d731534.png]
(2018-10-22, 04:30 AM)Serpius Wrote: [ -> ]@vintagedaddyo

Look at the screenshot below. I got the errors you see at the very top of the screen. 

I have blurred out the real folder name to make the default 'admin' folder more secure. 
(for this thread, let's call that folder 'xyz123')

You can see the versions of MyBB and PHP in the screenshot.

Did I do something wrong here?

[Image: 66015b4a7d8de1ecccc493f70d731534.png]


Edit style.php approx line  1449

Change:

  function generate_select_box($name, $option_list,
$selected=array(), $options=array())

to:
    function generate_select_box($name, $option_list=array(),
$selected=array(), $options=array())
(2018-10-22, 07:26 AM)vintagedaddyo Wrote: [ -> ]
(2018-10-22, 04:30 AM)Serpius Wrote: [ -> ]@vintagedaddyo

Look at the screenshot below. I got the errors you see at the very top of the screen. 

I have blurred out the real folder name to make the default 'admin' folder more secure. 
(for this thread, let's call that folder 'xyz123')

You can see the versions of MyBB and PHP in the screenshot.

Did I do something wrong here?

[Image: 66015b4a7d8de1ecccc493f70d731534.png]


Edit style.php approx line  1449

Change:

  function generate_select_box($name, $option_list,
$selected=array(), $options=array())

to:
    function generate_select_box($name, $option_list=array(),
$selected=array(), $options=array())

Fixed!! 

I had to fix both Gentelive and Gentelpan styles.php files.
(2018-10-22, 08:25 AM)Serpius Wrote: [ -> ]Fixed!! 

I had to fix both Gentelive and Gentelpan styles.php files.

Cool beans, glad you got it sorted. Smile Yep, been meaning to get around to that edit for all related pkgs for awhile but I just hadn't gotten the free time for it yet..., at some point I also need to fix the login styling as for a good while mybb core had a bug breaking all login styling for any custom acp theme..., thus breaking all custom acp login styling...., the bug got fixed but whatever changes where made they caused highly customized login styling to no longer function. Have yet to find the free time to focus on that for the 8 genteldark versions and default respo version, though it is on my massive todo list if and or when I get around to having free time soley on that focus to do so.