hi

i want to know ho to remove the maximize button from the home box page block .

Comments

mstef’s picture

The only way would be to alter the modules .js file. Is that what you want to do?

mbasfour’s picture

what is the thing that i have to change to hide the maximize button?

mstef’s picture

Haha didn't the comment on line 46 give it away? Comment out lines 46-59.

mstef’s picture

Title: how to remove the maximize button ? » How to remove the maximize button ?
Status: Active » Closed (fixed)

Closing this because it's a support request which was solved - not a feature request.

Junro’s picture

.portlet-maximize {
display: none;
}

But I'm wondering why we don't have the option in the homebox layout page like the others portlet?

For me, this option is totally useless.

PS: When I use it, the others blocks dissepear... (bug? normal?)