Jump to content

Comments Block


Excalibur

Recommended Posts

Something I'm not sure how feasible it would be, but would be very useful, how about with the different blocks available, have a comments block you can put on any page, that way you could have a comments section on any part of any page. It would look similar to the comments section on database pages.

Link to comment
Share on other sites

Hello,

Do you mean PHPDoc?

Something like this

/**
 * @brief		Content Controller
 * @author		<a href='http://www.invisionpower.com'>Invision Power Services, Inc.</a>
 * @copyright	(c) 2001 - SVN_YYYY Invision Power Services, Inc.
 * @license		http://www.invisionpower.com/legal/standards/
 * @package		IPS Social Suite
 * @since		5 Jul 2013
 * @version		SVN_VERSION_NUMBER
 */
 class ...
 {
     ...
 }

or

/**
* Report Item
*
* @return	void
*/
function ...(...)

 

 

Link to comment
Share on other sites

Nope, I meant like you comment on a page,like have members make comments about the page and such. not PHP comments. IP.Pages has the functionality already for it's databases, but it would be useful to be able to put a comments box on any page.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...