By User on Sunday, 30 June 2019
Posted in General Issues
Replies 4
Likes 0
Views 432
Votes 0
Hello. Can you please tell what file need to be edited (overiden) if I want to display some text instruction in Dashboard (stream) when user try add video / photos? Example at the screenshot.
There is different files for add videos, add photos, add links etc. Or system use one file?
Thansk.
Hi there,

Sorry for the confusion caused.

You can apply you customization accordingly based on listed path below. Refer here https://stackideas.com/docs/easysocial/administrators/templating/template-overrides on how to do template override for these files.

Video
..../components/com_easysocial/themes/wireframe/story/videos/form.php

Audio
..../components/com_easysocial/themes/wireframe/story/audios/form.php

Photos
.../components/com_easysocial/themes/wireframe/story/photos/form.php

Links
.../components/com_easysocial/themes/wireframe/story/links/form.php
·
Monday, 01 July 2019 15:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can do language override based on language strings listed below.

//video
COM_EASYSOCIAL_VIDEOS_VIDEO_LINK_PLACEHOLDER="Enter the link to the video here."
//audio
COM_ES_AUDIO_FORM_SUPPORTED_PROVIDERS="Supported audio providers: %1$s"
//links
COM_EASYSOCIAL_STORY_LINK_PLACEHOLDER="http://"
·
Monday, 01 July 2019 14:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi. I would like to add new line (text) not inside field. Can you please give a hint? Thanks.
·
Monday, 01 July 2019 14:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post