Probably not... but a good (if inaccurate) test would be to run ab against it from a different machine.
e.g. ab -c 100 -n1000
Hi Team,
I view source and see code as below:
<div class="content" component="post/content" itemprop="text">
<p><a class="plugin-mentions-a" href="xxx">@Username</a> said in<a href="/post/xx">Post title</a>:</p>
<blockquote>
<p>Conten</p>
</blockquote>
</div>
i'd like to move <blockquote> up like below:
<div class="content" component="post/content" itemprop="text">
<blockquote>~~>New position
<p><a class="plugin-mentions-a" href="xxx">@Username</a> said in<a href="/post/xx">Post title</a>:</p>
-----old-block-quote----
<p>Conten</p>
</blockquote>
</div>
How can I edit it? I tried to edit file post.tpl but It not show full code, it show only
{posts.content}
Many thanks and sorry about my English.
I don't understand what you want to do and why you want to do it! You can write a plugin that modifies posts.content data
@jenkler Thank you. I'd like to do it because I want to make my forum clearly.
I don't enough skill to write a plugin
up up up up