How to get sub-level menus

I need to know how to create menu's having sub-level menu's.

Thanks.

Any AJAX comments and Metatags solution for D7?

As far as I can see neither AJAX comments nor Metatags are available for D7 yet. So I was wondering what modules Examiner.com, which runs on D7, uses to achieve such functionality. Please, share if anyone knows. Thanks!

Update.php in 6.19 to 7.0 shows a blank page.

The title says it all, when I try to run the update.php page it goes to update.php?op=info but all it shows is a completely blank page (nothing in the source code too).

I changed the /sites/default/settings.php file with "$update_free_access = TRUE;", and that's it. I'm stuck.

any suggestion?

Daniele

Failed: PDOException: SQLSTATE during upgrade from 6.20 to 7

I just tried to upgrade to drupal 7 from 6.20 and after it finished updating, it gave me this update failed message under block module:

Categories

Hey I'm having problem figuring out how to do this. What I wanna do is basically just categories in D7. So for example what I need is that if the user goes to add writing to the custom content type that I've added, then the user can choose the terms under the category. So for example first category is called "Poetry" which has "Rhyme poems, Prose Poetry" and other category is called "Longer Scripture" which has "Stories, Miniature".

Trouble making a Bartik child theme

Hi all,

I'd like to use the Bartik theme with some modifications for my Drupal 7 site. I thought the best way to do this is to create a child theme of Bartik, but this is proving to be quite difficult for me (and I couldn't find any help on this after scouring the web and forums for a few hours). I created a "BartikChild" theme by:

  1. Creating sites/all/themes/BartikChild
  2. Creating a file within that folder called BartikChild.info that looks like this:
    name = BartikChild
    description = A child theme of Bartik.
    package = Core
    version = VERSION
    core = 7.x
    base theme = Bartik
    

After I enable the theme, I see the following error on my home page (or any page for that matter):

Notice: Trying to get property of non-object in drupal_alter() (line 981 of /Applications/MAMP/htdocs/drupal-7.0/includes/module.inc).
[This message repeats several times]
Notice: Undefined index: Bartik in drupal_theme_initialize() (line 99 of /Applications/MAMP/htdocs/drupal-7.0/includes/theme.inc).
Notice: Trying to get property of non-object in phptemplate_init() (line 13 of /Applications/MAMP/htdocs/drupal-7.0/themes/engines/phptemplate/phptemplate.engine).
Notice: Trying to get property of non-object in drupal_alter() (line 981 of /Applications/MAMP/htdocs/drupal-7.0/includes/module.inc).

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x