Location: Finally back in Boston after escaping from New York
Posts: 5,108
Quote:
Originally Posted by Canarsie
If I read your question correctly, perhaps subscribing to the thread would help.
Normally, on FlyerTalk, when one posts to a thread, one automatically subscribes to it with no additional action.
A subscribed thread is treated the same way as a thread to which you posted. You will find threads to which you have subscribed under the very useful MyFlyerTalk function.
Please let me know if this answers your question and whether or not you need assistance in how to subscribe to a thread.
Programs: DL PM, CO GE/MM, SPG Plat, MT Plat, etc., etc.
Posts: 9,608
Quote:
Originally Posted by Canarsie
...Normally, on FlyerTalk, when one posts to a thread, one automatically subscribes to it with no additional action....
Is this universal in FT or does one need to adjust some settings in order to enable it?
I do not get automatically subscribed to threads in which I have posted but only to those which I to which I have taken the proper action to subscribe.
Canarsie
I'm in Marietta Ga too
Anyway, I posted a reply in a thread and there was a message something about a moderator must review the post before it will be posted...I don't think I typed anything offensive 24+ hours later the post is still not showing up....
Canarsie
I'm in Marietta Ga too
Anyway, I posted a reply in a thread and there was a message something about a moderator must review the post before it will be posted...I don't think I typed anything offensive 24+ hours later the post is still not showing up....
This is because you must have posted a link which a filter may have caught.
All it takes is a FlyerTalk moderator to approve it. Can you please specify in which forum you posted?
Welcome to FlyerTalk, Curtdiss! Perhaps I will meet you someday since we live in the same area.
OK, I am sure it is around here somewhere but I can't find it by searching. How the heck do I read anything when an ad is covering half the page????? It's making me nuts. Please expalin in simple terms (not a techie) how to get rid of those ads!!
thanks
I should be posting to this thread more often. Please accept my apologies.
Often, FlyerTalk members ask for technical advice on how to use hypertext markup language, or HTML, code. When someone demonstrates that code, often the vBulletin bulletin board software that powers FlyerTalk will automatically parse, or translate, the code, not showing the actual text.
Although one could click on the Quote button to see the actual code, it is not always often apparent, especially if what was posted has other HTML code in it.
Thanks to serfty, using the NOPARSE tag will allow for code to be displayed in the content of what is posted:
Quote:
Originally Posted by serfty
The *** are not required, you can post using the [noparse] ... [/noparse] tags.
For example, here is the HTML code, found inside the [brackets], for hyperlinking, bolding and coloring in dark red a thread title on FlyerTalk, such as this not-chosen-at-random thread:
[b][url="http://www.flyertalk.com/forum/communitybuzz/971441-send-two-flyertalk-members-antarctica-namely-me-possibly-you.html"][color="DarkRed"]Send Two FlyerTalk Members to Antarctica: Namely, Me!...and, Possibly YOU?!?[/color][/url][/b]
...and, any text can be placed in between the HTML tags and...
[b][url="http://www.flyertalk.com/forum/communitybuzz/971441-send-two-flyertalk-members-antarctica-namely-me-possibly-you.html"][color="DarkRed"]still link to the same thread[/color][/url][/b]
Take away the bold tags to change the code and thus the appearance of the text slightly:
[url="http://www.flyertalk.com/forum/communitybuzz/971441-send-two-flyertalk-members-antarctica-namely-me-possibly-you.html"][color="DarkRed"]still link to the same thread[/color][/url]
[url="http://www.flyertalk.com/forum/communitybuzz/971441-send-two-flyertalk-members-antarctica-namely-me-possibly-you.html"][color="SeaGreen"]still link to the same thread[/color][/url]
All of the text used in the above examples are links to the thread on which you can click, all of which use the [noparse] ... [/noparse] HTML tags to demonstrate those examples.
I know and admit that this is a shameless plug, but I also hope this helps those who want a better understanding of how the version of HTML code that the vBulletin bulletin board software that powers FlyerTalk works.