1
I have both XOOPS Comments & CBB installed. However, with a forum, in my opinion, comments are just another thread. I don't really see the need for having both.
My preferred solution would be to end up with only CBB threads. The forum would remain exactly the same, but every page with more than 0 comments would be in fact be a thread in the forum.
Example:
- If you view the details of a SmartSection article you'd see the comments directly beneath it.
- If you go to that same thread in the forum You'd go to the SmartSection article page.
The course of action I'm currently considering is:
==
Hacking the comments.php class so that it does pretty much the same as what a CBB topic class does, including having it use the CBB tables (while still offering the same functions as it did previously). I'm expecting that this would be pretty easy, as I'd only really need to change comments.php (and probably Xoopscomments.php somewhat).==
(The one other essential thing this would require is an extra parameter for the forum ID)
The disadvantage would be that I'd still be stuck with different functionalitity between 'CBB comments pages' and 'CBB forum threads'.
Anyway, as XOOPS has been around quite a while I was wondering whether or not anyone here has tried this & accomplished this? And if so: How & Does anyone have examples? P.S. I posted it here because it's pretty much about hacking the comments within Xoops.