PDA

View Full Version : Threaded forum view solution


pls
09-13-2005, 05:59 PM
Does anyone have pointers to good threaded forum view solutions for vb3.5?

Thanks in advance for any help you can provide.

Marco van Herwaarden
09-13-2005, 08:24 PM
Solutions to which problems you are looking for? What you need on top of the default threaded mode?

pls
09-13-2005, 09:16 PM
I want to list, on the forum view, the entire thread. Meaning, main post, and replies.

- This is the main post
This is a reply
This is a reply
This is a reply to a reply
This is a reply

etc.

No one has pointers on this?

tgmorris
09-28-2005, 02:29 PM
What's being requested is support for fully threaded forums - not just posts.

I'm still interested in pursuing this as I've got several hundred users that are currently using this mode in my 3.0.x version. I've looked at the 3.5 code a bit and it seems like most of the existing hack can be done using hooks but that some new hook locations would need to be added as well in the 3.5 threaded code. I'd really like to avoid editing the files as it makes life a bit of a pain to upgrade to newer versions.

The thing I find interesting is vb's adamant stance on "we ain't going to do it" when it would, in fact, be pretty straightforward for them to implement and maintain.