Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Which filter/action hook should I use?

Ah, sorry, I read that too quickly.

The only issue with that is that what if there are two pages, and I want to respond to a post on the first page? It would simply be broken… clicking on the reply button there wouldn’t do anything.

I originally was thinking that an ajax method might work, but I think even so it has to be combined with something on the server side.

Now I’m just thinking to send the user to a url like:

/topic/my-cool-topic?replyto=381#reply

That way I can load up the reply in the box no matter where they click the reply link from.

Skip to toolbar