PDA

View Full Version : Adding Comments to vb-cms php page?


Typhon
06-19-2013, 03:01 PM
Was wondering if there was a simple way of adding the comments block to php pages without having to recreate the entire process? Would be nice just to have a "Comments" widget available.

Thanks!

Lynne
06-19-2013, 03:10 PM
There is a Recent CMS Comments widget, so I'm not sure exactly what you are wanting.

Typhon
06-19-2013, 03:42 PM
Lynne, thanks for the reply. I'm actually looking for the WYSIWYG are so people can input comments and the comments for the related thread can be displayed on that page.

The data on top will be pulled via PHP based on an arg passed into the page; from there I essentially want to load some widget where I can pass in a threadid and it will allow people to post comments from there.

Lynne
06-19-2013, 03:44 PM
There is nothing like what you are wanting. You would have to actually code it.