Opened 16 years ago
Closed 5 years ago
#3303 closed enhancement (wontfix)
Applying the display layout of the previous tBlog plugin to FullBlogPlugin
Reported by: | DongInn Kim | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FullBlogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Hi,
I have tried to apply the display layout of the previous tBlog plguin to FullBlogPlugin on trac-0.11. This new layout is setup to be applied when the [[BlogList]]
wiki macro is used.
It is a trivial change but I tried to change the layout because I like the display layout of the previous Trac blog plugin (tBlog) better. :-)
I hope that someone can try to use this patch and see that it is useful.
Regards,
-ps- My trac-0.11 is setup on RHEL4 Update 6. (python-2.3 :-( )
- DongInn
Attachments (1)
Change History (6)
Changed 16 years ago by
Attachment: | tracfullblog_macrolayout.patch added |
---|
comment:1 Changed 16 years ago by
Owner: | changed from Alec Thomas to John Hampton |
---|
comment:3 Changed 16 years ago by
The Genshi template <div>
that is modified is used by all the various listings in the plugin - be it from a macro or plain listings.
No doubt the metadata display can be improved if so wish, but I'm sure the change can be much less intrusive by just doing minor modifications to template, and changing the current metainfo
related CSS styles. As the metainfo listing is just a <ul>
it could likely even be done as CSS only by setting list-style: none;
and some further tweaking.
As for the change of introducing a 170px margin on all blog content, that cannot happen. For the site where this is done (likely for the menu on the side?), such a change should rather be in Trac layout.html
or theme.html
to squeeze the main Trac #content
to the right - regardless of module or content.
Anyway, I'd very much like to review such a patch before changes are committed :-)
comment:4 Changed 10 years ago by
Owner: | John Hampton deleted |
---|
A patch for the new layout