How to disable right can left side box on profile add page?

Hi All

Can some one point me a method of How to disable right can left side box on profile add page?

Thanks

Martin

Go to Design/Blocks, click the profile page tab and disable all blocks in in the left/right columns.

Thanks for your reply,

But i can not find the profile tabs see the attached images.

Thanks

profile.jpg

i have checked the demo version of the cs card, it has no profile tab option either. Where to enable this tab?

Thanks in advance

Sorry, I was relying on my memory which is rarely a good thing to do! You are correct. There is not a profiles page that manages the blocks… You would have to do this in main.tpl by using an

{if $controller != ‘profile’}

here’s the code for “Left”

{/if}



and the same for ‘right’.

wonderful, Thanks for your support.