I can see pages that need to be create on the freelinking page but the block is blank. Any thoughts?

Comments

impaled_drupaled’s picture

Hi,

the same error on Drupal 6-19. Block stays blank, I tried to uninstall/reinstall etc. but nothing happens.

Greg Go’s picture

Component: Miscellaneous » Code
Category: support » bug
Status: Active » Needs review
StatusFileSize
new1.87 KB

The attached patch fixes freelinking_block() so the output isn't blank anymore.

It also fixes the freelinking page so that the "create this content" link will properly pre-populate the title field on the node creation form.

The patch is against freelinking-6.x-1.10. (I took a very brief look at 6.x-1.0-alpha5... and got very confused. That looks totally different.) It seems like this module is going through a major rewrite (3.x branch), so the attached patch may not be more than a temporary hack to get 6.x-1.10 working for people. I tried to just do the minimum necessary to get 1.10 working for me. So, use at your own risk -- the 1.x branch of freelinking may not be supported for long. :)

juampynr’s picture

Status: Needs review » Postponed (maintainer needs more info)

I could not reproduce this issue.

Here is what I did:

  1. Installed Freelinking 6.x-1.x
  2. Entabled freelinking filter
  3. Created a page with this body: testing [[a test page]]

Please let me know if I am missing anything and if you need further help on this.

juampynr’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing.