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:
This is enabled by default. Go to photos -> click a photo. Comments should be underneath.
If not, go to studio -> page builder -> photos-> view photo page
Look for comments block. Make sure it is active.
😁👍
B
I believe the location of the pop up is the "brief view photo" page.
B
There does not seem to be a comments block for the "brief view photo" page.
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.
@LeonidS Can you add this to the tips and tricks channel? So it doesn't get lost in the mix as time goes on?
B
Which service type block would we select/add? Thank you.
Humm, not sure it is such "trick". It is the usual work with the blocks...
Just Skeletons->service
B
I added the service block and added the code:
array (
'module' => 'bx_photos',
'method' => 'entity_comments',
After I hit save, I just see this (image attached). It doesn't save. Just continues to load.
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', )
B
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.