I would like to allow my users to register with out providing an email address. Ever! My reason is that if you require an email address on a children's website then you are required by FCC rules to notify their parents. By not collecting any "identifying" information you can avoid this.
I have spent the past week with my debugger deep in the bowels of the Drupal 5.x menu system trying to build a custom module for implementing what I call "Submenus." If I can ever get it to point of general purpose maturity I will definitely be contributing it as a module to the community.
However, I think I've run across a bug in menu.inc in an area that is probably not frequently exercised. What I'm trying to do is create dynamically generated nested menus using hook_menu() and I am then displaying the entire nested menu expanded in a block. This use case is to create custom task-specific menus for administration. The problem I'm running into is that I can't get the entire menu to be expanded all at once, only the "current trail" is expanded.
I've run into the problem of having complex html with teasers. The teaser doesn't know how to properly close the html it's working with. The page with the teaser becomes a mess of html.
My situation involves three experienced html users who are moving a 320 page static site to drupal. Rather than mess with complex algorithms to figure out what to close I figured I'd just let the html users do it.
A fairly easy fix is to extend the <!--break--> comment to allow some extra html to be inserted for teasers. I modified node.module to allow this.
I was trying to add a php code to my page. However, i get an error on doing so, saying post is not allowed on te page. a Html content is posted without any problems. i did change the input format.
Can someone pls help me
Working with the taxonomy module on a site I'm developing, I realised that what I needed was some display options and the ability to sort the output by 'title' as well as 'created'. The latter is fine for blogs and news but not very useful for catalogs. Here is a link to a patch on