I'd like to be able to give the user an option to hide the discovered links block on a node-by-node basis. Just wondering if anyone else has had this need. My first thought was to add a cck checkbox and examine its value in the "display block" code, but that's just kludgy.
Comments
Comment #1
gcassie commentedI ended up going with the kludgy solution above. It works okay.
Comment #2
Zen commentedYou might have better luck looking for a generic "hide *a* block during node edit" solution. It should be possible to do something like this using the node style which allows users to apply styles on a per-node basis. The style in question could be CSS which hides the related links block.
hth.