I've embedded a group in a page using the shortcode as prescribed - see:
http://79.170.40.231/thedocsmanchester.co.uk/?q=node/282
if you look at the rendered page you'll see a faint blue line at the bottom of the node content - this is the top border of the collapsed fieldset.

Look at the source code and you'll see that the links have been successfully imported, but because the legend tag is missing, Drupal can't supply the linked text to expand the collapsed fieldset. I've tested this with all contributed modules disabled and using Garland rather than my custom theme and the result is the same. Setting the weblinks prefs to expand all groups displays the content, but the legend tag is still missing.

Anyone else seeing this behaviour?

(Drupal 6.13, Weblinks 6.2.1 and 6.2.x development snapshot)

PS: I'm actually camping in the middle of Scottish nowhere at the moment, so my responses may be a little less than immediate! Thanks for your forbearance.

Comments

nancydru’s picture

Hmm, this is because there is no title for the group and has been discussed elsewhere. I see, though, that a further fix is required.

nancydru’s picture

What happens if you turn off the "Make groups collapsible" setting?

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Fixed

I reproduced it and believe it is fixed. Committed to 6.x-2.x-dev.

BTW, there does appear to be a problem with core's filter caching, so you may need to disable the filter and then re-enable it to get around that problem.

jamesbisset’s picture

Yup, that works. :)

To be clear, the group being embedded has a name, but I guess that's not the same thing as the 'title' you refer to above? I'll need to track down the thread.

Thanks for the prompt response.

nancydru’s picture

Well, when I found the code, it was actually blanking out the title; it no longer does that.

jamesbisset’s picture

Yup, that works. :)

To be clear, the group being embedded has a name, but I guess that's not the same thing as the 'title' you refer to above? I'll need to track down the thread.

Thanks for the prompt response.

Status: Fixed » Closed (fixed)

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