Hey there.
I created a semi-sandbox for my main site (http://www.chicktellectual.com) and ddblock continued to work (I think). I created a new theme (just a cop of garland) and moved the preprocess and module files into what I thought were the right places, but it seems it isn't working.
Output includes:
'node_data_field_pager_item_text_field_image_fid' => '251',
my code has $result->node_data_field_pager_item_text_field_image_fid where required, I think. The images do not display. See new.chicktellectual.com/content/top-stories
Sorry if the site's funny looking I am mucking with the theme.
bjorn
Comments
Comment #1
ppblaauw commentedLooks like your preprocess functions in the template.php file are not ok.
tag is not around it.
In the site I see it shows the names of the image files, but not the images itself.
It looks like the
Can you send the content of the template.php file, so I can help you better?
Comment #2
bejayoharen commentedComment #3
ppblaauw commentedThe preprocess functions you use are the old versions from RC4. From RC5 you need to download the new versions from http://ddblock.myalbums.biz/download. They are part of the export_files.zip package.
Comment #4
bejayoharen commentedThanks for the help!!! Works now! I wonder why it worked until I switch themes. Oh well.
bjorn