Multi Lingual support

Hi,

We are trying to recreate an existing Multilingual site in Drupal. Any suggestions? Please suggest the best strategy with some cases, if possible. We are very new to Drupal.

Thanks,

mayuresh

Installed and running, but...

... I seem to be missing basic concepts. Just installed 6b2, and having some problems. For instance:

I have ticked off the 'blog' module. My assumption is that this will enable blogging in the 'create content' options... but I do not see that option. I have looked all over the admin interface, and cannot find the switch other than 'enable module' to make blogging start.

Also: I have created a 'story'. It shows up on the front page, and in the Navigation block, as expected. I have subsequentlyadded two other stories. They also show up on the front page (and when clicked, go to their own pages), but do NOT show up in the Navigation block. What am I missing here?

I've been reading the handbooks and scouring the fora, but to little or no avail. Help?

Code Example

Code Example


// generate some random data
srand((double)microtime()*1000000);


$data = array();
for( $i=0; $i<6; $i++ )
{
  $data[] = rand(5,9);
}

$g = new open_flash_chart_api();
$g->set_title( 'Bar Chart', '{font-size: 20px;}' );
$g->set_width(200);

//
// BAR CHART:
//
$g->set_data( $data );
$g->bar( 50, '#9933CC', 'Page views', 10 );
//
// ------------------------
//

//
// X axis tweeks:
//
$g->set_x_labels( array( 'January' ,'February', 'March', 'April', 'May', 'June' ) );
//

Installation

Steps for installation

  1. Download and install this module from http://drupal.org/project/open_flash_chart_api .
  2. Download the package from http://www.teethgrinder.co.uk/open-flash-chart
  3. Unzip the package
  4. Copy the js folder and open-flash-chart.swf to the module folder.

It can't be used with V2 of OFC

After a WYSIWYG editor loads on Drupal, my Anti-virus (Bitdefender) shuts down...

I'm not sure where this message goes, but I just wanted to ask if anyone on this forum uses BitDefender, and if they use a WYSIWYG editor if their anti-virus just dies.

Mine does. It doesn't happen on the WordPress WYSIWYG editor, but it only happens after allowing scripts to work on a drupal WYSIWYG editor.

I'm not sure if I should report this to Drupal or to BitDefender, or even to the Firefox team. don't believe BitDefender would bother to listen to me, but it is quite the security issue.

API: learn about all the available functions.

set_title( $title, $style = ' ' )

Set the text and style of the title.

Parameters:
title  a string argument. The text of the title.
style  a string. CSS styling of the title.

set_width( $width )

Set the width of the chart.

Parameters:
width  an int argument. The width of the chart frame.

set_height( $height )

Set the height of the chart.

Parameters:
height  an int argument. The height of the chart frame.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x