How HTML

Is there anyway to have html in the comments box?  I would like to be able to produce something along the line of the myspace etc is that possible?  If so could you guide me thanks

Quote · 28 Dec 2008

yes there is

search www.expertzzz.com

there should be a mod for that

Quote · 28 Dec 2008

Thanks :)

Quote · 28 Dec 2008

I don't know if this works or on what versions it may work. Just something I came across. but always backup ur files b4 trying a new mod.

 

[HTML in Comments]

1: Download and Backup the File BxBaseProfileView.php from the Folder "templates/base/scripts/"


2: Open BxBaseProfileView.php

Serach (around line 788~790):

    <div class="comment_text">
     <?= process_smiles( $aComment['Text'])  ?>
    </div>


Replace with:
    <div class="comment_text">
     <?= process_smiles (process_html_output( $aComment['Text'],255))  ?>
    </div>

Quote · 6 Jan 2009

See numerous posts regarding how to allow html safely anywhere in DOlphin.

As far as I know there is absolutely NO guaranteed safe solution other than moderating every html post.

Some approached are basically openning a huge security hole into your site for hackers.

I wonder how MySpace and other big sites manage to allow html safely when Dolphin has such problems with it?

Quote · 7 Jan 2009

<?= clear_xss(process_smiles (process_html_output( $aComment['Text'],255)))

.

.

clear_xss function will clear and delete all untidy html code, all script code, all embed code. safer

.

.

.

.

reni smansakra

http://smansakra.net.tc/guestbook.php?owner=116

Quote · 8 Jan 2009

Still no luck on this Cry gezz I wish I was a techy

Quote · 24 Feb 2009

what version do you have?

Quote · 25 Feb 2009

what version do you have?

Well I have 6.1.4 and I have the Beta 7 and 8

Wish I could get the videos working in the 7 Boonex told me in a email I got today that I must have a corrupt download LOL than that means I got a corrupt one in the last 30 that I've downloaded huh...

Quote · 30 Oct 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.