Closed (outdated)
Project:
Submenu Tree
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2012 at 16:08 UTC
Updated:
25 Mar 2019 at 07:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jcnventuraI am not familiar with the submenu tree module.. What's the content of this list of links that disappeared?
On the general case, the email version should be the same as the printer version (ditto for PDF), so if it didn't work before for print, but worked for email, then something was wrong with email and has now been fixed :)
But since I can't understand what the problem is, I'm not even sure there's a bug in here.
Comment #2
dman commentedDitto here. Looking into it now.

http://drupal.org/project/submenutree allows us to embed (titles or teasers of) menu children into parent pages.
eg
First guess is that submenutree inserts content into the body *based on the current menu path* and because the 'print' pages are not on the menu path, that extra local content is not added.
That would mean the fix (additional support) probably needs to happen in submenutree. print.module just generates the page it expects from that path. I don't think it would be fully appropriate for it to mimic the menu path just to support submenutree
Comment #3
dman commentedPS, I found that the expected link content was not appearing for me just on the printer-friendly preview page - /print/1058
Not even tried email yet.
Comment #4
dman commentedYeah, it's submenu tree that only chooses to show in 'full page' view mode. This is 'print' view mode, so it's self-excluding.
Interim patch here - though it probably needs to be a config option. And shifting to submenutree queue.
Comment #5
dman commentedHere's a patch that allows submenutree to (optionally) show on 'print' pages.
It adds an option to toggle it (for print or any view_mode) to the submenutree settings
Comment #6
ivnish