Closed (fixed)
Project:
MySite
Version:
master
Component:
- Type plugin
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2006 at 19:57 UTC
Updated:
2 Jun 2007 at 19:19 UTC
Bilbio.inc as requested.
| Comment | File | Size | Author |
|---|---|---|---|
| biblio.inc | 7.02 KB | csc4 |
Comments
Comment #1
agentrickardVery cool. A few questions.
- Does the biblio module create nodes? If so, you might want a mysite_type_biblio_block_node() function.
- There have been a few minor changes to the API in v 4.7.x.1.2.
- line 69, remove the check_plain()
- The access checks in the block (line 118 and 120) have bneen simplified. The 'edit mysite' check is now handled in mysite_block. Two IF statements are no longer needed.
THe other question is 'How should we distribute these files?' I was thinking about making a submissions directory as part of the tarball.
Comment #2
agentrickardI have made the changes add added this file (and a translation) to the contribs directory of the tarfile.
Great work!
Comment #3
agentrickardThe Drupal 5.x version of this file has been committed to HEAD.