Shape 5

phpBB Club Styles (backup) => Game Crusade - Club => : bluestone February 11, 2011, 08:51:56 AM



: Fluid Width
: bluestone February 11, 2011, 08:51:56 AM
Hello, I want to try set the Game Crusade template to a fluid width if possible.

In root/includes/acp/acp_vertex_controls.php I found the following lines of code which look like the crusade template should have the option in the admin panel to select fluid or fixed width, but the option is not there:

:
 // Game Crusade
function crusade_bg_type ($value, $key = '',$crusade_bg_type = '')
{
$crusade_bg_type_options .= '<option value="fixed"' . (($value == "fixed") ? ' selected="selected"' : '') . '>Fixed</option>
<option value="fluid"' . (($value == "fluid") ? ' selected="selected"' : '') . '>Fluid</option>';
return $crusade_bg_type_options;
}

Do those lines of code mean that it should be an option in Game Crusade or have I got it confused with another function.

I am very eager to use a fluid width so will keep looking for a way, but I am not very skilled at coding at all so any help would be most appreciated.

Thanks.


: Re: Fluid Width
: Dave M February 11, 2011, 01:04:51 PM
Hello, I want to try set the Game Crusade template to a fluid width if possible.

In root/includes/acp/acp_vertex_controls.php I found the following lines of code which look like the crusade template should have the option in the admin panel to select fluid or fixed width, but the option is not there:

:
 // Game Crusade
function crusade_bg_type ($value, $key = '',$crusade_bg_type = '')
{
$crusade_bg_type_options .= '<option value="fixed"' . (($value == "fixed") ? ' selected="selected"' : '') . '>Fixed</option>
<option value="fluid"' . (($value == "fluid") ? ' selected="selected"' : '') . '>Fluid</option>';
return $crusade_bg_type_options;
}

Do those lines of code mean that it should be an option in Game Crusade or have I got it confused with another function.

I am very eager to use a fluid width so will keep looking for a way, but I am not very skilled at coding at all so any help would be most appreciated.

Thanks.

No im affaid not thats for the background images i am currently waiting on a response if fluid with can be done if it can the style will be updated

Thanks
Dave


: Re: Fluid Width
: bluestone February 11, 2011, 05:48:25 PM
Oh awesome, thanks for inquiring Dave, I eagerly await the response :)


: Re: Fluid Width
: bluestone March 20, 2011, 02:20:32 PM
No im affaid not thats for the background images i am currently waiting on a response if fluid with can be done if it can the style will be updated

Thanks
Dave

Hey dave, have you got a response yet about whether the forum can be set to fluid width?


: Re: Fluid Width
: Dave M March 21, 2011, 02:53:11 PM
I have not got a response but i will be chatting to him tomorrow hopefully i will ask agin but i think it will be no

Thanks
Dave