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
| Comment | File | Size | Author |
|---|---|---|---|
| weblinks_terms.jpg | 37.27 KB | summit |
Comments
Comment #1
nancydruInteresting, I get them in the 6.x version, but they are indeed missing in the 5.x version.
Comment #2
nancydruStrange, I have one site that is working right, and one that is not... Martijn, are you using revisions?
Comment #3
summit commentedHi 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
Comment #4
rmiddle commentedSummit,
Reversion are controlled under node type. You put a check next to Create new revision.
Thanks
Robert
Comment #5
summit commentedHi 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
Comment #6
nancydruI 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?
Comment #7
summit commentedHi 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
Comment #8
nancydruThere 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.
Comment #9
nancydruThis 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....
Comment #10
nancydruMartijn: I have tracked it down to the Taxonomy_image_node_display module. I'm going to beat up that maintainer right now...
Comment #11
summit commentedHi 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
Comment #12
nancydruMartijn: just turn on the "Show Taxonomy Image in node page view" and it will be okay until I commit the change.
Comment #13
summit commentedI will, thanks!
greetings,
Martijn
Comment #14
nancydruMoving to TI queue.
Comment #15
nancydruFix committed.
Comment #16
nancydruPlease open that as another issue in Web Links.
Comment #17
summit commentedDid 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
Comment #18
nancydru