Active
Project:
Advanced Blog
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2010 at 00:22 UTC
Updated:
27 Jun 2010 at 21:13 UTC
I have a custom block, based off this code http://drupal.org/node/213855 that works great.
Can anyone help me get this block to also work on the archive pages (from the links from Advanced Blog navigation block), which are not user authored pages, which I assume the block is targeting (block is present but not rendering it's content)?
Alternatively, can I identify these archive pages to my block, so I can not show it for the archive pages? These archive pages have no unique body classes or path, that I can otherwise control by css or block visibility (although they capitalize the user name in the path).
Comments
Comment #1
echoz commentedWhat I did was make my own archive block + page with views (modeled off the default archive view) to have more control with it.