All fields in custom content type appear under $content['first_field'] ?

Hi,

I'm new to Drupal, I have a book that is getting me started, and I also browse the documentation but there is one question that bugs me. I have the following set up:

I override node.tpl.php for a specific content type. I want to display an image which is linked to another page thus the content type has a link field where you enter the link and an image field to upload the image. (I know the token module let's you do this kind of stuff although it's yet unclear to me how exactly but that is not the point)

    echo l(drupal_render($content['field_image']),$field_link_to["und"][0]["url"],array("html" => true));

This works brilliantly. As you can see I used the flattened $node reference to the url field. This is because I have noticed something weird when I dprint_r($content), namely all fields I have (and I mean all) appear under the first field and this seems weird to me, I don't know if this is how it should be but it seems very weird that the other fields are not siblings of the first field.

Facing issue with CKEditor & Drupal 7

Hi,
Just installed Drupal 7 in a subdomain.
Now when I am trying to install CKEditor (Install new Modules) from the link on this page http://drupal.org/project/ckeditor, while installing I am getting this message :

"An error has occurred.
Please continue to the error page

An AJAX HTTP error occurred.HTTP Result Code: 200Debugging information follows.
Path: http://drupal.nikoran.co.cc/authorize.php?batch=1&render=overlay&id=4&op=do
StatusText: OKResponseText: Update manager | drupal.nikoran.co.cc
@import url("http://drupal.nikoran.co.cc/modules/system/system.base.css?lezzyc");
@import url("http://drupal.nikoran.co.cc/modules/system/system.admin.css?lezzyc");
@import url("http://drupal.nikoran.co.cc/modules/system/system.menus.css?lezzyc");
@import url("http://drupal.nikoran.co.cc/modules/system/system.messages.css?lezzyc");
@import url("http://drupal.nikoran.co.cc/modules/system/system.theme.css?lezzyc");
@import url("http://drupal.nikoran.co.cc/modules/system/system.maintenance.css?lezzyc");
@import url("http://drupal.nikoran.co.cc/themes/seven/reset.css?lezzyc");
@import url("http://drupal.nikoran.co.cc/themes/seven/style.css?lezzyc");
Update manager Status messageInstallation was completed successfully.
ckeditorInstalled ckeditor successfullyNext stepsEnable newly added modules
Administration pages"

And the Module is not getting installed.

New module for upload large files - advupload. Need testers :)

Hello!
I've just created own module to upload large files - e.g. videos, archives to drupal sites.
advupload

It's more custmizable then already existig modules, have ready security checks (via token exchange between JSON calls and pages).
Interesting in testing and feature requests :)

Reason to create module was - all other are too long in beta state or cannot chunk upload.
Hope in 2 weeks there will be port to D7

Content with renderable arrays?

Hi all!

I'm going to write an Input Filter for Drupal 7 and wanted to ask if it makes sense to output content with renderable arrays to make it theme- and alterable. Would this even work? Are there major drawbacks I didn't think of?

BR Philipp

Allowing users to access Drupal 7 taxonomy fields?

I dig the capability to attach fields to taxonomy terms in D7 core. However, is there any way for users to input/edit the data in these fields via the node submission form?

AJAX 404 error

I've never used Drupal before, and want to install it on my development computer to try it out. I keep getting this error during installation, though. After setting up the database, I get this:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x