Terms missing from theme
Summit - September 3, 2008 - 18:24
| Project: | Taxonomy Image |
| Version: | 5.x-1.x-dev |
| Component: | Contrib Node Display |
| Category: | bug report |
| Priority: | critical |
| Assigned: | NancyDru |
| Status: | closed |
Jump to:
Description
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
| Attachment | Size |
|---|---|
| weblinks_terms.jpg | 37.27 KB |

#1
Interesting, I get them in the 6.x version, but they are indeed missing in the 5.x version.
#2
Strange, I have one site that is working right, and one that is not... Martijn, are you using revisions?
#3
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
#4
Summit,
Reversion are controlled under node type. You put a check next to Create new revision.
Thanks
Robert
#5
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
#6
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?
#7
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
#8
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.
#9
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....
#10
Martijn: I have tracked it down to the Taxonomy_image_node_display module. I'm going to beat up that maintainer right now...
#11
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:
#12
Martijn: just turn on the "Show Taxonomy Image in node page view" and it will be okay until I commit the change.
#13
I will, thanks!
greetings,
Martijn
#14
Moving to TI queue.
#15
Fix committed.
#16
Please open that as another issue in Web Links.
#17
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
#18