Is there a simple way to add a profile page for the user? Such as, hobbies, interest, work, school, address, etc. The log in for Drupal has a profile page. But when I search about it, there's too many complication. I was wondering if there was a simple way to add this in yet.
If not, would it be better to install Drupal 6, enable profile, then upgrade to 7?
I can see that drupal.org has Bartik and it works well with IE it has the rounded corners in the menu tabs and also the blue gradient in the header.
We need to correct the menu tabs display from Bartik in D7 core which at the moment appears as simple rectangles in IE but with rounded corners in Firefox and Chrome. Also the gradient is missing from IE.
I would like to add an advertisement in my forum, i use the "advanced forum module". but i don't know which template i should modify. Is it the template of the core forum ? i tried to add the code of my advertisement there and that was not working...
And generaly how can i know what template (tpl.php) is used on page ? is there a module for that ?
Hello,
I am beginner in Drupal. I want to understand semantic web implementation in it.
I would know why Drupal implements both RDF and RDFa metadata ?
How SPARQL endpoint works, is it store RDF triples in the database ?
Drupal 7 hook_menu is confusing me, have tried everything and I can't seem to get this to work.
What I need: In a custom module, i'd like to create a new menu, and add about four links to that menu. Sounds simple, but i'm struggling. I've been able to create the menu itself using the $menu array in the .install file, but nothing i do is adding .
I've got a tiny (i think) problem with theming a Zen template in Drupal 7.
I've made a custom menu in page.tpl.php, with the $main_menu variable, but it doesn't include the sub-menu-items for the main-menu items. While they are present in admin part (/database).
I've tried several functions from the menu library for drupal itself, but didn;t get the result i wanted: a simple array with the ENTIRE menu, not just one level.