YAFLogo

Posted by: Hellboy75 - Thursday, 17 April 2014 16:19:38
Hi, i have added two bbcode for special needs ! 1 - Embed HTML: load url into iframe. Possible enhancement : auto fit to content (height) 2 - Custom IMG : Show image in topic with it's real size XML list: [code=xml] EMBEDHTML [EMBEDHTML]url[EMBEDHTML] \[embedhtml\](?<inner>.+?)\[/embedhtml\] <iframe id="contents" width="100%" height="800px" frameborder="0" scrolling="auto" marginheight="0" marginwidth="0" src="${inner}"></iframe> false 1 CUSTOMIMG [CUSTOMIMG]url[CUSTOMIMG] \[customimg\](?<inner>.+?)\[/customimg\] <img src="${inner}"/> false 1 [/code]