My first drupal7 website.
http://cyclingatrium.com - Vancouver Cycling Forums
This site is totally FREE and allows members to post forum topics, events, news, classified ads and even schedule a bike ride for other members to join. We’re hoping to add bike, cycling product and bike shop reviews very soon.
It's still work in progress and we've not decided on a design just yet. Our main goal was to get some functionality in first. One of which is the Classifieds and the "Schedule a Bike Ride".
The schedule a bike ride system allows other members to join (with permission from the organizer if permission is required). The organizer is emailed if anyone has joined or left the ride.
Other than the schedule a ride, most of the other features are from drupal core, with the exception of a few custom field modules that had to be created.
We do have OG installed but haven't implemented it yet.
Modules still waiting for
- fivestar - to implement product reviews and vancouver bike shop reviews.
Thanks
Comments
keywords and description meta tags
Nice website.
How do you add keywords and description meta tags in your website (built with Drupal 7)?
I used the function
I used the function drupal_add_html_head() to add the meta .
This function is called from one of the custom modules.
drupal_add_html_head()
Thanks for sharing useful information. Is there any documentaion about "How to insert meta tags by using drupal_add_html_head()" ?
I can not wait for the final version of Meta tags module. After upgrading from Drupal 6 to 7, I am missing a lot nodewords module (keywords and description) in my site http://indojp.com .
If you do not mind, please write the details about how to add meta in Drupal 7. It can help many people who want to use meta tags in Drupal 7.
Please have a look at this
Please have a look at this site:
http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_ad...
I'm also waiting on the meta tag module.
Good article on implementing
Have a look here: https://www.touchnoc.com/node/59
Classified Ad with D7
How did you get Classified Ad working with drupal 7. I made a try but i'm getting errors!
It's a custom module.
It's a custom module.
Can you make this module
Can you make this module public? I'm also preparing a Drupal site for a local cycling club...