Custom menuing

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

Array
(
[0] => 35
[1] => 87
[2] => 98
[3] => 106
[4] => 112
[5] => 119
[6] => 145
)

Seeking Drupal designer

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_attach in a blog

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:

Unique URL rewrite problem

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"

Tweako.com - Collaborative Computing

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.

Feedback is greatly appreciated.

http://www.tweako.com

Using Views with Categories

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.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x