HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Quote Plugin and SQL Request

Is that db request important?
Can't we modify the code to copy the message and paste it using javascript?

Sometimes, after clicking the quote, it is taking longer time to display the quoted text in the comment box.
(If the internet connection is slow, it happens)

Comments

  • Options
    hgtonighthgtonight ∞ · New Moderator

    @mahesh said:
    Is that db request important?
    Can't we modify the code to copy the message and paste it using javascript?

    Yes we can. Post back the JS you use to grab it.

    I assume they use a db call to allow for quoting in both a) the full view comment form and b) comments from previous pages.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options

    Nope. I haven't made any changes yet.
    One easiest solution would be passing comment id all the comment divs.

    <div class="Message Message_id">
    On the quote link, we can pass the username for that comment.

    If it is the right idea, I would implement this and share it here.

  • Options

    well no because it can't take post parsed data, it need the pre parsed content to have any consistency.

    I would look to your connection speed, and

    grep is your friend.

  • Options
    hbfhbf wiki guy? MVP

    @x00 said:
    well no because it can't take post parsed data, it need the pre parsed content to have any consistency.

    I would look to your connection speed, and

    Well, it could... But the results would be unpredictable and often look terrible.

Sign In or Register to comment.