Printing fields related to node inside a block in full node view?

I'm creating a portfolio for myself and want to show project info in a sidebar block of a full view. I've created a PHP block and configured visibility, but code that works inside node.tpl.php doesn't work when copied inside a block. I'm not a developer, so I've hit the wall with this one.

Multisite with multiple Database

Hephey.

I am working on getting a CMS up and running for a small company.

This CMS should be in control of a series of different websites which is ment to boost SEO, ergo, they are located on different webhotels (hosts).

Now, is there a way to get a master drupal installation to manage all these different websites even though they do not have a shared database (different webhotels means different servers)?

Drupal vs Zend Framework

Hi Everyone

I am trying to develop a payroll application that will be Web Based

here are the key factors to the implementation of the application.

1- Must be modular for easy extension and maintenance (Drupal meet this one)
2- Must use MVC design (This is where I am not sure about Drupal sastifying this condition in an efficient manner)
3- Must be based on OOP programming (Here as well I don't know whether Drupal offers solution easily implementable)

Question about #states attribute in Forms API

Hello everybody,

I tested a piece of code that should display a table with several rows and extend to another new row when the user fills out the last existing row.
As you can see below, it now it works only for the new generated fields, but not for the table-elements like:

'#prefix'        => "<tr><td>$ocalc_zone 1</td><td>",
'#suffix'        => "</td>",

Does anybody have a suggestion how to display the additional table-elements in the same way the newly added fields are displayed?

You can see a test page at http://linsenrechner.de/node/27
Just enter something in the two fields. (The button gives an error, ignore that...)

Thanks a lot,

Andreas

Here' the complete code:

$form[$wrapper]['radius0'] = array(
'#type' => 'textfield',
'#title' => $ocalc_radius,
'#title_display' => 'invisible',
'#weight' => -20,
'#prefix' => "

",
);

$form[$wrapper]['zone0'] = array(
'#type' => 'textfield',
'#title' => $ocalc_zone,
'#title_display' => 'invisible',
'#weight' => -15,
'#prefix' => "

",
);

  $ocalc_radius $ocalc_zone
$ocalc_zone 0 ",
'#suffix' => "
",
'#suffix' => "

***Getting auto complete to work on search bar***

Hello everyone.

After many hours of frustrating searching on the internet, through Drupal's site, and other various forums I have been able to find close to nothing on enabling the auto-complete on a search bar. This is incredibly annoying because it seems to be a fairly easy task but there is little to no information on the subject. I am using Drupal 7 and I know it has just been released, but some help would be appreciated.

Lightbox effect for Drupal 7

Hi!

I've been using lightbox2 module with drupal 6 so far.. and recently upgraded to drupal 7. Here i miss the lightbox effects. Is there any means to have it?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x