This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

How to send multiple trackback pings?

Is there a way to send pings to multiple sites using the trackback module? I'm using the stock (non-CVS) version of Drupal 4.4.1 and can't figure out a way to do this.

Thanks!

More weights for webform

I think you could change this somewhere easily but I can't find the code. For example I need more weights for a webform I am making. I know it goes from -10 to 10 But I need about forty text areas.

Navigation Module & xtremplate

Trying to get the Navigation module plug-in to generate CSS tabs in conjunction with xtemplate. No matter what I've tried, I can't get it to display the tabs. Any suggestions?

Radi

Problem using Internationalisation

I get the error:

Fatal error: Cannot redeclare i18n_get_lang_prefix() (previously declared in xxxx a

When I try to insatll I18n. ?? What have I done wrong

Artist Module Questions

I have a few questions for the developer of the Artist module,

1. Authenticated users don’t get the ‘artists’ option added to their nav menu. Only the super admin can see it. In the nav bar at the top, where it says ‘artist’, Auth. Users get a ‘page not found’ error. I’m assuming the answer is in this bit of code, but I don’t know PHP to fix it:

function artist_link($type) {
  $links = array();
  if ($type == "system") {
    if (user_access("create stories")) {
      menu("node/add/artist", t("artist"), "node_page", 0);
    }
    if (user_access("Access Content")) {
      menu("artist", t("artists"), "artist_page", 0);
    }
  }
  if ($type == "page" && user_access("access content")) {
    $links[] = l(t("artists"), "artist", array("title" => t("Browse the articles about artists")));
  }
  return $links;
}

2. Why does it say ‘Alpha’ in big letters at the top of the artist page? Where in the module can I change this?
3. Can I use a taxonomy vocabulary instead of the alphabet for browsing on this page? My site is about music and it would make more sense for this to be organised by genre (taxonomy already set up and running). (and what would I need to add to get it working). In fact, I would really like some kind of combination of the features in the article and artist module... (Ie no. of related articles in brackets after each taxonomy term) but that's getting beyond me!

lanparty Module

Created a module for lan parties. More details at http://www.evilsquid.net/project/lanparty

Still developing features as well, I'd really like some feedback on this as it was a personal project turned public. :)

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions