Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Okay, so here's the skinny; I'm trying to create a custom menu and am having great success! However, I am using global $_menu to return the menu ids for my main menu, but that doesn't take into account their weight. Is there a way to sort the array that is returned by the children's weight? So for example let us say that $_menu['items'][36]['children'] returns the following array
I created a Drupal site for some veterinary friends -- http://www.lakelineanimalcare.com/ -- but it's uglier than homemade soap. They want to hire a Drupal designer to make it look good (nothing super-extensive, just a nice clean design).
Please contact me with examples of your work and your rates.
Audio is generally working fine in my 4.7 site. I enabled audio_attach for the blog entries, and the audio uploads and seems to attach fine. The problem is that the flash player doesn't load within the blog entry. It's there if you go to the related audio node, and I've also tried attaching audio to a page node and that's fine. Looking at the source there is just:
I'm slowly moving from our old in-house CMS to Drupal. We're excited... but we have one obstacle.
SEO is incredibly important to our site... Ideally, we want none of our URLs to change in the transition. To test SEO, we mirrored one of our old pages:
Example URL: /government/state/regulations.htm
New Drupal URL: /government/state/regulations
We realized we really want to keep the URL the same --- including the extension. I did some digging and learned by editing the HTACCESS file, we can have the extensions we want. So with the Path module, I appended ".htm"
I am pleased to announce the launch of Tweako.com today.
Tweako.com is a user-generated website and social network focused solely on technology, computing, and the Internet. Users can share and vote on articles and links that provide help and information in all areas of computing.
If you have a tech blog or website, hurry over now while its not too busy and start submitting your links.
I am working on a site which will display information about businesses in an area. I have set up a series of categories and these can be selected and viewed. However, the display order appears to be chronological by entry date. I would like to display with members and non-members of the Business Association separated and then alphabetically for each list. I think I can do this using the Views module and I have configured two views which show the information as I would like but show all businesses on all pages, not selected by categories.