How can I move blockquote to other

Moved Technical Support
  • 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


Suggested Topics