I'm really enjoying developing with drupal so far, but I've run into an issue, and can't seem to find a solution.
On the Drupal site I am currently creating, there is a custom content type used for a custom jQuery image slider type on the front page. Each node of the 'wSlider' type contains the info for a single entry on this slider. However, I'd really prefer that these nodes not show up in searches.
I've looked around, but have not yet found a solutions for Drupal 7.
Hope someone can help. when i install views using the read me txt file it never seems to work, i either get wsod or once i do get it running it doesnt appear in the straucture menu. I've searched for a solution everywhere but cant get it to work. I've got 32M php memory so its not that, can anyone help me please
I have a drupal 6 site (...../www/drupal6/....) and a drupal 7 multisite (...../www/drupal7/sites/).
After installation everything worked fine when there was only one site on the drupal 7 installation. After adding 2 more sites on the drupal 7, whenever I enter the url for the drupal 6 site it goes to the drupal 7 installation page.
I have a custom node type with a field of the "Float" type. For some reason, the value of this field is automatically rounding to one decimal point when the node is saved. This is not good for me, as I need it to store the original floating point number with all decimal places intact.