By Rubén Velázquez Ros on Monday, 09 February 2015
Posted in General Issues
Replies 11
Likes 0
Views 838
Votes 0
Hi guys i want to modify some aspects of easysocial and i need some help .
- How can i modify in the registration and user profile that a user could choose which movie he like and give him the option to value that movie ?

- How can i modify the easysocial background ? Can i put some colors in the stream of the users ? The messages of the groups in blue, the creation of an event in green...

Sorry for my english .
Hi Jose,

I am sorry for the late reply.
I believe currently there is no setting to do this and it is quite difficult to do too. I am really sorry about this. By the way, if this a priority, please do post them on our sales section at https://crm.stackideas.com and our sales department would get back to you with a proper quote.

Please advice.
·
Friday, 13 February 2015 18:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jose,

Regarding your question,
1. How can i modify in the registration and user profile that a user could choose which movie he like and give him the option to value that movie ?
I am sorry, I can't understand you well. Perhaps you can explain more so that we can can understand you better. Also, can you kindly provide us with backend access and FTP access so that we can have a better understanding of your inquiry.

2. How can i modify the easysocial background ? Can i put some colors in the stream of the users ? The messages of the groups in blue, the creation of an event in green.
You can try use this css override to put the color on your stream item. Here I give you the css code, please put it in your current Joomla template and see if this suit your need.


/*modification of stream item background*/
body div#fd.es .stream-apps-content .stream-apps-meta,
body div#fd.es .es-avatar,
body div#fd.es .stream-links{
background:transparent !important;
}
#fd .es-stream-list .stream-context-events .es-stream{
background-color:#A9D0F5;
}
#fd .es-stream-list .stream-context-story .es-stream{
background-color:#F5F6CE;
}
#fd .es-stream-list .stream-context-photos .es-stream{
background-color:#F6CED8;
}
#fd .es-stream-list .stream-context-files .es-stream{
background-color:#D0F5A9;
}
#fd .es-stream-list .stream-context-links .es-stream{
background-color:#E3CEF6;
}
#fd .es-stream-list .stream-context-badges .es-stream{
background-color:#190707;
}
#fd .es-stream-list .stream-context-profiles .es-stream{
background-color:#BDBDBD;
}
#fd .es-stream-list .stream-context-friends .es-stream{
background-color:#A9F5F2;
}
#fd .es-stream-list .stream-context-shares .es-stream{
background-color:#FE2EF7;
}
#fd .es-stream-list .stream-context-followers .es-stream{
background-color:#F7FE2E;
}
#fd .es-stream-list .stream-context-guests .es-stream{
background-color:#FF8000;
}


Hope this helps and please advise.
Thanks.
·
Monday, 09 February 2015 18:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the CSS code its works great .

I dont have a domain yet im working in local right now .

I have not explained very well in the question one sorry, i want something like this in the profile registration, and in the user information:

What sports do you practices and how do you value in them? - and here we put a counter, for example, this:


And in the user profile its show like that:
Name: Jose Ángel
Gender: Male
Favorite sports:
Football - 5 stars
Basketball - 3 stars
Running - 4 stars
·
Tuesday, 10 February 2015 04:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jose,

I am sorry, I believe this counter is not available in EasySocial.

Hope this help.
·
Tuesday, 10 February 2015 10:59
·
0 Likes
·
0 Votes
·
0 Comments
·
But can i modify some code to make this work ? Can you tell me what files i need to modify ?
Other questions :
- How can i delete this ? Its showing in events.


- I get Error 404 when i try to use Advanced Search, how can i fix this ?

- How can i remove the administrator aprove for the creation of users, groups and events ? I want user can create groups and events when they want without any aprovation.

-How can i remove the updates of the profile photos that they are showing in the stream ? I mean profile photos and cover photos .

Thank you so much for your support.
·
Tuesday, 10 February 2015 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jose,

I am sorry for the late reply. Please find your answers below:
1. But can i modify some code to make this work ? Can you tell me what files i need to modify ?
Regarding this inquiry, it is quite difficult to do. I am really sorry about this. If this a priority, please do post them on our sales section at https://crm.stackideas.com and our sales department would get back to you with a proper quote.

2. How can i delete this ? Its showing in events.
I not sure what do you mean by delete. Perhaps you can hide this using css override code. Please put this css override code in your current Joomla template and see if this resolves this issue.

body div#fd.es .es-header-mini .es-header-mini-apps-action{
display: none;


3. I get Error 404 when i try to use Advanced Search, how can i fix this ?
Can you provide us with backend access and FTP access so that we can further investigate this issue on your site.
Please advise.

4. How can i remove the administrator aprove for the creation of users, groups and events ? I want user can create groups and events when they want without any aprovation.
For user, you need to go to backend > Profile type > Registration > registration type = normal registration (automatic)

For event/group, please go to to backend > Profile type > Access > Event/Group > Moderate Event/Group Creation = No

5. How can i remove the updates of the profile photos that they are showing in the stream ? I mean profile photos and cover photos .
Please go to backend > Application > User — Photos . Here is my screenshot: http://screencast.com/t/98t0ynoKGLRl .

Hope this helps.
·
Tuesday, 10 February 2015 19:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for your fast reply ( i think your fast not slow ).
1. I will post my sugestion there thank you !
2. Its work great . Can i change with that code all the aspects of easysocial ? Adapting the code for other options i mean.
3. I`ve been working in localhost right now because i dont have a domain yet ( i will have it in the next few weeks). I dont know if i change some joomla option and i get the error because of that... There is some method to reset the changes without reinstall all the stuff ? I doesnt make a backup before the changes :/.
4&5. Thank you so much its work .
·
Wednesday, 11 February 2015 04:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jose,

Regarding your inquiries:
1. I will post my sugestion there thank you !

You're welcome.

2. Its work great . Can i change with that code all the aspects of easysocial ? Adapting the code for other options i mean.

I believe you can give it a try and see if it works perfectly and please do update us back.

3. I`ve been working in localhost right now because i don't have a domain yet ( i will have it in the next few weeks). I don't know if i change some Joomla option and i get the error because of that... There is some method to reset the changes without reinstall all the stuff ? I doesn't make a backup before the changes :/.

I am not sure why your advanced search hitting 404. May I know, do you have install any 3rd party SEF extension in your site? It can be the issue on your site. However, I cannot give you any fix/suggestion because I need to inspect/debug this issue first. I might be another issue that makes advanced search hitting 404. Perhaps you can upload your site to a temporary location so that we can inspect this issue on your site.

Please advise.
Thanks.
·
Wednesday, 11 February 2015 10:55
·
0 Likes
·
0 Votes
·
0 Comments
·
2. I will try to edit all the CSS, i will post my results here for sure!

3. I`ve reinstalled joomla+easysocial and i got some results. When my social network are empty of users (only admin user) when i go to advanced search he redirect me to the panel control page.When registered a couple of users when i go to advanced search i get the "404 error category not found..".
·
Thursday, 12 February 2015 19:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jose,

If your site is not available online, I am afraid we might not be able to assist you with this as there is no way for us to reproduce this issue on our end. We actually need to test this on your site.

Once you have uploaded your site to a temporary location, provide us with both the back end and FTP access and we'll look into this
·
Friday, 13 February 2015 00:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, i hope next week i will have hosting for my web.
How can i put this options into the toolbal and change the icons ?
·
Friday, 13 February 2015 16:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post