Is there a way to put HTML links in descriptions ?
We use another system to describe the stories content (because it has rich content capabilities : screenshots, documents attachment, ....) but XpWeb is fine for planning and tracking.
In gui.inc.php / function displayDescription, I replaced :
$description = nl2br(htmlspecialchars($description));
by :
$description = nl2br($description);
It allows to display HTML instead of plain text so it is ok for HTML links.
Is there a way of achieving same result without XpWeb code modification ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, that is a good idea to "solve" the pb.
Actually, we had a plan for integrating some kind of "Wiki" processing so that you could define your own pattern... but that's another story.
You're welcome to help us sort this out ;-)
Olivier
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to put HTML links in descriptions ?
We use another system to describe the stories content (because it has rich content capabilities : screenshots, documents attachment, ....) but XpWeb is fine for planning and tracking.
In gui.inc.php / function displayDescription, I replaced :
$description = nl2br(htmlspecialchars($description));
by :
$description = nl2br($description);
It allows to display HTML instead of plain text so it is ok for HTML links.
Is there a way of achieving same result without XpWeb code modification ?
Well, that is a good idea to "solve" the pb.
Actually, we had a plan for integrating some kind of "Wiki" processing so that you could define your own pattern... but that's another story.
You're welcome to help us sort this out ;-)
Olivier
I've used WikiFormatter.php, and it was VERY easy to add wiki formatting to XPWeb
Interesting...
Please, where can we get this?
Olivier
Wiki is now integrated into XPWeb...
OIivier