Closed (fixed)
Project:
Freelinking
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Mar 2006 at 14:23 UTC
Updated:
18 Apr 2006 at 00:15 UTC
Here's the problem:
* Create a freelink to a non-existant node e.g. [[test]]
* Now click on the link to test
* The freelinking module correctly takes me to the "create new node" page but the title field is empty.
In previous versions of freelinking.module, the title field would automatically get set to the freelink name.
I'm using a fresh Drupal 4.7-CVS install with the most up-to-date freelinking.module.
Thanks,
Jack
Comments
Comment #1
dan_aka_jack commented(fixing typo in title!)
Comment #2
eafarris commentedThe code that allows that has been removed from node.module. I'll eventually add the proper hooks in freelinking (thanks for reminding me!), but you can use prepopulate.module to allow the title to be inserted into which ever node type you're using.
http://www.drupal.org/project/prepopulate
Comment #3
dan_aka_jack commentedGreat, thanks for the reply!
Comment #4
eafarris commentedAdded freelinking_form_alter(). The prepopulate.module is no longer required.
Comment #5
dan_aka_jack commentednice work, thanks
Comment #6
(not verified) commented