Adding comments to photos in photos app
Is there a way to allow members to add comments to photos?
Thank you.
*Photos App
-
- · Wise
- ·
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
-
·
In reply to Wise
- ·
I believe the location of the pop up is the "brief view photo" page.
-
- · B
-
·
In reply to Wise
- ·
There does not seem to be a comments block for the "brief view photo" page.
-
-
·
LeonidS
-
·
In reply to B
B
- ·
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
-
@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
-
·
In reply to LeonidS
- ·
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...
-
-
·
LeonidS
-
·
In reply to B
B
- ·
Just Skeletons->service
-
·
LeonidS
-
- · B
-
·
In reply to LeonidS
- ·
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.
-
-
·
LeonidS
-
·
In reply to B
B
- ·
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', )
-
·
LeonidS
-
- · B
-
·
In reply to LeonidS
- ·
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.