Some blocks (search, Recent comments..) are not visible when i logout and become anonymous user. Any ideas why? When i login again as authenticate user (admin), blocks are visible again!
Was wondering if someone can point me in the right direction as I original thought this was only going to be a matter of changing the code in the block.tpl.php
What I would like to do is assign a class to the href’s that are generated by the block but as the block list is generated by the block->content variable it is has no direct means of changing the block hrefs
I guessing that the item_list is what I am looking for but I cant seem to locate the function in my drupal installation, where can I find the function that I need.