Need help migrating your site to Drupal?

Multilanguage website - help !

Dear All,

I divided menuitems into Polish and Dutch ones. if you switch to Polish you see Polish item, but if you switch to Dutch you don't see the Dutch items. In the controlpanel I can't trace a single difference between them, apart of the language-setting. Please, help me ! I am getting quite desperate.

To check it by yourself the link to the website: http://www.oholender.pl/

Greetings, Bas

listserv-style mailing list

I found this article, but don't know how to install the needed modules or know what the commands mean..
http://drupal.org/node/793564

I just used Fantastico to install Drupal 6.19 today, so I'm very new to Drupal.

Readind Data from MS SQL and displying it in a node

Hi,
I am rebuilding a intranet site to the Drupal 7 framework (which is awsome I might add).
One of the pages returns all the purchase orders from our ERP system for a selected site.
This code is not complete, but it brings back the correct values when ran on a php page. I cannot use this code in the body of a node because of the POST element in the form submit.
What other ways are there to return the values to a node.
If I am not clear, please let me know and i will rephrase.

<?php

include 'includes/x3dbconnect.php';

if(isset($_POST['Site'])) $name = stripslashes($_POST['Site']);

$query = "SELECT FCY_0 FROM DEMOPRM.FACILITY";

$result = mssql_query($query);

echo "
";

echo "
";

//display the results
while($row = mssql_fetch_array($result))
{
echo "" . $row["FCY_0"] ."";

}
echo "
";
echo "

";

echo "Selected Site is " . $name;
$query = "SELECT POHNUM_0, POHFCY_0 FROM DEMOPRM.PORDER WHERE POHFCY_0 like '$name'";

//execute the SQL query and return records
$result = mssql_query($query);

$numRows = mssql_num_rows($result);
echo "
" . $numRows . " Orders" . ($numRows == 1 ? "" : "s") . " Returned

";

//display the results

Moving forum data from Telligent CS to Drupal?

We're in the process of moving our online community from Telligent CS Version: 2008 / 4.x to Drupal. The member data is easily imported, which is a huge relief, and the old blog posts are being manually culled, but we'd like to keep our old forum data. Does anyone have any experience with this? Thanks!

fullscreen (swftools, rfxview.swf), it does not work! who can help me?! thanks.

fullscreen (swftools, rfxview.swf), it does not work! who can help me?! thanks.

if i add a file (such as test.doc), it can preview, but click the fullscreen button, it does not work!

appendices A: my knowledge manager system version supporting table:
no. software name version
1 ubuntu 9.04
2 openoffice.org 3.0.1
3 php 5.2.6
4 mysql 5.0.75
5 apache 2.2.11
6 apache tomcat 6.0.18
7 apache solr 1.4.0
8 openjdk-6-jdk openjdk-6-jre_6b14-1.4.1/openjdk-6-jdk_6b14-1.4.1
9 jodconverter 2.2.2
10 swftools 0.9.0
11 xvfb 1.6.0
12 drupal 6.14
13 phpmyadmin 3.3.8.1

appendices B: modules & themes

no path name
1 ./modules/ aggregator
2 ./modules/ bitcache
3 ./modules/ block
4 ./modules/ blog
5 ./modules/ blogapi
6 ./modules/ book
7 ./modules/ color
8 ./modules/ comment
9 ./modules/ contact
10 ./modules/ content_access
11 ./modules/ content_taxonomy
12 ./modules/ dav
13 ./modules/ dblog
14 ./modules/ fileframework
15 ./modules/ filerelationsserver
16 ./modules/ fileserver
17 ./modules/ filter
18 ./modules/ forum
19 ./modules/ help
20 ./modules/ httpauth
21 ./modules/ hypergraph
22 ./modules/ locale
23 ./modules/ menu
24 ./modules/ node

looking for best solution to host multiple sites with SOME connections between them...

Hello,

I'm looking for advice, best practices etc. for a setup with multiple sites that I will try to describe here.

First: how it looks now. I am the webmaster of some 7 sites, that have all come into live in an independent way, and they are all produced with different means. One of them is drupal(gardens), one is written in html/css, one is made with iWeb for the Mac. What they have in common is that they are all about music, mostly centered around one city, and that I am involved with all of them, sometimes as a musician, sometimes as a concert organiser, ... The other sites are either from groups (for instance an orchestra) I work for, from concert organisations I work for (and that programm my groups or me), or from friends who are also involved in one or more of these projects/organisations/groups etc.

To make this more concrete:
I have my personal website: www.tomdeneckere.be
I have my orchestra website: www.kamerorkest-arcenciel.be
I have a website for my music production company: www.firstact.be
I also run the site for an umbrella organisation www.muziekarchipel.be, which 'umbrellas' some music organisations and music groups and individual musicians in Aalst, my home town.
This organisation is best known for a festival it organizes, and for which they have another site: www.mazzic.be

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal