I am not a tech freek but i followed the Advanced Tutorial.
The 'news' content type (manually created), the view (automatically imported) and the DDBlock Instance seems to have been correctly created.
The 'custom' directory has been copied in the glossyblue theme dir and template.php has been modified.
The DDBlock has been inserted in the Footer section. 2 News have been created.
However, it seems that the function glossyblue_preprocess_ddblock_cycle_block_content(&$vars) is never called (debugging information is never displayed)
Even if i move the 'custom' directory I don't get any errors !
I will really appreciate ANY help
Comments
Comment #1
cpotter commentedplease find the template.php
Comment #2
cpotter commentedSOLVED WITH WORKAROUND (BUG R6?) : this happens if you have a second "block view" in view news_items. delete the second block and template.php is called again
Comment #3
ppblaauw commentedTo make it possible to use more display blocks in a view, you can add in the ddblock.module file:
after line 1561
and
after line 1651
This way use can use the display id in the preprocess functions in the tempate.php file of your theme with the following code in the content preprocess function:
instead of
and the following code in the pager preprocess function
instead of
Hope this helps you further, so you can use more display blocks in your view.
Please let me know
Comment #4
ppblaauw commentedset status to fixed, assume poster solved the issue, 3 weeks without reply.