Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2009 at 08:06 UTC
Updated:
13 Nov 2009 at 05:05 UTC
Jump to comment: Most recent file
Comments
Comment #1
ppblaauw commentedDid you install the required modules and did you import the Content type first?
Comment #2
epsi commentedI reinstalled all the modules and now it almost works.
Im getting this weird error everywhere
*
array (
'delta' => '6',
'output_type' => 'view_fields',
'pager' => 'custom-pager',
'pager_container' => NULL,
'pager_event' => NULL,
'pager_height' => 63,
'pager_width' => 195,
'imgcache_pager_item' => '',
'pager_position' => 'right',
'template' => 'custom',
'custom_template' => 'modest-grey10p',
'view_name' => 'news_items',
)
*
stdClass::__set_state(array(
'nid' => '30',
'node_title' => 'news item title 2',
'node_data_field_pager_item_text_field_pager_item_text_value' => 'page item 2',
'node_type' => 'ddblock_news_item',
'node_vid' => '30',
'node_data_field_pager_item_text_field_slide_text_value' => '
slide 2
',
'node_data_field_pager_item_text_field_image_fid' => '25',
'node_data_field_pager_item_text_field_image_list' => '1',
'node_data_field_pager_item_text_field_image_data' => 'a:3:{s:11:"description";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";}',
'node_revisions_body' => '
body 2
',
'node_revisions_format' => '1',
'node_created' => '1255511777',
))
And which theme is the one like this one?
http://drupal.org/files/RC2B_v3.jpg
i love that one
Comment #3
ppblaauw commentedThe error you see are the results of the drupal_set_message debug lines in the preprocess functions.
You can comment these drupal_set_message lines again in the preprocess functions.
The theme is similar to the gradient_green50l theme we sell at http://themes.myalbums.biz
Hope this helps you further, please let me know.
Comment #4
epsi commentedEDIT: Had uncommented the wrong place - works now.
How do i get those buttons to click on? Are those also something you have to buy?
EDIT 2: Let me refrase that. How do i get the buttons to be on the right side with the free them gradient-green30p?
Comment #5
ppblaauw commentedYou also need to comment the drupal_set_message in the pager preprocess functions.
But I think you already did this, when you say in your edit it works now.
To get the pager-items at the right side you need to customize a theme.
We can not give free support for customizing themes.
There are 14 theme layouts available for free now. The other theme layouts we developed, are for sale at http://themes.myalbums.biz But as I said before you can also develop your own customized themes.
The p (portrait) themes have the pager at the top or bottom (setting in configuration page)
The l (landscape) themes have the pager at the left or the right (setting in configuration page)
Hope this helps you further, please let me know.
Comment #6
ppblaauw commentedSet status to closed, assume poster solved the issue, more then 4 weeks no activity.