D7, i18n and URL alias

I have created a new content type called "News", and enabled English and Portuguese. English is the default language.

content/news --> node/1
content/noticias --> node/2

The problem is that the translated article dont point to the "content/noticias" alias, it only points to the "node/2" url.

Version Upgrade Issues

Hai

I have developed my site in drupal 6. Now am trying to upgrade the drupal version from 6 to 7.
I removed all the files in my site except the Sites folder. Then i uploaded extracted files from Drupal7 version. I ran update.php. Finally it shows the following issue..

PDOException: SQLSTATE[42000]: Syntax error or access violation: 1231 Variable 'sql_mode' can't be set to the value of 'TRADITIONAL' in drupal_get_installed_schema_version() (line 150 of /staging/includes/install.inc).

How can i fix this issue...

Thanks

Problems with the CKFinder path

Hey guys,

I've recently installed CkEditor module allong with the ckfinder/ckeditor software.
I've adjusted the code lines which I found on all tutorials on youtube.

Now, when I want to upload an image on my drupal website, I keep getting the following message :
"Het uploaden van een bestand is momenteel niet mogelijk. Contacteer de beheerder en controleer het CKFinder configuratiebestand."

Translated : uploading of your image is not possible. Contact the administrator or control the CKfinder configuration.

Customize view for front page, google cache and node paths vs alias path

Trying to decide if I need to define a different view or customize the front page view. Im currently using the default setting that shows a node list on the front page. The paths for each post is the "node path" such as /q=something something. I'd rather this be the alias, so that both my google sitemap and what google picks up to index is the alias path(s).

When I hover over a article post on the front page, I see the url as .../?q=my_alias_here

Sync Outlook calendar with Drupal Event Calendar

Hello everyone,

i am using drupal events calendar and i am creating events. Now i want to view these events automatically in the Microsoft Outlook calendar when i look into my outlook.

Currently i am exporting the drupal calendar events as calendar.ics files and then opening them and saving to the outlook manually. How can i automate this process?

I am sure that Outlook can import files of format ".ics" and so i am just curious to know how can i import an ics file into my Outlook, or put in other way, how to add events to outlook calendar with php ?

subnodes / invoice lines (more or less)

Hello,

I am working on converting (and improving) my website (www.wiki-babel.org) from mediawiki to Drupal, as it seems the functionalities I want to add would be much easier to develop on Drupal than on the existing system. As it's my first Drupal attempt, I'm trying to get some advice on how to do the following:
I have content types 'lesson' and 'sentence', each with several fields. Sentences can live on their own, but can also be included in lessons.
A well known analogy would be a catalogue of products (sentences) which can be included in invoices (lessons), with quantities for each invoice line (I need to qualify each line with several fields). Lines are also ordered in my case. All of this must support revisions (both sentences, and lessons) like a wiki would.
The added difficulty is that sentences (products) can be created/updated while changing a lesson (invoice).

I've read quite a bit, explored several modules and options, and now my plan is to create a third content type (or a custom entity) ('line' like 'invoice line') that references both an invoice (lesson) and a product (sentence) (using module references). But that apparently means a fair bit of coding to get revisions to work, corresponding forms, etc...

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x