• Before posting a question, please check our Frequently Asked Questions page as well as previous threads here. Odds are you aren't the first to ask, and you may find the answer without having to post!

Reply Merging

Noivian

Drinker of coffees
Helper
Roleplay Availability
Roleplay Type(s)
Is there a way to turn off merging replies? I want to do a system where different replies have different topics and links to the reply in a table of contents in the original post, but when I try to lay out the posts in my private workshop, all the posts merge into the original post. 
 
There is no way for us to turn off the merging feature.  I believe the wait between posts is about 5 minutes but someone else will need to confirm that.
 
1 minute mark


EDIT: So the wait time between posts is actually 1 minute. I think the reply merging is mostly to prevent double posting if you post in short bursts, which is actually a good idea. 


@Musician
 
Last edited by a moderator:
So what you do is, you take the part of the post you want it to jump to - ideally a header or something - and you type <a id="ID HERE">TEXT HERE<a>. Then, to link to that place, you type <a href="#ID HERE">LINK HERE</a>. The hashtag is very important. For example, THIS LINK links to the below header.


Ta daaaaaa.




Code:
<p>
	So what you do is, you take the part of the post you want it to jump to - ideally a header or something - and you type &lt;a id=&quot;ID HERE&quot;&gt;TEXT HERE&lt;a&gt;. Then, to link to that place, you type &lt;a href=&quot;#ID HERE&quot;&gt;LINK HERE&lt;/a&gt;. The hashtag is very important. For example, <a href="#coolbeans">THIS LINK</a> links to the below header.
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<p>
	&nbsp;
</p>

<h1><a id="coolbeans">Ta daaaaaa.</a></h1>
 
Ooooh, neat-o! I'll have to remember that! Unfortuantely, I'm also using a table of contents that floats, so I don't think I'd be able to actually employ that use for what I have planned. Different posts will work best, I think. Thanks for showing me that, though!
 

Users who are viewing this thread

Back
Top