Using TOTJO and some bbcode help

  • Visitor
  • Visitor
    Public
31 May 2015 16:57 #193693 by
Replied by on topic Using TOTJO and some bbcode help

Proteus wrote: Tables are what are typically used in signature bbcode to place objects to either side.


Oh ok, thanks. I didn't realize this was possible with bbcode. :blush:

Please Log in to join the conversation.

  • Visitor
  • Visitor
    Public
24 Dec 2015 04:54 #215685 by
Replied by on topic Using TOTJO and some bbcode help
I'm having trouble showing that multiple quotes come from member A, as I address each quote, followed by the same thing for member B. In particular the quote="memberA" post=number code. This goes first and that first quote needs to be wrapped in quote-/quote code. So the 2nd quote also needs its own quote-/quote and so on, right?

When quoting member B, I start the quote="memberB" post=number code, followed by quote-/quote references. But I get something wrong as the result

Please Log in to join the conversation.

  • Visitor
  • Visitor
    Public
24 Dec 2015 05:05 #215693 by
Replied by on topic Using TOTJO and some bbcode help

Entropist wrote: I'm having trouble showing that multiple quotes come from member A, as I address each quote, followed by the same thing for member B. In particular the quote="memberA" post=number code. This goes first and that first quote needs to be wrapped in quote-/quote code. So the 2nd quote also needs its own quote-/quote and so on, right?

When quoting member B, I start the quote="memberB" post=number code, followed by quote-/quote references. But I get something wrong as the result


Yes. when something starts with quote= it has to end with /quote

So if you have (quote="Member A" post=144965) you have to end it with (/quote). that is when you can start typing. then if you want to add in another quote, from another member, you just put (quote="Member B" post=3564) and end that with (/quote) as well.

I'm not sure if that helps you at all

Please Log in to join the conversation.

  • Jestor
  • Offline
  • Administrator
  • Administrator
    Registered
  • What you want to learn, determines your teacher ..
More
24 Dec 2015 05:08 - 24 Dec 2015 05:10 #215694 by Jestor
Its more basic...

Just need:

Code:
[quote="jestor"] this is quote [/quote]

that makes:

jestor wrote: this is quote


That easier?

On walk-about...

Sith ain't Evil...
Jedi ain't Saints....


"Bake or bake not. There is no fry" - Sean Ching


Rite: PureLand
Former Memeber of the TOTJO Council
Master: Jasper_Ward
Current Apprentices: Viskhard, DanWerts, Llama Su, Trisskar
Former Apprentices: Knight Learn_To_Know, Knight Edan, Knight Brenna, Knight Madhatter
Last edit: 24 Dec 2015 05:10 by Jestor.
The following user(s) said Thank You: ,

Please Log in to join the conversation.

  • Visitor
  • Visitor
    Public
24 Dec 2015 05:14 - 24 Dec 2015 05:18 #215697 by
Replied by on topic Using TOTJO and some bbcode help

Entropist wrote: I'm having trouble showing that multiple quotes come from member A, as I address each quote, followed by the same thing for member B. In particular the quote="memberA" post=number code. This goes first and that first quote needs to be wrapped in quote-/quote code. So the 2nd quote also needs its own quote-/quote and so on, right?


I seen you like to do this for more clarity. To do this, you just have to close out the quote by adding
Code:
[/quote]
to the end of the quote.

Entropist wrote: When quoting member B, I start the quote="memberB" post=number code, followed by quote-/quote references. But I get something wrong as the result


Then you have to start it up again by adding
Code:
[quote]
for the next section of the quote, so before you started to say "When quoting member B..." and then have
Code:
[/quote]
at the end of the quote again. You type what you want after that. It makes the flow so much easier.

Also, if you want to have "Member B wrote:" you just put
Code:
[quote=Member B]
or copy and paste their opening quote code.

Sorry for the double post. I meant to put this one instead of my last rushed answer. You can delete the previous one if it helps. I think this one is a better answer, even though Jestor's was simple to understand.
Last edit: 24 Dec 2015 05:18 by .

Please Log in to join the conversation.

  • Jestor
  • Offline
  • Administrator
  • Administrator
    Registered
  • What you want to learn, determines your teacher ..
