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

Taxonomy_context display on node type overview page

I'm integrating the taxonomy_context module into my site. It works perfectly on the actual node pages, but fails to work on the specific main node type pages (blogs, forums, etc).

How can I get the taxonomy_context block to appear on these overview pages? Am I missing something obvious?

User management

I have a customer that needs a hierarchical based user list. Account -> Group -> User

How difficult will it be to tie in an account and group table to the existing user structure.

Account will be used for billing and other general descriptive information for a company.

There will be multiple Groups per account this may be a sub division inside an account.

Finally the User which may have other fields than are defined in drupal.

Would this be easily integrated as a module in drupal -- or would I just have to customize the existing user code ??

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.

Pages

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