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

gcassie’s picture

I ended up going with the kludgy solution above. It works okay.

Zen’s picture

Status: Active » Fixed

You 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.