How do you add comments to a new page?
How do you add comments to a new page? |
I have the same need. Did you solve it?
I did some quick investigation and I see there is a "standard" way to add comments in boonex, used for example by the ads module (but also others). The constructor is located into: modules\boonex\ads\classes\BxAdsCmts.php where it calls the standard boonex module. But it looks there is more than this, as the ads page is built in the database where it specifies the comments view block as well. Anyone has pointers to how to integrate that box into a custom page? |
Have you tried copy a comments block from one page and place it on the page you want it?
Some blocks can be copied using deanos block tools module - i am unsute if the comments block is one of them. It would be woth a try. I tink this would be the easiest way to do it : ) |