cubicweb-forge #2709049 Add tab in top banner to point to interresting content [in-progress]
Add some global navigation to interresting content :
etc. | |
priority | normal |
---|---|
type | enhancement |
done in | <not specified> |
load | 1.000 |
load left | 1.000 |
closed by | <not specified> |
patch | [views] add Links to header for global navigation (closes #2709049) [rejected] |
similar entities
- cubicweb #343658 Generate & use readable URLs
- cubicweb-tracker #343646 shortcut for moving a ticket to a version that is not started
- cubicweb-blog #343656 The view boxListing could not be found
- cubicweb-blog #1248 not so pretty "latest blogs" box
- cubicweb-forge #2099939 Show that you can add ticket for anonymous users
[see all]
attachment
Comments
-
2013/02/02 10:49, written by alutz
-
2013/02/02 17:23, written by nchauvat
-
2013/02/04 10:08, written by alutz
-
2013/02/04 09:45, written by acampeas
-
2013/02/04 10:06, written by alutz
- context = 'navtop'
add commentI have some unpolished patches that implement this, if anyone is enthusiastic about this, I can finish them.
I need to be convinced about this one, for I am not sure I like the breadcrumbs under the header... maybe it would be better to have a list of links above the top header ?
So instead of having tabs, have a bar above the logo ?
This is usually used for separate sites and I think it could lead to confusion.
What's bothering you about the breadcrumbs under the header ? the unaligned white boxes ? This is already the case when msgs are displayed.
Could you settle for inclusing of the breadcrumbs inside the white box above the title ?
Interesting. Can you provide the patches ?
Patches pushed. To have a similar situation than on the screenshot, you have to modify web/views/ibreadcrumbs.py add
and
+class BreadCrumbEntityVComponent(component.EntityCtxComponent):
but discussion above about that...