Read More To Link To Blogs, Other Nodes, Etc

Your Ad Here

I got the Dynamic Display Block to work and it's very good looking. However, I am just using it to display different featured content of my website. Featured Blogs, Pictures, etc. So I created content with 'news item'. They load perfectly, but I would like the read more button to link to a DIFFERENT node then the respected 'news item' node. How is this possible?

Thanks

Re: Read More To Link To Blogs, Other Nodes, Etc

Possible solution:

  1. Add an URL Text Field to the content type
  2. Use this field in the preprocess function to link the readmore button to the URL you defined in the URL text field instead of the node itself.

Hope this helps you further. Please let me know.

Hello. Just to clarify for

Hello. Just to clarify for those not versed in the jargon quiet as well as we should be.

in #2, how does one go about doing this. how to access the preprocess function?

is it possible to give a little more of a description

thank you,

thank you again for such a great mod.

chrees

fm

O.K. I just found the same

O.K.

I just found the same issue clarified in the project page issues http://drupal.org/node/369856

thanks again

fm

Hi, very nice module. I

Hi, very nice module. I basically have the same requirement as above in a slightly different way, that is ... point the read more link to another view I created of the same news_item content type. The reason for this is that I created a "additional_images" field & would like to aggregate both image fields so I can implement lightbox/thickbox/piclens on them in a single shot. Of course if the original field_image would accept multiple images (tried but no go) with the first image to appear in the slideshow, so much the better. Or is this something that can be done with the preprocess functions too?

Thanks Philip & Hi Iren...