Hey thanks for quick update.
I have installed
http://trac-hacks.org/wiki/FullBlogPlugin and created
some posts there.
And now using following code in my wiki page.
{{{
#!div class="important" style="border: 2pt solid; text-align: center;
float:right;"
[[BlogList]]
}}}
This is just displaying blog title linked to its main page with author
name and category.
BUT I WANT TO DISPLAY SOME TEXT FROM THAT POST ALSO. Same like
http://trac-hacks.org.
here is code for trac-hacks right bar.
[[html(<div id="newsflash">)]]
[[BlogShow(blog,news,hidecal=true,num_posts=4)]]
[[BlogPost(tag=(blog,news),readonly=1,link="Post News")]]
[[html(</div>)]]
BUT BlogShow and BlogPost macros dsnt work in FullBlogPlugin as its
part of trackblog( some other plugin).
I cant use that old plugin, but still want same feature with
FullBlogPlugin..
ALSO let me know different ways of using BlogList macro to show some
text from blog.
On Jan 25, 5:31 pm, Christian Boos <
cb...@neuf.fr> wrote:
> On 1/25/2011 12:54 PM, Roger Oberholtzer wrote:
>
> > On Tue, 2011-01-25 at 03:26 -0800, Dhanesh Mane wrote:
> >> Hey all,
> >> I am new to tracwiki, I am able to understand the wiki macros and some
> >> keywords. I want to have a green box ( which I guess appearing with
> >> help of some macro) like this wiki pagehttp://
trac-hacks.org/on my