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
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

AttachmentSize
weblinks_terms.jpg37.27 KB

#1

NancyDru - September 3, 2008 - 21:12

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

#2

NancyDru - September 4, 2008 - 17:38
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?

#3

Summit - September 4, 2008 - 18:12

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

rmiddle - September 4, 2008 - 18:50

Summit,

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

Thanks
Robert

#5

Summit - September 4, 2008 - 21:04

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

NancyDru - September 5, 2008 - 13:22

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

Summit - September 5, 2008 - 13:27

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

NancyDru - September 5, 2008 - 13:31

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

NancyDru - September 10, 2008 - 13:44

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

NancyDru - September 10, 2008 - 18:27

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

#11

Summit - September 10, 2008 - 19:20

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

NancyDru - September 10, 2008 - 19:05
Assigned to:Anonymous» 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.

#13

Summit - September 10, 2008 - 19:06

I will, thanks!
greetings,
Martijn

#14

NancyDru - September 10, 2008 - 19:08
Project:Web Links» Taxonomy Image
Version:5.x-2.x-dev» 5.x-1.x-dev
Component:Code» Contrib Node Display
Category:support request» bug report
Priority:normal» critical

Moving to TI queue.

#15

NancyDru - September 10, 2008 - 19:09
Status:active» fixed

Fix committed.

#16

NancyDru - September 10, 2008 - 19:24

Please open that as another issue in Web Links.

#17

Summit - September 10, 2008 - 19:41

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

NancyDru - September 16, 2008 - 23:23
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.