I'm trying to use this fantastic module with the upright 40 or 50 theme.
the big image is displayed perfectly but the little vgnette doesn't shows up... Ihave a black block with white text.
Thank you for posting the solution.
I changed the preprocess functions lately but forgot to change the pager item field names.
Created a new improved download of the preprocess functions.
Please create an issue in the issue queue of the module.
Explain what you want to accomplish, what steps you did, what is different.
Please provide as much information as possible, so I can give accurate answers. e.g template.php file, result of debug lines, link to site or screenshots, page source.
- We install and configure ddblock for $40, see: packages
- Slideshow theme customizations, please fill out the design requirements questionnaire to create an efficient workflow.
- For other drupal related services contact us via the contact form
40/50
I have the same problem, see:
http://t2manu.alessandrow.de
Installations:
d14
ddblock 6.x-1.0-rc6 (26.02.09)
views 6.x-dev (26.09.09)
cck 6.x-2.5 (03.08.09)
ImageField 6.x-3.1 (04.07.09)
ImageAPI 6.x-1.6 (17.04.09)
FileField 6.x-3.1 (04.07.09)
jQuery_update 6.x-1.1
Export_files_V1.4.zip
from source:
An error in template.php?:
function garland_preprocess_ddblock_cycle_pager_content(&$vars) {
if (($vars['output_type'] == 'view_fields') && ($vars['pager_settings']['pager'] == 'custom-pager')){
$content = array();
if ($vars['pager_settings']['view_name'] == 'news_items') {
if (!empty($vars['content'])) {
foreach ($vars['content'] as $key1 => $result) {
// add pager_item_image variable
if (isset($result->node_data_field_image_field_image_fid)) {
$fid = $result->node_data_field_image_field_image_fid;
$filepath = db_result(db_query("SELECT filepath FROM {files} WHERE fid = %d", $fid));
Thank you for help!
Re: 40/50
Please create an issue in the issue queue of the module.
Please provide the template.php file and the result of debug lines
Thanks
Many thanks for the tip on Issues for Dynamic display block with drupal.org
The solution:
(for everybody with the same problem)
In the pager preprocess function you need to change (2 times)
node_data_field_image_field_image_fid
into
node_data_field_pager_item_text_field_image_fid
A great module, it comes on my donation list.
Re: thanks
Thank you for posting the solution.
I changed the preprocess functions lately but forgot to change the pager item field names.
Created a new improved download of the preprocess functions.
Re: Image vignette doesn't display...
Please create an issue in the issue queue of the module.
Explain what you want to accomplish, what steps you did, what is different.
Please provide as much information as possible, so I can give accurate answers. e.g template.php file, result of debug lines, link to site or screenshots, page source.