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

Where is number of notes on frontpage defined?

I would like to change the number of nodes on the frontpage.

In nodes.module there is a function node_page_default that looks like it controls this. But changing the 10 it feeds into pager_query to some other value has no effect. Nor does changing the 10 that is feeded to theme('pager'...

Am I looking in the wrong place?

Navigation problem

I'm running 4.5 and I'm trying to sort out my navigation using the menus module... I've created a menu item called "Competition" with another item, "Terms and Conditions" under it (it's parent is set to "Competition.")

"Competition" has a weight of -6. "Terms and Conditions" has a weight of -6 as well. (I've tried it with -5 as also.)

Competition edit disable delete
- Terms and Conditions edit disable delete

My problem is this: when I click on "Competition," it doesn't expand to show "Terms and Conditions."

Node to node relationships module

I'm needing the ability to draw many-to-many relationships between different node types and am wondering if anyone is working on this functionality.

webserver_auth and authmap problem ?

Hi ,

with drupal 4.5 clean install, MySQL version 3.23.56 , PHP Version 4.2.2

webserver_auth call's user_external_load which check's for a user in the authmap table , the problem at least for me is that authmap is empty , i'm not sure if it's supposed to be but it is? adding a new user via drupal does not affect the authmap.

so webserver_auth fails as it can't find a valid user in authmap when that user exists in the users table.

my hack was to change

webform

Hi all,

I am testing the webform module and so far it looks great.
I have a working form up, but I would like to make the actual target email user selectable. In other words, does the existing webform only read one email address in or can I build additional email addresses in the form of a list on the form and have the submitted email go to this user selected email address.?

Thanks for your help!

Jim

Node.module mass delete code snipplet.

I have made some simple changes to the node module to allow you to mass/select/delete nodes from the admin/content page. I know its pretty basic, but I needed it...so here it is.

Change:

Pages

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