Is Drupal a viable solution for my website? Please review What is Drupal before posting.

Bilingual content on same page

First of all I'm not sure whether this is possible - I'm half-resigned to having to create a Frankensite of manual HTML and database calls!

Basically I'm faced with creating a bilingual website, but rather than having two separate sites which Drupal (or whatever other package) must direct the user to on some basis (useragent language, user choice screen etc.) this one is to have both languages on the _same_ page but on opposite columns (English on the left, German on the right). Is it possible to do this with Drupal?

Active trail plus Taxonomy Block

Hi everybody.

I have a pretty odd situation within active trail.

I'd installed the Taxonomy Block module (http://drupal.org/project/taxonomy_block) and by default the selected taxonomy term in the list should have the link class "active", to differ one from the other.

Well, it actually happens, BUT only when I'm logged in as site admin. If any anonymous user access the page containing its block the active class doesn't applies.

Translation Tables In Drupal (Link 2 Nodes and Show Attributes of Both)

Hello All,

I want to match pair up nodes.

Each Node will have a title and a corresponding mp3 file. I DO NOT want it to have a body field because it would not accomplish anything.

The node will then be paired up with another node that has a title and an mp3.

I have this set up.

Content Type:
Title: Title 1
MP3: file 1

Title: Title 2
MP3: File 2

It is possible that the node might need to be linked to another node in the same fashion. So I figured that it would make sense to have 2 separate nodes that were joined instead of one node that had a two titles and a two mp3 files.

I thought the best way to do this would be to establish a "translation" node. However, I have run into a few issues.

For one, I don't need a title. I just need a way to link the two nodes. So I thought to do the following format:

Translation Table:
Source: Node Reference
Translaton: Node Reference

This worked out OK except that I had to create a meaningless title for the record. I then had absolutely no idea how to go about getting a table display that I was hoping for. Specifically, I was hoping for the following format

Word 1 | MP3 1 | Word 2 | MP3 2

I tried accomplishing this with views. However, I could only get the two node references. I could not figure out how to do to pull up their corresponding mp3s to show up in the list.

print l('Trial width éà does not work in node', 'http://drupal.org');

Hello,
If I put this code in a node it does gives me nothing:

<?php
  print l('Trial width éà does not work in node', 'http://drupal.org');
?>

He is either:

  print check_plain(l('Trial width éà does not work in node', 'http://drupal.org'));

And that is, it works:

Special content filter

Hello Drupal Community,

first of all, sorry for my weird english...

i'm relativly new to drupal. just created my first drupal-only website some days ago. played around with view and cck wich is what i need for the next project. well i'm pretty sure it will not work without those two modules. let me explain.

imagine a shop. this shop has for example 40 categories with subcategories. e.g.

  • Clothing
    • T-Shirts
    • Jeans
    • Shoes
    • Hats
  • Vehicles
    • Bikes
    • Cars
    • Trucks
    • Dragsters
  • Toys
    • Lego
    • Video games

    ...

    'til here pretty easy to understand i hope. but i'm stuck with the next step, creating the content filter with views (or something else?).

    i need: a dynamic filter wich reduces his filter options to the options wich are present in the current displayed output. so the user will never see a filter option wich leads him to empty results. got my point? i hope so, it's pretty hard to explain it in english for me. i need to filter by categories (see above) and also the fields of the content types.

    another example for better understanding with 2 products:
    A Jeans Pant - Color: blue, Size: M
    A Car - HP: 80, Model: Xyz Hybrid

Does Drupal work well with special customization of the tables?

Hello, I hope somebody can help me with this simple question.

Pages

Subscribe with RSS Subscribe to RSS - Before you start