The boxes tag has no wiki summary.
0
votes
1answer
33 views
How to remove a box?
I created a custom box on the Open Atrium dashboard. The box contained PHP code, I forgot a comma and now I got a blank page. The problem is that I don't know how to remove that box now. It is not ...
1
vote
1answer
125 views
Entity reference field in a block
So I have a custom content type where I use an entity reference to store a node and then display it a a teaser on a page.
I now want to achieve a similar thing with a block. I've create a basic block ...
5
votes
3answers
685 views
How to choose between Bean, Boxes and Fieldable Panels Panes?
Bean, Boxes and Fieldable Panels Panes all provide similar functionality. I have trouble understanding what exactly the differences between them are.
What are their advantages/disadvantages compared ...
0
votes
2answers
62 views
CPN: Replacing tokens in physical css/js files
Hi I have some css / js attached to a box with Code Per Node. CPN creates physical files for the code. In hook_preprocess_node I can see the CPN output, for example:
$vars['cpn']['css'] = ...
0
votes
1answer
41 views
When using the boxes module, is it possible to export the region and visibility settings?
I just installed the Boxes module and I added a box to my feature. The box description and body were exported successfully, but the region settings (where in the theme(s) the box appears) and the ...
3
votes
3answers
342 views
Exportable and Fieldable Blocks in Drupal 7
I have a project where I have two competing requirements for blocks.
First, I'd like to have blocks be fieldable. There are blocks on the site that contain static content but should have the block ...