This forum is for less technical discussions about the Drupal project, not for support questions.

Drupal for Dummies competition

With the pending release of Drupal 4.7.0 final, I though it might be fun to start a competition to create the best Drupal for Dummies concept book cover.

You can use the Dummies Book Cover Maker to create your own;

images

How do you add images to your content?

Do you use Only local images are allowed.?

Or do you use any module?

Also, where do you save these files?

Inside Drupal directory or outside it?

Problem with xmlrpc

I am trying to get set up, but I am having problem with xmlrpc.
I downloaded xmlrpc-2.0rc3.zip, and unzipped it in my Apache directory (/var/www/html/). The xmlrpc.inc and xmlrpcs.inc files are there. I then tried to get an example working to make sure I am set up correctly, but I have not have any success.
This is the 'client.php' file:
------------------------------------------------------------------------------------


xmlrpc

XML-RPC test

<?php
include("lib/xmlrpc.inc");

if (!empty($_REQUEST["number"])) {
// first we create an xmlrpc message to call the method "multiply"
// passing $number as an xmlrpc int data type
echo "A";
$f = new xmlrpcmsg('multiply',
array(new xmlrpcval($_POST["number"], "int")));
echo "B";

// Now we create an xmlrpc_client connecting to the xmlrpc server
$c = new xmlrpc_client("servfoo.php",
"192.168.1.3", 9990);
echo "C";
$c->setDebug(1);
echo "D";
echo $f;
echo $c;
// We send the xmlrpc message
$r = $c->send($f);
echo $r;
echo "E";
// And get the response
$v = $r->value();
echo $v;

// Check for Errors
if (!$r->faultCode()) {
print ("Number ". $number . " is " . $v->scalarval() . "

Can I do this with drupal?

Hello.

I am starting with the use of drupal (my other experience with cms was mambo).

I have this specific need and I like your opinion / advise (+ pointers to docs/examples if you have it).

I need to implement only a news page in a front page for a site. This frontpage has to have a news component and some links to other parts of the site (this last is already solved). The news component has 2 characteristics:

Module to Meet Survey Needs

Hello everyone,

upload attachments

I am only able to upload 2 attachments. If I upload a third, one of the previous two attachments is deleted.
I need to be able to upload at least five attachments.
is this a drupal setting? or php for uploads?

susan

Pages

Subscribe with RSS Subscribe to RSS - General discussion