Closed (outdated)
Project:
Micro-content
Version:
master
Component:
Blocks Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2006 at 15:05 UTC
Updated:
4 Dec 2019 at 07:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yched commentededit : more precisely, since the block css id is generated by the theme layer form the block delta,
this would mean having an alphanumeric delta for these blocks.
Comment #2
Bèr Kessels commentedGood idea. All it needs is a patch..... :)
Marked it for CVS, since I dont add features to a stable version (note that HEAD microcontent == 4.7 compatible)
Comment #3
yched commentedAllright, here is the patch :-)
note that it will probably ruin the block settings the user had previously set...
Side note : Why do you use 'details' instead of 'footer' for the footer microcontent ?
I kept my patch coherent with that, but I found it strange...
Comment #4
Bèr Kessels commented1. You are right about the previous settings. I fear we need to ship a .install containing a hook_update :(. setting to "needs work" because IMO it is critical not to break peoples code.
2. Footer indicates a placement, the bottom of the page. However, microcontent allows you to place your details anywere on the site. I chose the name after a naming convention from the world of CSS: http://www.stuffandnonsense.co.uk/archives/whats_in_a_name_pt2.html
Comment #5
yched commented1. install / hook_update : I'm afraid I won't know how to do that :-(
2. 'footer' / 'details' : Right. Thanks.
Comment #6
larowlan