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!
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.
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".
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:
Creating sites/all/themes/BartikChild
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).