vBulletin configuration suggestion
jfriend
Registered Users Posts: 8,097 Major grins
Why does the dgrin software not allow people to type html tags? I'm not talking about inserting live HTML into a posting. I'm talking about the visible text that shows as HTML tags, but is actually escaped using entities so that no browser thinks they are HTML tags. Thus, when I type <html>, why doesn't vBulletin insert <html> which would show as <html> for viewers, but not be active for browsers.
This seems perfectly doable (from a technlogy point of view) with no risk and I'd be very surprised if vBulletin didn't have this feature somehow. I think we used to be able to type HTML tags a few years ago. The same goes for <script> tags. Why can't I type those and have them escaped with entities just like they would be if I used any other editor worth it's salt?
This is making it a LOT, LOT harder for people to help one another with HTML coding and scripting issues. There's no way to put the exact text into a posting that the person you are helping can just copy/paste into their page.
FYI, the examples above are using a trick I've learned, but most people don't know. If you boldface both the < and > then vBulletin won't strip them and they won't be active either (exactly what you want). But, most people don't know this and it's a lot of extra work when trying to communicate a bunch of code.
This seems perfectly doable (from a technlogy point of view) with no risk and I'd be very surprised if vBulletin didn't have this feature somehow. I think we used to be able to type HTML tags a few years ago. The same goes for <script> tags. Why can't I type those and have them escaped with entities just like they would be if I used any other editor worth it's salt?
This is making it a LOT, LOT harder for people to help one another with HTML coding and scripting issues. There's no way to put the exact text into a posting that the person you are helping can just copy/paste into their page.
FYI, the examples above are using a trick I've learned, but most people don't know. If you boldface both the < and > then vBulletin won't strip them and they won't be active either (exactly what you want). But, most people don't know this and it's a lot of extra work when trying to communicate a bunch of code.
--John
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
0
Comments
It's not enabled in the Customizing Forum because Allen & Ivar don't want it there, it messes up the ability to post HTML examples.
Where is there an issue that I'm missing - I'll see what can be done.
EDIT: I made it so you use HTML examples in the SmugMug Support forum, too.
Portfolio • Workshops • Facebook • Twitter
As far as I know, there is ZERO risk in having <script> in the text which visually shows as <script>, yet allows us to communicate much more clearly when helping people out with scripting issues. I've had to give up on pasting javascript into messages and resort to attachments which might be tolerable for the one person it's destined for, but makes it so pretty much nobody else sees it or learns from it and most people don't even know to do that.
Do you think this already works in some forums? I've been having both my HTML and my Javascript ripped out of my postings and has made it very frustrating to help people.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Portfolio • Workshops • Facebook • Twitter
Why aren't I allowed to type the text <script>? If it's textified by vBulletin, it's not active for any browser (because there is no < or > in the actual text and there is no danger and no risk to anyone.
I'll see if I can find where all my HTML was destroyed when I posted.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Hi John, we don't allow script tags on the forum anywhere, they can be used in an unsafe manner. I'm really, really sorry You can use s*cript instead.
I'm really sorry, I wish I had a better answer for you, John.
Portfolio • Workshops • Facebook • Twitter
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
All HTML was stripped from my postings in this thread. It's in the Pro Sales Support forum.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Portfolio • Workshops • Facebook • Twitter
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
http://www.dgrin.com/showthread.php?p=920580#post920580
(i'll delete that soon).
The pointer is our sorcerers and Baldy. Sorry John!
Portfolio • Workshops • Facebook • Twitter
I see that it works in customizing. That's just not where the other person started the thread and I was communicating with him.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Thanks John!
Portfolio • Workshops • Facebook • Twitter
Thank you for that change - and please pass my thanks on to Baldy & the sorcerers. It will be very nice not to need to format HTML in order to paste it in the customization forum.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Portfolio • Workshops • Facebook • Twitter
Thanks. I wasn't aware that embedding videos and slideshows were things people need to do frequently. I would have thought that links are probably better in most cases anyway.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
<html>
<li>
<div>
********>
and the s in script
<script>
</script>
Bold the s and it shows.
<[b]s[/b]cript>
When pasting html bold all the <'s
[b]<[/b]div>
[b]<[/b]li>
[b]<[/b]a href="...."> [b]<[/b]a>
Bolded the ['s so the tags would also show.
It's also safe to bold the : and . in a link so your site won't be found by search engines.
http[b]:[/b]//mysite[b].[/b]com
My Website index | My Blog