Hi,
Now the weblinks node looks great on my page, see for instance:
http://www.vindtocht.nl/onthaasten-stilte-en-ontmoeting.

But as you can see on another link made with links_weblink, the terms are gone in the layout, see:
http://www.vindtocht.nl/overnachten-bij-de-parijzenaars.

I also attached a picture to show what I mean. The circulled words are the terms which are tagged to the content.
Normally they come up in node.tpl.php or for weblinks: node-weblinks.tpl.php using:

  <?php if ($terms ): ?>
  <div class="terms">Vindwoorden: <?php print $terms ?></div>
  <?php endif; ?>

"Vindwoorden" is a dutch word.

But with weblinks I do not see the terms in the lay-out?
Is there another way to get the terms inside the node-layout?

Thanks for going into this!
greetings,
Martijn

CommentFileSizeAuthor
weblinks_terms.jpg37.27 KBsummit

Comments

nancydru’s picture

Interesting, I get them in the 6.x version, but they are indeed missing in the 5.x version.

nancydru’s picture

Title: Node-page theming part two the terms » Terms missing from theme
Status: Active » Postponed (maintainer needs more info)

Strange, I have one site that is working right, and one that is not... Martijn, are you using revisions?

summit’s picture

Hi Nancy,

I have node_revisions table, but I don't know if that's what you are asking?
I didn;t install a specific module for revisions no. Enough answering for this?

greetings,
Martijn

rmiddle’s picture

Summit,

Reversion are controlled under node type. You put a check next to Create new revision.

Thanks
Robert

summit’s picture

Hi Robert, Nancy

I do not think that this is not only a terms issue after all.
see: http://www.operas.nu/papageno on this site I have terms.

I think it is a different issue, or combined issue, sorry, but just saw that all my nodes except Web links are "normally" overriden by my panel. I have set op node-override as explained here: http://drupal.org/node/206185
See for instance: http://www.vindtocht.nl/met-kerstmis-naar-sound-music-de-efteling
As you can see another block is next to the node, this is because I added this through panels node-override.

But on Web links node, the panels-node override is not working.
See for instance: http://www.vindtocht.nl/de-bachreis-de-stille-week. This is a Web links node.
As you can see no extra block on the right of the node.
So something is wrong with Web links or panels that node-override is not working on Web links right now.

greetings,
Martijn

nancydru’s picture

I don't use Panels at all and I have one site where I see this. Is either or both of these sites a Links-converted site?

summit’s picture

Hi Nancy,

No none of them are link-converted yet.
I use another testsite to test the link convertion.
But apparently something goes wrong with node-overriding with Weblinks node..and with terms insertion don't know what.
Isn't it a suggestion use a node-weblinks.tpl.php for terms insertion?

greetings,
Martijn

nancydru’s picture

There really is no need for a separate theme; we are doing nothing special with the display. And since I am seeing this without Panels, you can pretty much rule that module out.

nancydru’s picture

This is really strange, if I use any function that shows multiple Web Links on a page (e.g. taxonomy/term, node/type), the terms display. It's only when I show only one that they disappear. I think the same node.tpl.php is used in both cases. Hmmm....

nancydru’s picture

Martijn: I have tracked it down to the Taxonomy_image_node_display module. I'm going to beat up that maintainer right now...

summit’s picture

Project: Taxonomy Image » Web Links
Version: 5.x-1.x-dev » 5.x-2.x-dev
Component: Contrib Node Display » Code
Assigned: nancydru » Unassigned
Category: bug » support
Priority: Critical » Normal
Status: Fixed » Postponed (maintainer needs more info)

Hi Nancy,

Great you find the solution!
I also have taxonomy_image on this site! and not on the www.operas.nu where terms where showing, so it could certainly be the case!
EDIT: Yep, disabling taxonomy_image_node_display did got the terms! Great!
But still I have the issue of the fact that weblinks do not show on node_override panel...
EDIT:

Thanks a lot for getting to the bottom of the terms not showing!

Greetings,
Martijn

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Postponed (maintainer needs more info) » Active

Martijn: just turn on the "Show Taxonomy Image in node page view" and it will be okay until I commit the change.

summit’s picture

I will, thanks!
greetings,
Martijn

nancydru’s picture

Project: Web Links » Taxonomy Image
Version: 5.x-2.x-dev » 5.x-1.x-dev
Component: Code » Contrib Node Display
Category: support » bug
Priority: Normal » Critical

Moving to TI queue.

nancydru’s picture

Status: Active » Fixed

Fix committed.

nancydru’s picture

Project: Web Links » Taxonomy Image
Version: 5.x-2.x-dev » 5.x-1.x-dev
Component: Code » Contrib Node Display
Assigned: Unassigned » nancydru
Category: support » bug
Priority: Normal » Critical
Status: Postponed (maintainer needs more info) » Fixed

Please open that as another issue in Web Links.

summit’s picture

Did this Nancy,
See http://drupal.org/node/301429#comment-1004726
The terms are showing on panel-node-override now, but now for Visit %title, the %title is gone..sorry to have to report this.

Greetings,
Martijn

nancydru’s picture

Status: Fixed » Closed (fixed)