Hi there!
After getting your assistance with my initial installation issues, I now have a news item slideshow appearing on this site www.sha-creations.com as an artwork gallery.
What I am now attempting is to display the node gallery content type with multiple images for 2 more galleries for clothing catalogues. I have followed the tutorial steps at http://ddblock.myalbums.biz/node/769 but the php code is being modified by the Openwysiwyg module, and I do not know how to prevent the extra tags it is adding (I can see the code while the openwysiwyg editor is loading, but not once it has loaded).
This is the code I have tried to paste into the page
<$block = module_invoke('ddblock', 'block', 'view','2');
print $block['content'];Am I meant to include any tags for the php?
This is what I get when I uncomment the set message lines (but it seems to be for the news item slideshow which I cannot get to only display on only one page yet, not for the node gallery)
#
'news_items'
#
stdClass::__set_state(array(
'nid' => '64',
'node_title' => 'Anahata',
'node_data_field_pager_item_text_field_pager_item_text_value' => 'Anahata Mandala',
'node_type' => 'ddblock_news_item',
'node_vid' => '64',
'node_data_field_pager_item_text_field_slide_text_value' => 'Available as original canvas, stickers and sarongs. ',
'node_data_field_pager_item_text_field_image_fid' => '203',
'node_data_field_pager_item_text_field_image_list' => '0',
'node_data_field_pager_item_text_field_image_data' => 'a:3:{s:11:"description";s:39:"Airbrushed Mandala Art by Myvanwy Fleur";s:3:"alt";s:0:"";s:5:"title";s:0:"";}',
'node_revisions_body' => '
As you may notice I haven't been able to get the custom pager working correctly yet, but I will request support for that in another issue.
Thankyou very much!
Even
| Comment | File | Size | Author |
|---|---|---|---|
| template.zip | 2.26 KB | Even Dawn |
Comments
Comment #1
ppblaauw commentedBetter to upgrade to RC6 of the module.
I see a < in the code you add
This should be:
You should use the PHP input Filter
Hope this helps you further, please let me know
Comment #2
ppblaauw commentedSet status to closed, solved issue with poster.