Closed (works as designed)
Project:
Block Theme
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2008 at 08:28 UTC
Updated:
25 Oct 2010 at 20:48 UTC
Here is a quote from the README.txt file of this module.
2. go to admin/settings/blocktheme and add entries like:
customtemplate|My Custom Template
mysupertemplate|My SuperTemplate
Where the first name is the machine-readable etc...
This implies, correctly, that a space character ought not to be present between the "customtemplate" and the "|" character (in the above example). However, it is not explicitly mentioned anywhere in the documentation, and certainly not in the readme.txt file itself. But actually, having a space character after the machine readable name and before the | character causes this module to malfunction.
Comments
Comment #1
damienmckennaPlease test the patch from #376019: Code cleanups, may fix some issues to see if it resolves this issue.
Comment #2
amateescu commentedThe "etc..." you left out from README.txt is:
I think this clearly indicates that there is no other character allowed except alphanumeric, dash or underscores for the first part of the entry.