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

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. :)

User-specific Home Page

I think this may be a common topic, but though I have looked around the forums, I haven't really found much on this topic. I need to create a page which contains only the posts, pages etc specific to a user when he/she logs in. I assumed that this should a very elementary part of drupal ie to choose a home page based on the user, but looks like I was wrong. Right now, on logging in the user sees the same posts as everyone else in the group. To make it more contextual, there should be some way to fix this.
I am newbie here at Drupal, so could someone please help me here ?

Module Request for existing Games and Fun-Content, The Games and Videos are ready

Hi!
I'am offering free external-hosted entertainment-content for websites. I've made 2

Modules/Pages with FunVideos(regular update) and Fungames(over 150).

Now the Question:

Could someone integrate it in Drupal or make a modul?

I have already made it available for Postnuke, PHP-Nuke and PHP-Kit but i wan't to offer it

for more CMS-Systems.

It would be nice if someone could do it and release it.

The Demo and the path for the content-files are:

_________________________________

Pages

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