By gdkt11 on
I'm trying to eliminate the blocks admin page by selecting the blocks on a per node basis from the node's edit page.
Here's what I have set up:
I've got Nodeblock installed so that I can create nodes and turn them into blocks. Then, for my pages, I have a CCK field set up to reference which of those nodeblock nodes to show on the page (in the sidebar). I've got a view block on all pages used to show the nodeblocks referenced. Problem is, I can't get the views arguments set up correctly so that the only nodeblocks shown on every page are the ones referenced from that page.
Any help?