Menu

HTML links in descriptions

2004-12-06
2013-04-08
  • Olivier Azeau

    Olivier Azeau - 2004-12-06

    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 ?

     
    • Olivier Chirouze

      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

       
    • Yurii Rashkovskii

      I've used WikiFormatter.php, and it was VERY easy to add wiki formatting to XPWeb

       
      • Olivier Chirouze

        Interesting...

        Please, where can we get this?

        Olivier

         
    • Olivier Chirouze

      Wiki is now integrated into XPWeb...

      OIivier

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.