I am testing out weblinks (so I can't link to my site directly).

I have two vocabularies that use weblinks type nodes. Vocabulary A is the main categories (ex. Resources). Vocabulary B is more descriptive. Some weblinks are very large sites, and can have over a hundred Vocabulary B terms.

I tried to test this out, and came across a big display issue. It's a little hard to explain, so I attached a screenshot. As you can see, there are so many links on the top, it is completely covering the top of the node. This seems to be only a problem when viewing the node.

CommentFileSizeAuthor
weblinks-problem.jpg179.38 KBrivena

Comments

nancydru’s picture

This is certainly an interesting issue. However, I don't think it's really a Web Links issue. It looks like it's a theme (Garland?) issue with breadcrumbs. You might try this at line 66 in "page.tpl.php":

      <div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
          <?php print $breadcrumb; ?>
          <?php if ($mission): print '<div id="mission">'. $mission .'</div>'; endif; ?>

Add a line after the breadcrumbs:

      <div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
          <?php print $breadcrumb; ?>
          <div class="clear-block"> </div>
          <?php if ($mission): print '<div id="mission">'. $mission .'</div>'; endif; ?>

If this takes care of the problem, I would suggest opening an issue (or transferring this one) to the Garland issue queue. I just did a quick check and this issue would also appear in D7.

rivena’s picture

Thank you for your fast response.

I changed the theme to bluemarine, and it seemed fine there, so I agree it seems to be a garland issue. I tried the fix above, and I tried disabling admin menu (just in case), but no avail (I refreshed the browser screen and checked the page source to see that the new code was in the output). Shall I switch this issue over to Garland?

Anisa.

nancydru’s picture

Title: Display of taxonomy terms (groups) in breadcrumb » Display of taxonomy terms in breadcrumb overlays node
Project: Web Links » Drupal core
Version: 6.x-2.0 » 7.x-dev
Component: Theming » Garland theme

Moving to Garland queue.

Jeff Burnz’s picture

Version: 7.x-dev » 8.x-dev
Category: bug » feature

Seems like a feature request, with no updates for over a year...

nancydru’s picture

Category: feature » bug

And no indication that the core developers were ever aware of this. I disagree that it's a feature request - looks like a bug to me, although an extreme edge case (so many breadcrumb items).

amateescu’s picture

Status: Active » Closed (won't fix)

The Garland theme has been removed from D8: #911054: Remove Garland from Core