Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.2
Component:
block displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2008 at 20:37 UTC
Updated:
23 Jan 2009 at 07:40 UTC
I have one block display working, but can't seem to get the other to work. Both display the same content in the block. Both are using unformatted style.
first is called: views-view-unformatted--news--block.tpl.php. Does everything I need, displays a title and block of text with a more link.
the second: views-view-unformatted--ChuckoPage--block.tpl.php does not even register the existence of the block template. It just displays everything it wants though I have parameters in the block that work on the news area.
Any ideas? I just need to display this block with a more link to the page. Both are set up in Views2. The page works fine. The block isn't doing what it should.
Comments
Comment #1
aqua_linksunten commentedDid you activate and configurate the block at /admin/build/block ?
Comment #2
cheriejd commentedYes, the block is there, it just isn't displaying as requested.
Comment #3
merlinofchaos commentedLook in the theme: information section of the block display in the view where this is not working, and make sure the template name you're using exactly matches one of the listed templates there. If it does and is not bolded, rescan template files. If this does not work and your admin theme is different from your regular theme, go to admin/build/themes and submit that page to ensure the theme cache is cleared.