Closed (won't fix)
Project:
Homebox - Individual user dashboards
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2011 at 13:59 UTC
Updated:
21 Feb 2023 at 18:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joachim commentedHere is a patch that restores these.
I've added code to alter the Views exposed form submit button, as I think the 'Apply' label on the submit button doesn't make sense here, as there's nothing for the form to apply *to*. Unfortunately, this requires a fair bit of hoop-jumping to alter the form only when it's being shown in a homebox.
Comment #2
mikebell_ commentedTested this on our setup and it works fine. Not sure why they were ever excluded in the first place.
Comment #3
michielkenis commentedDidn't work out for me... It clears my whole homeboxes.
And I don't have this line:
$array = module_invoke($block->module, 'block', 'view', $block->delta, array('homebox' => $block));But I have this one:
$array = module_invoke($block->module, 'block', 'view', $block->delta);How can I solve my problem?
Comment #4
neograph734Patched against Drupal 7.
For me this worked immediately after removing the following code block
So the patch is a bit smaller than the D6 version.
Comment #5
anybody