cf-banner.jpg
Previous Thread
Next Thread
Print Thread
How to get rid of those "Edited By..." messages #44726 03/18/02 12:16 AM
Joined: Dec 1969
Posts: 13,047
Webmaster Offline OP
Saint
OP Offline
Saint
Joined: Dec 1969
Posts: 13,047
This one has been posted before and the original idea is thanks to Tim Aucremann.

To avoid having those "This message has been edited by.." tags at the end of your messages you can either:

1. Not edit your messages OR
2. Add a bit of code at the end of your original message

The code is simple. Just ^font=" except substitue the < symbol for the ^ symbol in the example. That's it.


[This message has been edited by JChidester (edited 03-17-2002).]

[This message has been edited by JChidester (edited 03-17-2002).]

Re: How to get rid of those "Edited By..." messages #44727 03/18/02 02:51 AM
Joined: Dec 1969
Posts: 7,088
mombo Offline
Saint
Offline
Saint
Joined: Dec 1969
Posts: 7,088
Thanks for bringing this one back John. I didn't get it the first time around. Just tried it and it does work!

Re: How to get rid of those "Edited By..." messages #44728 03/18/02 11:26 AM
Joined: Aug 1999
Posts: 3,681
MtnHkr Offline
Cruise Director
Offline
Cruise Director
Joined: Aug 1999
Posts: 3,681
Thanks John,

I didn't know about that one (and many others). I tried it and it worked fine. I'm beginning to get the hang of some of this. I keep trying anything new, until I get it right.






[This message has been edited by MtnHkr (edited 03-19-2002).]


Bert

No mountain is too tall if your first step is belief. -Anonymous
Re: How to get rid of those "Edited By..." messages #44729 03/19/02 02:01 AM
Joined: Dec 1969
Posts: 2,300
J
JTimothyA Offline
Saint
Offline
Saint
J
Joined: Dec 1969
Posts: 2,300
Ah yes, play a trick on the UBB parser - I've been using this one for years!

Just paste this in after your signature and edit to your hearts content w/out those tacky 'Edited by' messages. Here's the code:


Tim


[This message has been edited by JTimothyA (edited 03-18-2002).]

[This message has been edited by JTimothyA (edited 03-18-2002).]

Re: How to get rid of those "Edited By..." messages #44730 03/19/02 03:16 AM
Joined: Dec 1969
Posts: 13,047
Webmaster Offline OP
Saint
OP Offline
Saint
Joined: Dec 1969
Posts: 13,047
OK. Just how did Tim do that you may be asking. Do what? Why have that bit of code and have his signature AFTER it.

You can see how he handled this slight of hand-coding by clicking on the edit icon for his message (the paper and pencil).

You won't be able to edit his message, butyou can view it.

Re: How to get rid of those "Edited By..." messages #44731 03/19/02 03:16 PM
Joined: Dec 1969
Posts: 3,331
Randy Kremer Offline
Super Wacko
Offline
Super Wacko
Joined: Dec 1969
Posts: 3,331
I'll give it a try!
[This message has been edited by Randy Kremer (edited 03-19-2002).]

Re: How to get rid of those "Edited By..." messages #44732 03/19/02 03:18 PM
Joined: Dec 1969
Posts: 3,331
Randy Kremer Offline
Super Wacko
Offline
Super Wacko
Joined: Dec 1969
Posts: 3,331
Thanks John, that is too cool!!!

Now my spelling mistakes can be corrected without that message!

Re: How to get rid of those "Edited By..." messages #44733 03/19/02 11:13 PM
Joined: Dec 1969
Posts: 2,300
J
JTimothyA Offline
Saint
Offline
Saint
J
Joined: Dec 1969
Posts: 2,300
>>You can see how he handled this slight of hand-coding by clicking on the edit icon for his message (the paper and pencil).<<

Actually you cannot see the slight-of-hand part because the UBB parser re-writes the HTML I wrote when it displays it in the edit box. At least it does for my editable view of my own message in the edit box.

The question is, how to display code without that code actually running it. If the example I gave was executed it mask my signature as JC points out.

Well, the authors of HTML realized that people will want to display the very characters the browser interprets as HTML code. So they provided a way to do this.

The < symbol is used to mark the start of an HTML tag. When the browser sees one of these it thinks, 'oh - that must mean HTML which I will interpret, but not display the characters I'm interpreting'. If the browser were to display these characters, you'd see HTML code, instead of what it does.

So to actually show an < symbol requires a using an alias or special combination of characters that the browser interprets not as HTML, but as the author's intent to display the < symbol.

In the case of the < symbol that special set of character is: &lt;

Now... here's the fun part. How did we manage to display the special set of characters (&lt;) to show a < symbol without really displaying the < symbol?

hee hee

Re: How to get rid of those "Edited By..." messages #44734 03/19/02 11:36 PM
Joined: Dec 1969
Posts: 13,047
Webmaster Offline OP
Saint
OP Offline
Saint
Joined: Dec 1969
Posts: 13,047


John


[This message has been edited by JChidester (edited 03-19-2002).]

[This message has been edited by JChidester (edited 03-19-2002).]

[This message has been edited by JChidester (edited 03-19-2002).]

Re: How to get rid of those "Edited By..." messages #44735 03/20/02 01:04 AM
Joined: Dec 1969
Posts: 2,300
J
JTimothyA Offline
Saint
Offline
Saint
J
Joined: Dec 1969
Posts: 2,300
Ok - now enter &lt; into the edit box. What do you see on the forum page?

The trick is how to display these characters &lt; without showing the < symbol?



[This message has been edited by JTimothyA (edited 03-19-2002).]

[This message has been edited by JTimothyA (edited 03-19-2002).]

[This message has been edited by JTimothyA (edited 03-19-2002).]

Re: How to get rid of those "Edited By..." messages #44736 03/20/02 01:27 AM
Joined: Dec 1969
Posts: 2,300
J
JTimothyA Offline
Saint
Offline
Saint
J
Joined: Dec 1969
Posts: 2,300




show the missing suit



[This message has been edited by JTimothyA (edited 03-19-2002).]

Re: How to get rid of those "Edited By..." messages #44737 03/20/02 02:10 AM
Joined: Dec 1969
Posts: 7,088
mombo Offline
Saint
Offline
Saint
Joined: Dec 1969
Posts: 7,088

Re: How to get rid of those "Edited By..." messages #44738 03/20/02 02:19 AM
Joined: Dec 1969
Posts: 13,047
Webmaster Offline OP
Saint
OP Offline
Saint
Joined: Dec 1969
Posts: 13,047
LOL, Mombo. You are too much!

Re: How to get rid of those "Edited By..." messages #44739 03/20/02 02:21 AM
Joined: Dec 1969
Posts: 2,300
J
JTimothyA Offline
Saint
Offline
Saint
J
Joined: Dec 1969
Posts: 2,300
ROFL... do you have anything in madras?


Moderated by  Dave H 

Forum Statistics
Forums39
Topics16,978
Posts184,640
Members2,579
Most Online10,155
Jan 14th, 2020
Who's Online Now
1 registered members (Dave H), 1,162 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
SafeHarbor, Toots, Bluffhill, phtate, TexLight2022
2579 Registered Users
Powered by UBB.threads™ PHP Forum Software 7.7.2