I am new to Drupal. I have it up and running and want to put in my Google ad code so I have an ad running across the top of the page one very page. I thought that this would go in index.php like in WordPress but it doesn't look like it should go in there.
How do I add the Google ad code so my site has a banner across the top?
Thank you if you can help me, I like Drupal a lot but it is a bit different than wordpress.
When I create a product for auction with Ecommerce module, I get the following error:
user error: Table 'db.ec_product_auction' doesn't exist
query: INSERT INTO ec_product_auction (nid, expires) VALUES (13, 1104357658) in /home/webadmin/example.com/html/includes/database.mysql.inc on line 125.
warning: Cannot modify header information - headers already sent by (output started at /home/webadmin/fun.pointbreak.biz/html/includes/common.inc:406) in /home/webadmin/fun.pointbreak.biz/html/includes/common.inc on line 217.
I would like to allow some of my users (with help of roles) to post content in a few categories.
So I set up taxonomy and flexinode.
Let's take an example.
I created a flexinode : Car review.
I created a taxonomy vocabulary : cars that I made required and limited to my flexinode car review.
I change default Workflow to make content created under flexinode car review unpublished.
Then I allow the role "car editor" to create "car review".
Is it possible to use the HTMLTidy module to convert invalid HTML entered by users into something that will (at least) validate with the w3c? If not, is there any other way to do this with Drupal, or with some external program filtering a Drupal generated page?
I am not sure if it is the module or some setting, but the archiving module ( specifically the calendar block ) isn't in sync with the specified time zone? When it is a certain day ( say Tues) at 8 pm. The calendar block has highlighted the Tues ( which is correct). Yet when it turns a certain time ( say 9 pm) it jumps to Wed, this i s 3 hours ahead of when it should be highlighted. Is this a known bug or is it just some setting?