Modify

Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#8521 closed enhancement (fixed)

Install the NewsFlashMacro

Reported by: Ryan J Ollos Owned by: Michael Renzmann
Priority: normal Component: TracHacks
Severity: normal Keywords:
Cc: Steffen Hoffmann Trac Release: 0.10

Description

Several of us put a newsflash box on project wiki pagess, e.g. AnnouncerPlugin (hasienda), GoogleMapMacro (martin_s), AcronymsPlugin (rjollos).

It is simple to insert the HTML div element into the page:

[[html(<div id="newsflash">)]]
[[html(</div>)]]

but it would be slightly nicer to be able to use the wiki processor provided by the NewsFlashMacro:

{{{
#!NewsFlash
}}}

Attachments (0)

Change History (3)

comment:1 Changed 13 years ago by Michael Renzmann

Resolution: fixed
Status: newclosed

Done. Also added a news item to let people know about it.

comment:2 in reply to:  1 Changed 13 years ago by Ryan J Ollos

Replying to otaku42:

Done. Also added a news item to let people know about it.

Thanks! Tried it out on same pages and seems to be working well.

comment:3 in reply to:  description Changed 11 years ago by Ryan J Ollos

Replying to rjollos:

It is simple to insert the HTML div element into the page:

[[html(<div id="newsflash">)]]
[[html(</div>)]]

Using a pair of html macro calls doesn't seem to work in Trac 1.0, so good thing we have the NewsFlashMacro now.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Michael Renzmann.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.