Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Community > Feedback > LAME!!! UBB Code should be enabled for subject headlines!

LAME!!! UBB Code should be enabled for subject headlines!
Thread Tools
Mac Enthusiast
Join Date: Sep 2000
Status: Offline
Reply With Quote
Feb 4, 2002, 10:47 AM
 
Topic says it all. My "{b}.term{/b}" looks like ass! Does the UBB software not allow for UBB code in subject lines?

[ 02-04-2002: Message edited by: rgoer ]
Even Einstein feared the power of "spooky action at a distance"
     
Clinically Insane
Join Date: Nov 1999
Status: Offline
Reply With Quote
Feb 4, 2002, 11:05 AM
 
Originally posted by rgoer:
<STRONG>Topic says it all. My ".term" looks like ass! Does the UBB software not allow for UBB code in subject lines?</STRONG>
No, it doesn't. There are a variety of reasons for this. Perhaps the biggest is mallinking.

Let's say you created a post with a title like "Help! PPP is hanging when I try to connect!" But you actually enclose this in a url tag which leads somewhere else; let's say horse.cx (address made up, but I think people here have a general idea of what troll site inspired this). This would fit perfectly into the UBB interface, so you have a link disguised as a perfectly innocent post, utterly indistinguishable from any other without looking at the source, but actually leads to another site. The perfect mallink. And I doubt I need to even mention the can of worms that would be opened if we allowed images into the titles.

Sorry; shame though it may be, there's a real need to disallow UBBCode in post titles. Why is it such a big deal to have it enabled anyway?
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
     
rgoer  (op)
Mac Enthusiast
Join Date: Sep 2000
Status: Offline
Reply With Quote
Feb 4, 2002, 11:09 AM
 
You are most certainly correct; I wouldn't want a bunch of shady URL re-directing topic headlines... however, is it not possible to enable some UBB code and not all of it? I think that just the text-decoration (italics and bold) should be allowed... or maybe I can just deal with it
Even Einstein feared the power of "spooky action at a distance"
     
Professional Poster
Join Date: Dec 2000
Location: Chicago, Illinois
Status: Offline
Reply With Quote
Feb 4, 2002, 11:43 AM
 
Amusingly enough, horse.cx is not a sight about horses, nor sex, nor a redirect to ******.cx. =P Why don't you guys do the same thing that slashdot does? Just have bracket's after the link that gives a little more info on the link.

F-bacher
     
Posting Junkie
Join Date: Dec 2000
Status: Offline
Reply With Quote
Feb 4, 2002, 12:25 PM
 
Why don't you guys enable HTML in subject headlines? We should be able to make the font 48 points in size so our threads get attention! We should be able to put &lt;BLINK&gt; in a header and not put any &lt;/BLINK&gt;, so that the whole forum blinks! How dare you deny us this right!

Ticking sound coming from a .pkg package? Don't let the .bom go off! Inspect it first with Pacifist. Macworld - five mice!
     
Xeo
Moderator Emeritus
Join Date: Mar 2001
Location: Austin, MN, USA
Status: Offline
Reply With Quote
Feb 4, 2002, 01:45 PM
 
Originally posted by CharlesS:
<STRONG>Why don't you guys enable HTML in subject headlines? We should be able to make the font 48 points in size so our threads get attention! We should be able to put &lt;BLINK&gt; in a header and not put any &lt;/BLINK&gt;, so that the whole forum blinks! How dare you deny us this right!</STRONG>
Better yet, let's allow &lt;/body&gt; tags and &lt;/html&gt; tags. That would be sweet!

Anyway, you can edit your [b].term[/b] post and change the topic title.

Why did you post this here anyway? It's not exactly OS X related even if it does complain about your OS X related thread.

Off to the Lounge
     
Mac Elite
Join Date: Oct 2000
Status: Offline
Reply With Quote
Feb 4, 2002, 02:09 PM
 
Originally posted by Xeo:
<STRONG>Better yet, let's allow &lt;/body&gt; tags and &lt;/html&gt; tags. That would be sweet!

Anyway, you can edit your [b].term[/b] post and change the topic title.

Why did you post this here anyway? It's not exactly OS X related even if it does complain about your OS X related thread.

Off to the Lounge</STRONG>
I personally think it would look horrible to have italics and bolds in the links... anyway, shouldn't this be in the Suggestions & Comments forum?
     
Administrator
Join Date: Mar 2000
Location: Land of the Easily Amused
Status: Offline
Reply With Quote
Feb 4, 2002, 02:21 PM
 
yes, let's use {blink}text!{/blink}
that'd be great.

moving...
     
Posting Junkie
Join Date: Dec 2000
Status: Offline
Reply With Quote
Feb 4, 2002, 05:25 PM
 
Originally posted by Demonhood:
<STRONG>yes, let's use {blink}text!{/blink}
that'd be great.</STRONG>
You do realize I was kidding, right?

Ticking sound coming from a .pkg package? Don't let the .bom go off! Inspect it first with Pacifist. Macworld - five mice!
     
Professional Poster
Join Date: May 2001
Location: Santa Clara, CA
Status: Offline
Reply With Quote
Feb 4, 2002, 08:35 PM
 
Or how about &lt;MARQUEE&gt;Hello, world!&lt;/MARQUEE&gt;
World of Warcraft (Whisperwind - Alliance) <The Eternal Spiral>
Go Dogcows!
     
Administrator
Join Date: Mar 2000
Location: Land of the Easily Amused
Status: Offline
Reply With Quote
Feb 4, 2002, 10:13 PM
 
Originally posted by CharlesS:
You do realize I was kidding, right?
actually, i didn't even read your post. doh. guess that's what i get for browsing the first few posts of a thread.
     
Mac Elite
Join Date: Oct 2000
Status: Offline
Reply With Quote
Feb 6, 2002, 12:59 PM
 
This is kind of unrelated.. but it kind of peeves me when people have to say "{whatever}" or "&lt;whatever&gt;"

Just use this script whenever you don't want your UBB to execute, just copy whatever to the clipboard and run this. (save it as an app)

set tR to {}

repeat with j from 1 to length of items of (the clipboard)
  if item j of (the clipboard) is "[" then
    set tR to tR & "[[b][i][/b][/i]"
  else
    set tR to tR & item j of (the clipboard)
  end if
end repeat

set the clipboard to tR as string

delay 0.42
beep 2
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 07:13 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2