I know that this code is under development, but I thought adding some bugs reports might help dev.
First off the related links tab shows up regardless of whether or not it has been associated with the content type via settings. And then when you click on edit_links even with related links added to settings you get this error.

Fatal error: Call to undefined function: form_group() in /home/drupal-4.7.0-beta3/modules/links/links_related.module on line 587

I figure this is related to form API or something. I will look into it when I have time, but I'm just learning the drupal code and this module is pretty awesome and a highly requested feature for many of my sites.

Another quick question is there a shortcut for weblink so you can show all weblinks for the site similar to if you add http://yoursite/blog you get the latest blogs or will this have to be coded ?

Comments

aries’s picture

The problem is that the _links_related_format_embedded_edit($links) function is not forms API compatible.

syscrusher’s picture

Assigned: Unassigned » syscrusher

Sorry for the delayed response -- problems with a [non-Drupal] production server have kept me up late nights the past two weeks, and I just got it fixed a couple of days ago.

I can confirm this error, but tonight's commit doesn't fix it yet. I had several other patches ahead of this bug report that I needed to apply before making these new changes. This is next on my TODO list, though, and I wanted to let you know I'm working on it. Thanks for the report!

Scott

syscrusher’s picture

Status: Active » Fixed

The error is fixed in the latest CVS as of today. The form for editing the embedded links displays but is not yet functional if submitted; that's in the TODO list. But the bug of calling a nonexistent function is cleared now.

Syscrusher.

Anonymous’s picture

Status: Fixed » Closed (fixed)