Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Showing a thread in the same page using ajax

edited September 2011 in Vanilla 2.0 - 2.8
I want the thread to be loaded in the same page where the discussions are listed. This can probably done using ajax? Unfortunately I'm not good enough at this.

Here is the example page:
http://www.bjk-tribun.com/forum/index.php?p=/discussions
When user clicks on one of the Test Topics, loading page should open inside the gray box instead of being loaded in another screen.

I'll be really happy if someone can help me with this.
Tagged:

Answers

  • If you want an example, I think you need to look at any lightbox jquery script.
    Lightbox sends images and texts to a "div". You want to send text from that thread to a "div". Similar situation.

    There was an error rendering this rich post.

  • I could do that only if I knew what piece of code calls a particular thread.
Sign In or Register to comment.