More
24 Dec 2015 05:20 - 24 Dec 2015 05:21 #215700 by Jestor
And, if you could read all my posts, you'd see I get stupid...

Such as:


So, I was talking to Ren, the Magnificent, and he wrote: jestor is a dork


So, offended, jestor wrote: Yea? So is your haircut!



I'm rather serious lately, but, I get silly!

Hahaha... :)

On walk-about...

Sith ain't Evil...
Jedi ain't Saints....


"Bake or bake not. There is no fry" - Sean Ching


Rite: PureLand
Former Memeber of the TOTJO Council
Master: Jasper_Ward
Current Apprentices: Viskhard, DanWerts, Llama Su, Trisskar
Former Apprentices: Knight Learn_To_Know, Knight Edan, Knight Brenna, Knight Madhatter
Last edit: 24 Dec 2015 05:21 by Jestor.
The following user(s) said Thank You: ,

Please Log in to join the conversation.

More
24 Dec 2015 05:21 - 24 Dec 2015 05:24 #215702 by Adder
Edit; I'm a bit slow, see above :)

They 'nest' like; here is three levels of nesting;
Code:
[quote]A; [quote]B; inside A[quote]C; inside B, which is inside A[/quote][/quote] [/quote]

Which would look like;

A;

B; inside A

C; inside B, which is inside A


But the idea is that the new post is not within quote brackets, so a common one is to just have two levels. Anymore then 2 levels gets a bit over the top in regards to the amount of space used... usually 2 levels is enough to make conversation easy to follow.
Code:
[quote][quote]Original Poster[/quote]Reply Poster[/quote] Original Poster Reply

Which if I got it right, would look like;

Original Poster

Reply Poster

Original Poster Reply

Knight ~ introverted extropian, mechatronic neurothealogizing, technogaian buddhist. Likes integration, visualization, elucidation and transformation.
Jou ~ Deg ~ Vlo ~ Sem ~ Mod ~ Med ~ Dis
TM: Grand Master Mark Anjuu
Last edit: 24 Dec 2015 05:24 by Adder.
The following user(s) said Thank You: ,

Please Log in to join the conversation.

  • Jestor
  • Offline
  • Administrator
  • Administrator
    Registered
  • What you want to learn, determines your teacher ..
More
24 Dec 2015 05:23 #215704 by Jestor

Seumic wrote: Also, if you want to have "Member B wrote:" you just put

Code:
[quote=Member B]
or copy and paste their opening quote code.

Sorry for the double post. I meant to put this one instead of my last rushed answer. You can delete the previous one if it helps. I think this one is a better answer, even though Jestor's was simple to understand.


Don't forget the "...

You put [Member B] like that, and the "B" won't show...

On walk-about...

Sith ain't Evil...
Jedi ain't Saints....


"Bake or bake not. There is no fry" - Sean Ching


Rite: PureLand
Former Memeber of the TOTJO Council
Master: Jasper_Ward
Current Apprentices: Viskhard, DanWerts, Llama Su, Trisskar
Former Apprentices: Knight Learn_To_Know, Knight Edan, Knight Brenna, Knight Madhatter
The following user(s) said Thank You:

Please Log in to join the conversation.

  • Visitor
  • Visitor
    Public
24 Dec 2015 05:35 #215707 by
Replied by on topic Using TOTJO and some bbcode help

Jestor wrote:

Seumic wrote: Also, if you want to have "Member B wrote:" you just put

Code:
[quote=Member B]
or copy and paste their opening quote code.


Don't forget the "...

You put [Member B] like that, and the "B" won't show...


It worked for me...

Member B wrote:

Code:
[quote=Member B][/quote]

Please Log in to join the conversation.

  • Visitor
  • Visitor
    Public
24 Dec 2015 05:40 #215710 by
Replied by on topic Using TOTJO and some bbcode help
Thank you so much guys, was giving me a headache, and now I realised you need to edit your posts for correct nesting within the hour. I use the tapatalk mobile app so we don't have preview option. now I know what to do, things will be easier to be clearer

Please Log in to join the conversation.

Moderators: ZerokevlarVerheilenChaotishRabeRiniTavi