i installed the moviereviews module, i need a search like
i) user can select the value from drop down like title, actor,director,location,etc.,
ii) In text box user enters the search string
suppose user selects the "title" in drop down enters the movie title in text box "xyz movie" . it should search for the title whose title is "xyz movie"
I have a drupal 4.7.4 installation, and have a single public field defined using profile.module, "Full Name". Full Name is collected at registration, but is not available for editing on the user/edit pages. I've tried other profile field types as well, and have gone to extremes as far as dropping the profile_* tables and bringing them back in. Is there any quick fix for this kind of thing? Does anyone have any ideas where I might start to figure this one out?
I installed 5.0 RC1 today. I am new to Drupal, and have only recently installed 4.7.4 for the first time.
I am very pleased with 5.0's more intuitive administration interface, and impressed at the flawless and fast installation of 5.0 base.
Kudos to the development team!
I'll keep you posted as I discover V 5.0.
Because compliance with standards is important most of the wysiwyg editors try to generate a valid HTML document. When you insert manually a <tag> but not the </tag> ‘FCK editor’ and ‘widgEditor’ do it for you: they add a </tag> at the end of the document. This is what happen with the new <break> !
When Drupal 5.rc1 generates the page it removes the <break> tag but leave the </break>. The resulting document is not a valid document. (Closing </break>without opening </break>)
Define for every page and block (and some other data like scripts and styles) wheter they are stateless (one state) or statefull (output depends on state). When all content on a page is stateless, the page can be cached (even for authenticated users).