Closed (won't fix)
Project:
Outline
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2007 at 23:18 UTC
Updated:
6 Jul 2016 at 12:24 UTC
Jump to comment: Most recent
Is there a way to make the title of an Outline navigation block a click-able link to the first page of the outline?
I want users who are mid-outline to have an easy way to get back to the beginning. I guess people could click on the Breadcrumb, but I have a feeling the top of the navigation block will feel like the "natural" thing to do. (It is for me.)
Thanks,
Patricia
Comments
Comment #1
beginner commentedI actually consider this a useability bug.
I am not sure it is possible to make the title a link.
But even if we can, the situation is more complex than that, because outline.module allows you to put several pages at the top-level of an outline, in which case the navigation block IS broken.
I am busy, so I won't be able to have a look at this issue soon. But if someone submits a patch, I will look at it promptly.
Comment #2
PRFB commentedBelow is AgentRickard's solution to the issue for Book (posted as http://drupal.org/node/159582#comment-252558).
Can anyone comment on what would need to change to make this work for Outline?
And what are the risks in case of multiple top-level pages?
Thanks,
Patricia
---
Block description: Custom book block
Block title: leave empty
Block body:
Input format: PHP code
Show block on specific pages: Show if the following PHP code returns TRUE (PHP-mode, experts only).
Pages:
Comment #3
beginner commentedThe risk is only a useability one. You can try: it won't hurt and you can change back later. But this feature is not yet fully ready, in terms of navigability (previous - next - up links at the bottom), and support in the navigation block, as I mentioned above.
Thanks for the code. I will need some more time to study a global solution for outline.
Comment #4
captaindav commented