Need help migrating your site to Drupal?

i want merge xoops and drupal 4.7

Hi.
How I can merge Xoops to Drupal? What the modules do this or just write how you do it.
I know that we have xoops import module, but I think it's not correct work.
Need merge all content and users

seeking expert advice on designing website architecture for Online Magazine Company

HI!

Finally i hv decided on using Drupal for my future website requirements.

This would be my first Drupal Project. (wondering if this is the right choice or the 2nd runner up - codeIgniter suits better.) I hv developed 100+ website based on PHP/MySQL till now.

This time i am exploring the idea of developing an online magazine website.

The following functionalities have to be implemented.

  1. Static pages like About us, Contact Information, History etc.

XML-RPC call to an External PHP Server.

Hi Everyone,

I’m having a problem sending an xmlrpc call to an external php server.

System:
Drupal 5.3 || PHP 5.1.6 || Apache2.2.3 ||PostgreSQL 8.2.4 || XML-RPC v.1.1 (imported lib)

Scenario:
- 3 variables get posted via a subscription form (option, name, email) to a page.
- The page sends an xmlrpc call to the php server to check DB and gets a response
- Based on the response users become subscribers or the form gets redisplayed.

the problem:
the ‘xmlrpcval’ is not building the array of values appropriately and as a result I’m getting and empty array and nil ‘mytype’.
Object ( [me] => Array ( ) [mytype] => 0 )

Code:
///////////////////////////////

function get_vars () {
// sort out vars…
}
function subscribe ($vars) {
foreach ( $vars as $key => $val ) {
$xml_param_array[$key] = new xmlrpcval($val);
}
$msg = new xmlrpcmsg(“mailings.subscribe", array(new xmlrpcval($xml_param_array, "struct")));
$client = new xmlrpc_client("/mail-dir/mailings.php", XMLRPC_SERVER, XMLRPC_PORT);
$response = $client->send($msg, 40, XMLRPC_PROTOCOL);
$v = xmlrpc_decode($response->value());
return $v;
}
///////////////////////////////

Current situation:
As I have imported the standard xml-rpc for php library rather than Drupal’s, I have also tried v.2.2 but no luck.

Module for posting short external news links?

Hi All

I am transitioning a site to Drupal. We currently have an "in the news" section with links to external items, listed on the front page. These are not as prominent or as self-contained as a "story" in Drupal (with its own big headline etc.). Is there an easy to use module with which I can replicate such functionality? Preferably, I would also like to be able to create a block in one of the sidebars with the latest items listed.

Configure: File Product On ".links" Section

I wish it was easier to have people answer your questions.
Sometimes it's hard to get answers -- here's a question I'm
not getting any response to, please have a look at it...

Read On...

Comment Redirection

Hi,

I've just converted my forum from PHPBB to Drupal

http://www.imafish.co.uk/forum

When someone posts a comment it loads the first page of comments for that node rather than going to the last comment - is it possible to redirect users to the last comment (so they can see what they have posted) rather than just loading the first page of comments.

Thanks

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal