Display the first row of an uploaded CSV

Hello

New Drupal user here and enjoying the experience.

I'm trying to upload content from a csv file to display in table form which I have managed ok (created a content type with a "Table Field" field which allows upload from CSV) but the first row of the csv file is never displayed.
I assume it must automatically strip this row but is there any way to prevent this?

Theming Taxonomy Term Pages

I'm using page--taxonomy--term.tpl.php to theme a list of node teasers. In the vocabulary, I created a new field 'field_banner', but I can't seem to access it at the theme level for the life of me. Where are taxonomy level fields exposed? For instance, it's not in the $page variable, so a render($page['field_banner']) doesn't work. It's also not visible at the node level for nodes in that vocabulary.

Also, what preprocess hook can I use in template.php to get variables into page--taxonomy--term.tpl.php? Google is failing me and so is trial and error.

BUG? Bizarre content related bug

It's 11:27pm UK time and this has taken about 90 minutes to whittle down and isolate so I have not had time to research further.

SYMPTON: Entering a blog post with PHP code causes the whole thing to be ditched and an empty node/blog/add page to be presented again when certain content is added.

CAUSE: I have narrowed it down to this in my blog post,

    $ctx = stream_context_create($params);
    $fp  = fopen($url, 'rb', false, $ctx);
    fpassthru($fp);

As it turns out, it doesn't matter what input filter is used or whether it is an article, basic page, blog post etc, the fault was apparent in most of the combinations I tried. I thought it was initially the SyntaxHighlighter module but it still happened after turning that off.

By entering the code like so,

    $ctx = stream_context_create($params);
    $fp  = fope n($url, 'rb', false, $ctx);
    fpassthr u($fp);

I defeated the bug. Note the space character between the e and n of fopen() and the r and u of fpassthrough().

MYSTERY: How is it that I am able to enter it on the Drupal forum but not on my site? LOL As I was entering this post I suddenly wondered if the bug would be present here too but it seems to be fine so what version of Drupal is this site running ?

Now I am really confused!!!

Using IMCE and TinyMCE

Hello,

I am very new to Drupal have got a couple of books and am digging in.

But I am jumping a little a head of myself, as I am coming from a WordPress background one of the great things that my clients loved was the image uploading directly from the page/post screen.

Now I have uploaded the WYSIWYG module as well as the TinyMCE editor and everything is working great, but when I uploaded the IMCE module it seems nothing has happened. I saw there was a bridge module for version 6.x but I am running 7.x.

User Upload Pictures?

Is there a simple way to let user upload pictures for others to see? Kind of like Flickr but using the same database as the one I'm using for the forums?

Or I read something about a Flickr module but I don't think it has Drupal 7 support. Something or anything like this?

BlueMasters 1.1 for Drupal 7.x

Hi all,

we are glad to release a new version of BlueMasters, our most beloved and widely used freebie so far, for Drupal 7.x. With more than 20 fixes and improvements and several new features, including CSS drop-down multilevel menus, clean URL support and fully styled comments, BlueMasters 1.1 is a thoroughly revamped edition.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x