Tag: module

Here you can see a listing of all the posts tagged with module on this website.

  • Sandbox: Daily Ma.golia repository and Trac

    Posted on Feb. 28, 2007 at 11:39 +0100 Tagged with , , ,

    For those of you interested in this kind of stuff. I've set up a small Mercurial repository and a Trac site for my little Ma.gnolia module for Drupal 5.x. Please remember that the code so far is very alpha and therefor there is no real guarantee that it won't change at any time in the future esp. since there are still tons of things missing from it ;-) So for only the whole theming stuff looks done to me.

    [more ...]

    0 comments

  • Sandbox: Daily Ma.gnolia for Drupal 5.x

    Posted on Feb. 23, 2007 at 12:08 +0100 Tagged with , , , ,

    It's been a little bit quiet here for the last couple of days. This is mostly because of the exam I had today and I needed to learn quite a lot for it. Other factors were Okami for the PS2 and a small module I'm currently writing on which I want to present here :-)

    First of all, what is this module all about? It's a tool that will integrate into Drupal's cronjob mechanism, fetch your recent bookmarks from the social bookmarking site Ma.gnolia and post them as new nodes on a Drupal site. A few of the features and limitations are now listed below:

    [more ...]

    0 comments

  • Adding a pdf class to a PDF link with Drupal

    Posted on Feb. 5, 2007 at 17:16 +0100 Tagged with , , , ,

    Yesterday, during the Drupal presentation (Barcamp Kärnten 07) I think it was Maria Putzhuber who asked a question regarding specifically styling links pointing to for example PDF documents by adding a specific class to these links.

    [more ...]

    0 comments

  • Migrating custom node type modules

    Posted on Nov. 2, 2006 at 21:06 +0100 Tagged with , , , ,

    Today I finally started porting the modules I had written for zerokspot.com from Drupal 4.7 to 5.0. So far everything has worked out just fine apart from one little thing:

    I added the modulename.info file to my book review module and there it was in the admin panel. Everything's great. Then I wanted to create a new node with this type and noticed (1) that it doesn't appear in the main listing but only in the navigation sidebar and (2) that when I try to submit the new node, I get an error similar to this one:

    array_merge_recursive() [<a href='function.array-merge-recursive'>function.array-merge-recursive</a>]: Argument #2 is not an array in /opt/wwwdev/htdocs/drupal-5.0/modules/node/node.module on line 1916.

    [more ...]

    1 comment

  • Strange requirements for the ping.module in Drupal

    Posted on July 25, 2006 at 13:02 +0200 Tagged with , ,

    Just a small tip: If you think, the ping.module doesn't work or something, first of all make sure, that your site has a sitename and a slog set in admin/settings. I can't really be sure for now, that that really fixed my pinging problem, but on my devel-site there is now at least the message that pinging failed *g* . Since there are a few firewalls between that server and the world I guess this is OK ;)

    [more ...]

    0 comments