How to use shared CCK field to reference nodes

Hi Everyone,

Just curious as to whether someone can shed some light on how to use a CCK field (which is shared between different content types) to create a "relationship" between nodes that have the same value.

For example, I've created X content type and the CCK field "A" is a text field. In Y content type I've reused the "A" CCK field, however I've formatted it to be an autocomplete text field instead. That means it can draw values from whatever was inputted into the "A" CCK field in the X content type.

Have Views Generate Output from Currently Viewed Node

Hi All,

Just curious if someone could provide info or push me in the right direction towards resources that can help me do the following:

I have a content type. Let us call it "X".

For the X content type, I have a few fields. I've now created a View, and in the View I have added those fields, and I've filtered to only show values for those particular fields of the X content type.

Split at Textfield

Hello guys,

let me describe my problem.
So I have an Text field with the ability to add another, i think you know what i mean.
I display my inputs on a view.

so we have this table situation:

editing Blocks in adodis School theme

I am developing My 1st drupal website with adodis school Theme. There is some ready made Left sidebar blocks(Fecielities & News and events). I want To Modify them and change URL's of it. But can't find any where edit Option.
domain/#overlay=admin/structure/block/manage/menu/menu-solutions/configure
But na thing shows there. ;(
Can any body tell how can it edit them?

How to get homepage without domain.com/drupal?

I can access only my new homepage via URL http://www.domain.com/drupal.
How to configurate site so homepage is just http://www.domain.com?
I tried to change from:
site information default front page The home page displays content from this relative URL. If unsure, specify "node". It tried set http://www.domain.com and it did not accept it.
Thank you for your help!

Adding Node content into Computed Field after node render?

Guys, is it possible to save php variables to Drupal after the node has been created?

Can I move the $node->content into a cck computed field after the node has been rendered so that when the next time the node is viewed it will show the $node->content from the computed field?

Something like...

if (node viewed for 1st time) -{render node and copy content into computed field}
else
{display computed field}

Thanks

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x