Hi,
How set same functionality as in when i use link to taxonomy in menu, when i use i18n module.
I make new taxonomy in admin/structure/taxonomy and put in it lot of terms. i make new element in main-menu and put in path this link taxonomy/term/2 . I add 2 article witch translation each and add they to term taxonomy/term/2.
In D6, you could create a field of type "Node Reference" while making a custom content type. I've tried this in D7, but can't get it in the field type drop down. Am I looking in the wrong place? Or is there another way to accomplish the same idea in D7? Specifically, I'd like to create 2 custom content types, one having a field that refers to the second.
When running the update.php script, I am receiving the following error:
PDOException: SQLSTATE[HY000] [1045] Access denied for user: '@localhost' (Using password: YES) in drupal_get_installed_schema_version() (line 151 of /includes/install.inc).
This is the third time I'm trying this upgrade from 6 to 7 and consistently failing to
get the update script to run. I've followed the instructions meticulously. Can anyone offer any suggestions?
I have installed Drupal 7 using the Acquia stack and have also installed the WYSIWYG module.
When I enter the WYSIWYG configuration I click the link to the CKEditor website, download the module and install in the following location as instructed on the WYSIWYG config page:
sites/all/libraries/ckeditor
Now when I refresh the page I get the message "The version of CKEditor could not be detected." Has anyone experienced this on Drupal 7 and know what needs fixing?