I was wondering how the TABS here at the top of the www.drupal.org site were created... Are they a separate menu module ? Or are they the primary / secondary links styled with CSS ??
Within Drupa there seem to be so many ways of setting up a website in a Home > Section > Category > Page construction. So many that I am getting a little confused as to which method is best. You can tell from some of the Book, Taxonomy and Categories documentation that the authors really know their stuff, but I'm finding a lot of it if flying right over my head.
Which is the better method to use for a smallish website?
I need to get a "add to wishlist" link next to the "add to cart link" this is a common feature in other E-commerce open sources like OS commerce.
Can some one, give some info on it. I also also tried to see if wishlist module allows to integrate with E-commerce. but have not found out a solution.
I am sure someone out there has done this! please if you can help.
Hi all
I am new to drupal .I am building a site based on drupal .It almost completed.But I found that there is a session closing problem when the user closed the browser .I modified the code in the sites/settings.php page as this ini_set('session.cookie_lifetime', 0); even though the probelm is still present.Please help me