Active
Project:
Nodes In Block
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2012 at 09:15 UTC
Updated:
18 Apr 2012 at 04:38 UTC
Hi.
Can we create more than 15 blocks ??
Comments
Comment #1
ancym commented+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...)
Comment #2
PWG commented+1
Comment #3
ling.yu commentedi 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!