Closed (fixed)
Project:
Footnotes
Version:
4.7.x-1.x-dev
Component:
Footnotes.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
10 Dec 2006 at 12:01 UTC
Updated:
21 Feb 2007 at 22:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
SemperFideles commentedI'm pretty sure I got it working. All that was needed was to create a footnotes.info file to be included with the module. File is attached. I have tested it on a migrated site and it's working fine.
Comment #2
monstordh commentedthe link to the .info file isn't working. if you just create a .info file and paste this in, it works:
make sure you have footnotes first and html filter later in your html filters.
Comment #3
hingo commentedSo I take it that 2 people have now independently tried this with 5.0?
(PS. I realised there is a funny typo in my original issue post above, it says I created Drupal :-)
Comment #4
beginner commented@hingo: Congratulations for creating Drupal :)
@everbody: hingo has just given me the assignment to organize the Drupal 5 release of this module. I am quite busy this week, but I shall make a proper, official release in a week or two. From the comments above, it seems we only need to add the .info file to make it work with D5, those who can't wait can do it very easily themselves.
Comment #5
rbl commentedJust installed it and noticed it needs a small change in the part where the stylesheet is added to the head section.
The existing code (line 229 footnotes.module):
theme('add_style', drupal_get_path('module', 'footnotes') . '/footnotes.css');seems to be deprecated and although the next line works and for all I could see it's pretty kosher, I picked up drupal again only last week
drupal_add_css(drupal_get_path('module', 'footnotes'). '/footnotes.css');Comment #6
nikle commentedIs this working on 5x now?
Comment #7
beginner commentedI have committed the necessary changes, and create a D5 branch.
Within 24 hours, the system should have packaged the new release.
Comment #8
beginner commentedComment #9
(not verified) commented