Blockland Forums > Modification Help
RTB Development
Ephialtes:
I assume he means writing http://rtb-id but this wouldn't actually work because of the way the chat parses urls (it only looks for valid ones). I will work something in at some point to allow you to link to files.
M:
--- Quote from: Ephialtes on August 27, 2010, 12:12:00 PM ---I assume he means writing http://rtb-id but this wouldn't actually work because of the way the chat parses urls (it only looks for valid ones). I will work something in at some point to allow you to link to files.
--- End quote ---
Perhaps you could base URL validation partially on protocols, allowing http://, blockland:// (for linking to servers, I could see this as being potentially useful), and working a customized rtb:// protocol into it for specific use within the messenger, and validating each of these differently.
canto xe:
So M you mean hyperlinks?
TomTheGeek²:
--- Quote from: canto xe on August 27, 2010, 05:10:54 PM ---So M you mean hyperlinks?
--- End quote ---
Nope. It's a protocol.
http, ftp, etc.
Ephialtes:
Here's a sample of the revised interface I've been working on. Any comments/feedback would be good.