I'd like to customize the image module and add a few text fields. Is it even possible? I also checked out the flexinode.module and it would be perfect, except it doesn't have enough features for manipulating images, like it doesn't create thumbnails and doesn't resizes the images. Any help would be highly appreciated. Thx!
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'...
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.)
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.