Would it be possible to choose whether the more link shows or not? At the moment mine goes to a drupal page not found when it's empty

Comments

Bèr Kessels’s picture

Status: Active » Fixed

It is a theme function, you can hide it by overriding your theme. Just like with all the core blocks in Drupal.

neubreed’s picture

Great,

What about the 'page not found' for empty tag lists? I think it would be better that the block didn't show up at all if it's empty

Bèr Kessels’s picture

Status: Fixed » Postponed (maintainer needs more info)

please rephrase your feature request: what are you requesting: a 404 on 'no tags'? or an option to remove the link?

neubreed’s picture

I thought I was reporting a bug.

When there are no tags in a tag block the title and a more link is displayed. When you click more I get a 404 page not found error.

I guess if we turn this into a feature request the ideal behaviour would be that the tag block didn't show up at all until there was at least one tag in it.

Bèr Kessels’s picture

Title: Can we remove the more link? » Don't show empty tag blocks.
Version: 5.x-0.1 » master
Category: feature » bug

Changing title and category.

Bèr Kessels’s picture

Status: Postponed (maintainer needs more info) » Needs work
pfaocle’s picture

Status: Needs work » Closed (duplicate)

Marking as duplicate of this one. Patch there.

pfaocle’s picture

Status: Closed (duplicate) » Active

Crap, sorry. Misread that, my fault.

pfaocle’s picture

Can reproduce, both with empty vocabs and with terms but no content with those terms:

* the block appears with title, but empty and with a more link;
* the more link to /tagadelic/chunk/vid throws a 404.

Bèr Kessels’s picture

Status: Active » Closed (duplicate)