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

Feedback on new version of the smtp_checker module

Are you using the smtp_checker module? Did you find hard to select which form fields the smtp validation should take place?

I have added a new option where a form assistant can be activated to make this task easier. More details can be found here:
http://drupal.org/node/50184

I would appreciate any input you can give, before commiting to the 4.7 branch.

Thanks

taxonomy_theme with php5

Any Ideas to make taxonomy_theme module for 4.6 work with php 5?

Node lists in 4.5

Hi

Can I create a page that just lists nodes in a taxonomy category?

I have several categories, and I want the 'news' one to only list nodes within that category, and just the Title of the node, no teaser.

So that when someone visits my news Page, they see a list of all the news articles.

Is this possible? I'm not scared of writing some PHP, or a custom module, but I don't know what drupal functions to call.

Thanks

Miles

user own category?????

taxonomy/vocabulary/term is public, all user share the same category tree.
//
But i need a module ,site user can set his/her own taxonomy/category, i.e. user A have a taxonomy,like a tree, user B have another taxonomy,like another tree.
//
It is usefull to BSP builded by Drupal, any blogger have the own category tree, as well as share the system tree.
//
Is there a module can fit this?
-----------------
(i am a new English User,sorry )

Media module and Filesystem Backup module in need of maintainers

The Media module has many good ideas for how to work with audio files in Drupal. It was never polished enough to be really useful, but is full of interesting code.

Rearranging exisiting MENU_LOCAL_TASK-items (tabs)

Hello everybody,

here's what I am trying to accomplish: I am creating a module which adds tabs to specific nodes.

Normally nodes have the following tab-structure:

Node
|-view
|-edit
|-track
L(....)

what i'd like to do is rearrange those items, and make them subtabs under a tab "administer", like so:

Node
|-Administer
| |-view
| |-edit
| |-track
| L(....)
|-Similar
| |-topics
| |-posts
| L(....)
|-Discuss
L(....)

What I setup my menu_hook() function to create the above structure, there seems to be some conflict with the exisiting menu that is created in node.module.

it basically comes down to: is it possible to do what I want without touching node.module? Thanks for your help!

Pages

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