On 12/09/2007, Andreas Rindler mediawiki@jenandi.com wrote:
Hi, I am thinking about creating a hook extension that would display external content (i.e. a list of bookmarks from another site, e.g. Digg, Scuttle etc.) below the list of articles on an article page. Whenver a category page title corresponds to the description, tag or title of a bookmark, I want it to show up. So users can see all links to local pages in that category, but also some external bookmarks.
I have looked but don't seem to be able to find any hooks that would allow me to inject my content?
I also don't see any existing hooks. You can try and get a hook added to an appropriate place (submit a patch to bugzilla). Otherwise, I guess you could use a hook in the parser and just check to see if it's a category page somehow before doing anything.