Hi.
Can we create more than 15 blocks ??

Comments

ancym’s picture

+1, Nodes in blocks is my new favorite module, Perhaps I am over-relying on it, but I have used all 15 blocks, would love a few more.

As a corollary, would it be possible to add a feature that would generate a listing of blocks and the assigned content?
Or, is that there already and i am missing it?

Thank you for this great tool! I have just moved up to D7, this module is proving indispensible.
( I am having one problem with it, but that is a separate issue...)

PWG’s picture

+1

ling.yu’s picture

i found this way can increase the total numbers of blocks.
1. open nodeinblock.admin.inc file in nodesinblock module folder.
2. '#options' => drupal_map_assoc(array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15)),
currently it's been set for 15 blocks, so you can increase the whatever number you like. it is not perfect, but it works.
i am not sure this is the solution or not. but it works.

cheers!