How do you guys get qoutes under your posts?

  • Thread starter Thread starter TheQuietOne
  • Start date Start date
AI Thread Summary
To get quotes under posts, users can utilize the signature feature found in their profile settings, available to Gold Members. For quoting other members' messages, simply click "Reply" or copy and paste the desired text, enclosing it in quotation tags. The correct format for quoting is [QUOTE]text[/QUOTE]. There is also a discussion about displaying code without it being interpreted, which involves using a modified format for tags. Overall, the conversation clarifies how to effectively use quotes and signatures on the forum.
TheQuietOne
Messages
61
Reaction score
6
This site has it all, but I'm still pretty new to it and a lot things I have yet to figure out. How in the world do you guys (and girls) get those qoutes under your posts?
:frown:
 
Physics news on Phys.org
look in your profile settings for signature...
 
Gold Members have the option to use a signature.
 
  • Like
Likes DrClaude
figured, thank you y'alll have been so helpful :partytime:
 
"Quotes under your posts"? Is this to mean, quotes of other members' messages? Just click on Reply, or copy and past, and put the quotation tags around what you want shown as a quote if missing.

square left bracket, QUOTE,square right bracket, stringToBeQuoted,square left bracket, forwardslash,QUOTE,square right bracket
 
symbolipoint said:
"Quotes under your posts"? Is this to mean, quotes of other members' messages? Just click on Reply, or copy and past, and put the quotation tags around what you want shown as a quote if missing.

square left bracket, QUOTE,square right bracket, stringToBeQuoted,square left bracket, forwardslash,QUOTE,square right bracket
[quote]text[/quote] (to show the code like this, you can write [plain][quote]text[/quote][/plain], and to show this code... well you get the idea. Quote my post to see the full code).

But I'm quite sure TheQuietOne means signatures:
##\Downarrow##
 
  • Like
Likes symbolipoint and TheQuietOne
yes... I do
 
TheQuietOne said:
yes... I do

:smile:
 
mfb said:
[quote]text[/quote] (to show the code like this, you can write [plain][quote]text[/quote][/plain], and to show this code... well you get the idea. Quote my post to see the full code).

But I'm quite sure TheQuietOne means signatures:
##\Downarrow##
Really interesting. In the quoted stuff you say to quote, there is other stuff I do not understand looking like part of the word, "plain" is cut, so not clear how works. Then there is later at the end, pound pound downarrow pound pound. I cannot see what that does.
Maybe a different topic.
 
  • #10
symbolipoint said:
Then there is later at the end, pound pound downarrow pound pound. I cannot see what that does.
[PLAIN said:
https://www.physicsforums.com/help/latexhelp/]If[/PLAIN] you want the equation to appear inline with the surrounding text, put ## before and after it.
You can read about this in the LaTeX Primer.
 
Last edited by a moderator:
  • #11
symbolipoint said:
In the quoted stuff you say to quote, there is other stuff I do not understand looking like part of the word, "plain" is cut, so not clear how works.
Here's a screen grab of what I think symbolipoint is referring to...

Plain text.JPG
 
Last edited:
  • #12
symbolipoint said:
Really interesting. In the quoted stuff you say to quote, there is other stuff I do not understand looking like part of the word, "plain" is cut, so not clear how works. Then there is later at the end, pound pound downarrow pound pound. I cannot see what that does.
Maybe a different topic.
To display the plain tag, you cannot just write [plain]foobar[/plain], because the forum interprets that as plain tag (="show foobar without interpreting tags in foobar"). But if you write [pl[plain][/plain]ain], then the forum processes the inner plain tags (they do not have text in it, but that does not matter), symbols before that ("[pl") and after that ("ain]") do not form tags, so they are just displayed as I typed them. Both together appear as "[plain]". Same for the end tag.

See the post from dlgoff about the arrow.
 
Back
Top