Modify ↓
#908 closed enhancement (worksforme)
disable calendar in BlogShow macro
Reported by: | bgoedel | Owned by: | John Hampton |
---|---|---|---|
Priority: | normal | Component: | TracBlogPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I use [[BlogShow(num_posts=5,mark_updated=False)]] together with the NewsFlashMacro but I got some strange results depending on the browser used. In Firefox the calendar window seems to be okay but in IE it is layed over the text.
An easy solution would be to make a guideline to use Firefox but I cannot force all team members to use this browser :-)
Could you please add an option to disable the calendar box to the [[BlogShow()]] Macro? Something like calendar_box=disable?
Attachments (0)
Change History (2)
comment:1 follow-up: 2 Changed 18 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 18 years ago by
Replying to pacopablo:
[...]it can most likely be changed via a parameter to
[[BlogShow]]
Thanks a lot for the hint! It works! Greetings, Bernhard
Note: See
TracTickets for help on using
tickets.
This can already be accomplished. Simply pass
hidecal=true
to the macro. I really need to update the documentation to include all of the options. However, if it can be changed in the admin interface, it can most likely be changed via a parameter to[[BlogShow]]