interface vs. content translation

hey everybody

I'm quite new to Drupal but I've dabbled around with v5 and v6 quite a lot already, installed different modules, tested them, etc.

One thing I just don't really see through is the topic of translations. I understand how to import .po files allthough there are no such files available yet for v6 but this seems to be linked only with the interface.

where is the source code for the forum post and thread pages? (want to see the sql queries)

Hi all,

Trying to get an understanding of how drupal is using the nodes, node_revisions together to build the queries for the forum pages.

Can someone direct me to the main source code page with the sql queries in it for the forum post and thread pages?

MySQL Startup Error 1067 Winbox Blues: Problems and Fixes

Hi. I'll keep this brief and refer to a longer description below. I'm eager to help others get a quick cure for their MySQL Error 1067 Winbox Blues.

Packaging error messages

I'm in the process of porting my theme to drupal 6. I followed all the steps necessary to post the development version on the theme to drupal.org, but I got this error:

Packaging error messages

* ERROR: /bin/tar -ch --file=- dreamy | /bin/gzip -9 --no-name > /var/www/drupal.org/htdocs/files/projects/dreamy-6.x-1.x-dev.tar.gz failed with status 1

Check it out here: http://drupal.org/node/200988

High traffic drupal sites? Even drupal.org seems a bit slow to me, is it just the hosting or?

Greetings,

Loving this drupal product so far!

Question, are there any high traffic drupal sites you guys can show me, I want to see how fast these sites are.

It seems that drupal.org's site is pretty slow, is this a hosting issue or something else?

Login Block - return Home Page

Can anyone help me with the correct syntax for the version 6.0 API..

The code is in a block, offers a link to log in, and takes the user to the home page after log in.

This is the code that is used for version 5.x

*

      global $user;
      {
        $text = "Log In";
        $path = "user";
      }
      print l($text, $path, array(), drupal_get_destination());
      

I am told that it is the line starting with "print" that needs to change

Thanks
Alex

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x