I have installed nodeasblock that's well great. My pb is that it does not keep the settongs. When i edit a page that is 'node as block" the settings always come on : Region> Left ; not visible. I always have to put the settings each time i open the doc. Any issue for this ?

Comments

jesss’s picture

I'm experiencing this same problem. Is anybody working on it?

dropcube’s picture

Status: Active » Postponed (maintainer needs more info)

Seems to be fixed in the development version. Please, try with the development version and confirm if you guys still experience the issue. I am trying with the 5.x-1.x-dev version and can't reproduce the bug.

jesss’s picture

Is the development version going to be made official anytime soon? My site is nearing launch so I'm trying to stay away from dev versions when possible.

dropcube’s picture

@jesss: Yes, I am fixing some pending issues and will release an official release soon, in a week or so if no new critical bugs are reported. Anyway, the development version seems to be stable, did you test it ?

dropcube’s picture

Status: Postponed (maintainer needs more info) » Fixed

This issue is fixed in the development version.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

bartezz’s picture

Not really fixed I think.

What 5.x-1.1 did was to give the region options for the administration theme and not for the default theme.
So when editing a node (as block) it reset the region to Left.

So I installed 5.x-1.x version.

Now when I go and edit the node which I'm using as block the region setting is set to , so yes that part works.
But in admin/build/blocks i already configured the block to show in a default theme region, this is then overwritten to .
So every time I edit the node which is used as a block I have to go into admin/build/blocks and set it to the region.

I think this module should drop the whole region settings part and leave that part up to block module, or at least respect block module settings over it's own settings that way preserving settings made for the default theme.

Cheers,
Bartezz

bartezz’s picture

Something worse; when I edit the node (as block) it messes up region settings for other blocks that aren't even create with node-as-block??!?!?

This needs to be looked at I think!

bartezz’s picture

I've commented out some lines of code to disable node_as_block changing block region settings, haven't had any problems since.

If anyone needs to know which where and what, let me know and I'll post the code here!

Cheers