Is Drupal a viable solution for my website? Please review What is Drupal before posting.

Module: content_fields(); directly in the $node fields

Hello,

Do you know a module that would add to the array of node information directly through fields content_fields() function?

Example:

stdClass Object
(
    [field_trial] => Array
        (
            [#field_suffix] = 'aaaaaa'
            [#field_prefix] = 'bbbbbb'
            [0] => Array
                (
                    [value] => 49.0
                )

        )
)

If there is, this is not a problem, I'd do it myself.

Thank you in advance!

CCK: export/import package

Is it possible to export/import packages using the CCK for Drupal? In other words, building custom fields and forms, can one (easily) export that config and 'install/import' in another Drupal installation?

Thanks

Salesforce Integration

I am integrating my site with salesforce. But unable to connect it. Exery time i have tried to connect to salesforce with localhost it gives me the same error.

Unable to connect to Salesforce. Please check your credentials.

Plz Help..

Create alias for Blog Title / Username / and www.example.com/blog/username in Acquia slate theme

The default Drupal blog is setup to use your account name as the title of blog, node name, and blogger name. I am looking to give this name an alias. So that instead of using the account name, i'd like to replace all those with an alias name.

I have read several post of various way to do accomplish this task. For some reason the ones that are theme based break the theme. How can I edit the Acquia slate theme to change the default blog with the alias?

hook_nodeapi case 'view' variables

Hello,

I put in hook_nodeapi variables and then power them back in my node. The ultimate goal would be to set a variable in a node_load ().

That's how I try but it does not work:
In case 'view':

<?php
function trial_nodeapi(&$node, $op, $teaser = NULL, $page = NULL) {
   if($node->type == 'trial') {
      switch ($op) {
         case 'view':
            $node_trial2 = node_load(93);
         break;
      }
   }
}
?>

In node-trial.tpl.php:

Question about VI accessibility in developping website

Hello everyone,

I am considering making a website using Drupal, I like the way it works and would like to dive in. I have on question though. I read through the cookbook where it explained about blocks. There it was said you had to drag the blocks to where you wanted them. I am fully blind and thus unable to do that. Is there another way to place blocks on a page, maybe code-wise?

Thanks for any help you can give me.

Balliol

Pages

Subscribe with RSS Subscribe to RSS - Before you start