Question
I have the
BlogAddOn installed and working correctly, but I want to make a minor change and can't figure out how. On the
BlogPost page, which lists all posts (or whatever posts the user has filtered), it strips out the HTML formatting and images. I want to actually leave the formatting in. Is there any way to do this?
Environment
--
SeanStevens - 25 Jun 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
That is currently not possible. Perhaps you need a bookview listing of posts?
--
ArthurClemens - 25 Jun 2007
What do you mean by bookview? Can you post a link to an example?
--
SeanStevens - 25 Jun 2007
BookView.
--
ArthurClemens - 26 Jun 2007
Yes, that would work. Is there a way to do that?
EDIT: I sort of figured it out. I removed the format attribute and replace it with bookview="on". However, the title displayed is not the nice one with spaces, but the wikiword title. Is there a way to fix that?
--
SeanStevens - 26 Jun 2007
I was mistaken. In BlogPost, just change
$summary by
$text and all works well.
--
ArthurClemens - 26 Jun 2007
Perfect! Thank you very much.
--
SeanStevens - 26 Jun 2007