Welcome, Guest. Please Login or Register.
May 04, 2025, 12:56:30 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Enable HTML « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: Enable HTML  (Read 993 times)
Ma§t£r Öf Ŧçh£m¥
Jr. Member
**
Posts: 58


Bow down before the one you serve...

WWW
Enable HTML
« on: May 15, 2002, 05:44:32 PM »
Reply with quote

I don't know if anyone else would be interested but I would like to see a mod that would allow you to enable html in posts and signatures :) Anyone else interested?
Logged

Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:Enable HTML
« Reply #1 on: May 15, 2002, 05:46:16 PM »
Reply with quote

Why would you like to enable HTML? This has been discussed before and its not a good idea because you can do most of the things you want with the YABBC tags. Also it is more secure because it has an error check and the users can't make HTML mistakes which could break down the board completely. Also a malicious user could run a script which would do harm to your board.

I think its not a good idea.
Logged
Ma§t£r Öf Ŧçh£m¥
Jr. Member
**
Posts: 58


Bow down before the one you serve...

WWW
Re:Enable HTML
« Reply #2 on: May 15, 2002, 05:53:46 PM »
Reply with quote

I know the security risks and I know that you can do almost everything with the YaBBC tags but the members on my  board want it and I'm not too worried about it because thus far I haven't had a lot of problems (and if i ws going to have problems with that someone would have already done it through a flash file....) Anyway it was just an idea... :) I didn't mean to start an argument....
Logged

Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:Enable HTML
« Reply #3 on: May 15, 2002, 05:55:03 PM »
Reply with quote

No argument here :) Just an opinion.
Logged
Kalin Somphane
YaBB God
*****
Posts: 555


I am personal text!

ICQ - 20280987 WWW
Re:Enable HTML
« Reply #4 on: May 16, 2002, 12:08:52 AM »
Reply with quote

hypocrite is right:
just one <tr> <table> or other tag could turn off everything and you'd be left hanging
Logged

EZTARCH - The Original YaBBSE PHP Portal
Unlike many others, I accept support requests, in exchange for godly worship every weekday including saturday and sunday.
irbrian
Sr. Member
****
Posts: 489


I create. Therefore I am.

brian@inverse-reality.com WWW
Re:Enable HTML
« Reply #5 on: May 16, 2002, 12:37:36 AM »
Reply with quote

So.. why not use a function that checks HTML tags in precisely the same way that YaBBc is checked and interpreted? Does it really HAVE to be literally interpreted HTML?

I mean, if you can translate the following:[size=1][color=Red][img]http://test.gif[/img]tester[img]http://test.gif[/img][/color][/size]into
tester

then why couldn't you do the same with <font size="2" color="red"><img src="test.gif">tester<img src="test.gif"></font>Basically, rather than process the text to completely remove all legitimate HTML code, why not just process it to remove all code UNLESS the code is non-malicious (font tags and such)? Theoretically its even possible to auto-validate the tags, though that's a whole lot more work.

EDIT: By "completely remove all legitimate HTML" I mean of course devalidate it, make it NOT HTML but just ordinary text. <a href="squat.">
« Last Edit: May 16, 2002, 12:50:31 AM by irbrian » Logged

Imparting great wisdom daily to those who will mistake my words as such.
Ma§t£r Öf Ŧçh£m¥
Jr. Member
**
Posts: 58


Bow down before the one you serve...

WWW
Re:Enable HTML
« Reply #6 on: May 16, 2002, 03:27:24 AM »
Reply with quote

another idea (although it would be a royal pain) is that you could specify which tags are allowable throught the admin center......
Logged

bAm-b00
Jr. Member
**
Posts: 67


Re:Enable HTML
« Reply #7 on: May 16, 2002, 03:47:02 AM »
Reply with quote

Quote from: Ma§t£r Öf Ŧçh£m¥ on May 16, 2002, 03:27:24 AManother idea (although it would be a royal pain) is that you could specify which tags are allowable throught the admin center......

yes, similar to the censor words feathure (sorry cant spell today :P )

so:

<table> = Code <table> is not allowed! (itd show up in a pop up ;D )
Logged
Ma§t£r Öf Ŧçh£m¥
Jr. Member
**
Posts: 58


Bow down before the one you serve...

WWW
Re:Enable HTML
« Reply #8 on: May 16, 2002, 03:52:16 AM »
Reply with quote

exactly!!! I think that would be an excellent mod that way you could enable html but also decide what to allow, and cut down on malicious code ;D Anyway... I'm rambling sorry  :P I'll shut up now...
Logged

David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Enable HTML
« Reply #9 on: May 16, 2002, 06:24:06 AM »
Reply with quote

Quote from: Ma§t£r Öf Ŧçh£m¥ on May 16, 2002, 03:27:24 AManother idea (although it would be a royal pain) is that you could specify which tags are allowable throught the admin center......
This is what XOOPS does.  I personally don't see the reason to enable html but if someone wants to write the mod I'm sure it would goto use.
Logged

Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:Enable HTML
« Reply #10 on: May 16, 2002, 06:39:32 AM »
Reply with quote

Normal users on the boards aren't experienced enough with HTML to be able to use it, YABBC is so much more easier etc.
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Enable HTML
« Reply #11 on: May 16, 2002, 06:57:55 AM »
Reply with quote

Quote from: Hypocrite on May 16, 2002, 06:39:32 AMNormal users on the boards aren't experienced enough with HTML to be able to use it, YABBC is so much more easier etc.
But should you always cater to the dumbest user?  At first I didn't like this idea but it is becoming more appealing.  It would be nice to allow more advanced code and the ability to do cooler stuff.
Logged

irbrian
Sr. Member
****
Posts: 489


I create. Therefore I am.

brian@inverse-reality.com WWW
Re:Enable HTML
« Reply #12 on: May 16, 2002, 07:39:36 AM »
Reply with quote

Quote from: Hypocrite on May 16, 2002, 06:39:32 AMNormal users on the boards aren't experienced enough with HTML to be able to use it, YABBC is so much more easier etc.

Maybe on YOUR board they aren't.. YaBB is used for ALL KINDS of different topics, with boards catering to myriad different audiences.
Logged

Imparting great wisdom daily to those who will mistake my words as such.
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:Enable HTML
« Reply #13 on: May 16, 2002, 08:29:31 AM »
Reply with quote

Ok, point taken. But I still don't think its necessary to make YaBB support HTML in posts. What kind of HTML do you need to add which you can't make with the YABBC tags?
Logged
Curbow 5
Noobie
*
Posts: 43


a_hoogma@hotmail.com WWW
Re:Enable HTML
« Reply #14 on: May 16, 2002, 09:52:24 AM »
Reply with quote

WINDOWS MEDIA!  ;D
Logged
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Enable HTML « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.112 seconds with 20 queries.