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

How does bug fixing work?

Hi,

I'm new to Drupal, so I don't yet know how the development and bug fixing process work.

I've filed a serious bug, which has been confirmed by another user:
http://drupal.org/tracker/14693

However, after 5 days the responsible developer (whoever that is) hasn't acknowledged the bug, or even commented on it.

So, are Drupal's "official" modules in reality unmaintained? Or am I simply not patient enough?

front_page.module now allows to to redirect logged in users to a specific page/path

Hiya guys,

Thanks for all the positive feedback and suggestions from people using the front_page.module.

Please note that I have "upgraded" the module so you can now automatically REDIRECT logged in users to a specific page/path.

It's very simple to use and there are extra options now on the ADMINISTER - SETTINGS - FRONT_PAGE configuration that allows you to implement a REDIRECT.

Click here to download the new module from the CVS Repository:

Total Users hack

I've benn made a hack to show the total registered users in the who's online block.

1. Modify the line (approx.) 552, and add below $guests = db_fecth....

 $somos = db_fetch_object(db_query('SELECT COUNT(uid) AS count FROM {users}'));

2. And now, change the output format conditional block (line 556 approx.) to:

Custom style for a page.

I recently posted on these forums regarding the creation of XML. I have been able to output the XML as I need but would now like Drupal to style my document accordingly, parsed as XML by the browser.

Cheers,

Nick..

..I've a couple of ideas as to what might be happening but I'm reluctant to share them as I'm not convinced that they'll make any sense.

search module isn't working.

hi.
i have a problem.only one problem.if this will ok.i will be very happy.
search engine isn't working.i am searching something in news or blogs or story but search engine can't find.

Search Results
Your search yielded no results.

what i will do?

please help.

thanks.

Best technique for displaying all flexinodes of a certain type?

I'm wondering what the best way to do this is:

I have a flexinode type called 'Record Release' that consists of: Title, Image, Format, Release Date, Description

I want to have a page node that lists all the 'Record Release' nodes but only shows the 'Title' and 'Image' fields as a link to each individual 'Record Release' node. This page would look like:

---

Record Releases

- Image1 Title1
- Image2 Title2
- Image3 Title3

---

click on 'Image1 Title1' and get the node for Title1, something like:

---

Title1

Pages

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