Comment to Adding comments to photos in photos app
-
Hello @B !
If you need to have the Comments block in the Brief View Photo page then go to the Studio->Developer->Pages->Photos->Brief View Photo page, press the Add block button and choose the service type in the Skeletons section. Edit new block and paste to the Code field the following code:
array ( 'module' => 'bx_photos', 'method' => 'entity_comments', )
The comments block is ready.
-
Sorry, found what is wrong. The code has been inserted and looked fine form my side, during the editing. See the corrected variant:
array ( 'module' => 'bx_photos', 'method' => 'entity_comments', )
-
It works! Good job. Thank you.
-
Think outside of your own shoes for a moment, is the typical UNA customer going to know about this?
No.
It's valuable information to someone.