By Taiwo on Friday, 24 March 2017
Posted in General Issues
Replies 3
Likes 0
Views 212
Votes 0
Good day.
Firstly, As you can see from the image attached, I want to change the easydiscuss to discussion. Just like blog.

And secondly the blog and discussion located on the status update, I don't want them to appear them as I have already done the privacy settings to restrict profile type from accessing the blog and discussion which is why it's not showing up under "application" as indicated on the attached noted with "2" from the ES dashboard side menu but still appears under status update.

And thirdly I don't want some profile to have access to blog and discussion at all be it viewing users blogs or discussion because a user that updated a blog posted was on her friend stream line and when clicked on the blog it was taking to the blog post which the menu from the blog post( normal easy blog menu) is giving access to the blog viewer to post a blog, I don't want this, I don't want some users to have access to post blog. You can see from the second attachment.

lastly, I don't caption or the image name choosing from gallery to show up on image view from my website, you can see that from the attachment.

In addition, I generated an API key from my profile on stackideas, please what is the use of this API key?
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

It seems like you applied that css syntax incorrect, can you provide us with your Joomla backend and FTP access at http://stackideas.com/dashboard/site so we can better have a look?

And which template css file you applied that css?
·
Sunday, 26 March 2017 09:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Firstly, As you can see from the image attached, I want to change the easydiscuss to discussion. Just like blog.

That language constant is APP_USER_EASYDISCUSS_STORY, you can translate this language into Joomla language override page.

You can refer on our documentation here how to override the existing language translation through the Joomla backend.
https://stackideas.com/docs/easysocial/administrators/languages/creating-language-overrides

And secondly the blog and discussion located on the status update, I don't want them to appear them as I have already done the privacy settings to restrict profile type from accessing the blog and discussion which is why it's not showing up under "application" as indicated on the attached noted with "2" from the ES dashboard side menu but still appears under status update.

It seems like that was bug, can you try download my attached files and replace into following files and see how it goes?
JoomlaFolder/media/com_easysocial/apps/user/blog/blog.php
JoomlaFolder/media/com_easysocial/apps/user/discuss/discuss.php


And thirdly I don't want some profile to have access to blog and discussion at all be it viewing users blogs or discussion because a user that updated a blog posted was on her friend stream line and when clicked on the blog it was taking to the blog post which the menu from the blog post( normal easy blog menu) is giving access to the blog viewer to post a blog, I don't want this, I don't want some users to have access to post blog. You can see from the second attachment.

Regarding this, you have to configure those blog and discussion categories user permission, you can refer on my attached screenshot below.

lastly, I don't caption or the image name choosing from gallery to show up on image view from my website, you can see that from the attachment.

You can apply this following css into your current template css file to hide this image title on the pop up.

#es .es-media-title.es-photo-title {
display: none !important;
}


In addition, I generated an API key from my profile on stackideas, please what is the use of this API key?

The current API key is only use for when you update via launcher installer and download the language file from Easysocial backend language page. For now, you actually no need to enter this API key in Easysocial page is because the API key already automatically included from your launcher installer, once you install via launcher from backend, it will automatically update into your database.
·
Friday, 24 March 2017 11:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your answers, i have got some done but the last one..
The css you said i should apply, i did that but still not working.. so maybe i should give you my backenc login to help me apply that or maybe i am missing something.


#es .es-media-title {
font-size: 16px;
font-weight: bold;
font-family: inherit;
margin-bottom: 2px;
padding-top: 10px;
word-break: break-all;
}
#es .es-media-caption {
margin-bottom: 2px;
padding: 4px 0;
display: inine;

This is what i got in the template, so i dont know where to apply the code you gave me or maybe i am applying it wrong

#es .es-media-title.es-photo-title {
display: none !important;
}
font-size: 16px;
font-weight: bold;
font-family: inherit;
margin-bottom: 2px;
padding-top: 10px;
word-break: break-all;
}
i changed to this one above, so maybe i am missing something or not getting it write, please advise.
Thanks
·
Saturday, 25 March 2017 18:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post