How do we built something like Friendster's country selection - when a user select a country, it will call out list of states just for that and he can only choose from that country's states
I was looking at ActiveSelect.module which is really for developers and not for mere mortals :)
Implementing activeselect in other modules
------------------------------------------
Hello. I am a newbie. I am trying to figure out how to identify the nodes (content) that I create. For example: If I create a page called "Photo Album", and I create a menu item named "Photo Album", how do I know what to put in the "Path" field at the following location...?
Home » Administer » Site building » Menus » Path
I put this the first time around - "node/1" and it works, but when I create additional pages and assume that each additiona page will be 2, then 3, then 4, etc. It doesn't work!
I work on Drupal 5.x and I installed some modules like the eCommerce and currently also imce since I wanted to install tinymce.
After my installation of imce I cannot add a page anymore.. my browser tells me:
"Too many redirects occurred trying to open “http://www.intherye.com.hk/store/node/add/page/listing”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page."
My menu:
- Go to Frontpage
- Pick category
- Category 1
- Category 2
- Category 3
- Contact
I want my active menu item to be set as either "Category 1", "Category 2" or "Category 3", depending on some data set on the node with CCK($node->field_category). It seems to be a simple task, but I cannot find the correct solutions :-(
menu_set_active_item('pickcategory/category1') overrules the node module menu callback: node/*
menu_set_location(array(array('title', 'path', 'type')) gives me an fatal error
There is no way to insert NULLs into a database using argument substitution (e.g. %d). This seems like a deficiency to me, and I have suggested a way to fix it. This is my first attempt at a core-improvement, and I would greatly appreciate comments about it.
Hello, please excuse me if I am posting this in the wrong place, or have overlooked a very simple way of fixing this problem.
I have been working with Drupal 5.x for a while now and I am at a complete loss on this one. I have created a survey form with some specific fields that I am using for a customized contact page for users and customized the user login page.