Jump to content

qwertyhosting

Member
  • Posts

    2
  • Joined

  • Last visited

About qwertyhosting

qwertyhosting's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I did see that but couldn't get it to work. Did it work for you? What I was able to do was create a different variable and assign that a value in the php file for the custom page $ca->assign('fullWidth', true); $ca->assign('skipMainBodyContainer', true); in the tpl file for the page it now picks up $fullWidth but still doesn't pick up $skipMainBodyContainer, despite using the same method to assign a value.
  2. Can some explain how/where I can set $skipMainBodyContainer ? I have a custom page and I want to make the contents full width. Setting $skipMainBodyContainer to true would do this but I can't get it to work. I've tried creating a simple hook to always set this to true just to see if I could get it working but it's still not updating. Any help would be welcomed! function full_width_hook($vars) { return array("skipMainBodyContainer" => true); } add_hook("ClientAreaPage", 1, "full_width_hook");
  3. Welcome to WHMCS.Community qwertyhosting! We're glad you're here please take some time to familiarise yourself with the Community Rules & Guidelines and take a moment to introduce yourself to other WHMCS.Community members in the Introduce Yourself Board.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated