hi, i am new to drupal. i want to create a web site, which should have a similar theme like http://salesgenie.com/ . How do i go about creating it, could some body suggest me a base theme that i should start with? and any other related suggestions will be appreciated. thanks.
When I change the available menus for a content type, excluding a menu that a piece of content with a menu item for that content type was assigned to, the menu item for the content remains in the old menu. I can't find a way to get rid of it from the old menu outside of deleting the content.
Is there a way to sort a views result with respecting the collation? I know I can use ORDER BY node.title COLLATE uft8_polish_ci in MySQL. Can I use that in views? I already tried to alter the query by using hook_views_query_alter but wasn't successful.
OK so I have the latest (minimal) install of Drupal upa nd running. I created three content types:
1. Companies
2. Buildings
3. Tenants
'Buildings' content type has a 'id_company' and 'Tenants' content type has a 'id_building'
For the tim being I have created a number/text field to represent the relation between content types. However ideally I would prefer the tect field be replaced with a SELECT control populated with all available options but returning/submit an ID so the content saves as expected.
I'm developing the first project based on Drupal, comming from a background off PHP, HTML/CSS + Javascript development. Where things are simpler, at least for me, to be done because not so many aspects are covered, as they are on a CMS.
Going to the subject...
I've got this PSD file and converted to a working HTML+CSS page.
One "feature" is a drop n' down vertical menu. It's working with pure HTML+CSS. No javascript at all.
Hi, I've built a Drupal 7 site which has 2 Custom Search features. I need to populate the db with approx 25,000 entries [each is a location & therefore contains: Name, address, telephone, email, etc]. I've looked around on here & have installed both Taxonomy Import & Feeds Import modules & looked into how both work. I admit to being slightly confused as to best practice in Drupal when importing such data. So far I imagine I have to map my CSV header titles into unique Taxonomy terms but am confused as to whether my content should then be stored as individual nodes?