Support

  1. marysorani
  2. General
  3. Friday, November 06 2015, 11:26 PM
When i click on any of the options in Social Profile (for example update Cover Photo) Nothing happens just a blank page
admin Accepted Answer
Admin
Hi,
sorry Social Network Plugin not have Soundcloud support, in future we will do.
  1. more than a month ago
  2. General
  3. # 1
marysorani Accepted Answer
Pro
Mary Sorani wrote:

Great videos are now uploading. What about the Soundcloud? Can I upload links to Soundcloud?


I mean upload Soundcloud links.
  1. more than a month ago
  2. General
  3. # 2
marysorani Accepted Answer
Pro
Great videos are now uploading. What about the Soundcloud? Can I upload links to Soundcloud?
  1. more than a month ago
  2. General
  3. # 3
admin Accepted Answer
Admin
This error usually comes when missing PHP Curl library in your server, this a requirement (http://docs.easy-profile.com/index.php/article/social-network-requirements)

try to check this, and if missing install or enable it
  1. more than a month ago
  2. General
  3. # 4
marysorani Accepted Answer
Pro
The upload video feature doesn't appear to be working. I put in a You Tube url and nothing actually uploads

Also, is it possible to add a section to add Sound Cloud music
  1. more than a month ago
  2. General
  3. # 5
admin Accepted Answer
Admin
this is possible but very complex, you need to override many files and many code. this can create problems with future updates.

We recommend you to use CSS to style user block like table, with this you can work only on file Elements/lists/users_list_bit.ctp
  1. more than a month ago
  2. General
  3. # 6
marysorani Accepted Answer
Pro
Thank you. I would like actually to know if I can change what is displayed in the Categories.

The People category that appears in the top toolbar - I would like to be able to click there and instead of what is currently appearing, I would like for the User List (Table to appear). What file do I go in to change what appears under the category?
  1. more than a month ago
  2. General
  3. # 7
admin Accepted Answer
Admin
I did change the translation string but it did not work. Do I need to do it for all the languages?
Have you clean cache from Admin Panel?

Also under the People Tab, is there anyway to expand the profiles of the people? I don't want to just see the pictures, I want to see more information and possibly a bigger picture.

To set layout you need to use CSS; To show other fields you can use our API and Theme manager, follow these steps:
- Go into Social Network Admin panel (from frontend)
- Click on "Themes Manager" on left menu
- under "Base Theme" title click on "Social Network"
- Choose on left side "Elements/lists/users_list_bit.ctp" file
- Click on "Copy" Button and select "Blue Theme" *
- Return on "Themes Manager" Page and choose "Blue Theme"
- Choose on left side "Elements/lists/users_list_bit.ctp" file
- Add after line 58 code to show custom fields ** like this:
<?php
$jsnuser=JsnHelper::getUser( $user['User']['id'] );
echo '<b>Firstname:</b> '.$jsnuser->getField( 'firstname' );
?>


NOTES
* "Social Network" theme is a core template, when you update our plugin we will loss of your changes. if you copy template file into Blue Theme then you will not lose your modifications
** you can find docs about our API at http://docs.easy-profile.com/index.php/article/jsnuser-object
Attachments (1)
  1. more than a month ago
  2. General
  3. # 8
marysorani Accepted Answer
Pro
Thank you. I did change the translation string but it did not work. Do I need to do it for all the languages?

Also under the People Tab, is there anyway to expand the profiles of the people? I don't want to just see the pictures, I want to see more information and possibly a bigger picture.
  1. more than a month ago
  2. General
  3. # 9
admin Accepted Answer
Admin
Hi,
You need to add translation also for others string, so search "My Topics", "Friends Topics", .... and add your translation.

Also, the Search box is really small, where can I go to expand that?

add these CSS line to fix search box layout in your template
.jsn_social #global-search{
min-height: 0px;
box-sizing: content-box;
}
  1. more than a month ago
  2. General
  3. # 10
marysorani Accepted Answer
Pro
Thank you. The side menus - how do I change the wording?

For example, from the top menu, I change Topics to Lyrics. But when I click in Lyrics, it says My Topics, Friends' Topics, etc. I want to change that to My Lyrics, Friends' Lyrics.

Also, the Search box is really small, where can I go to expand that?
  1. more than a month ago
  2. General
  3. # 11
admin Accepted Answer
Admin
No not the language, I want to change the actual menu item name. So It says Blog. I want it to say Lyrics.
Yes I understand, try to put "Lyrics" at line 93 of file /plugins/jsn/socialnetwork/app/Locale/it_IT/LC_MESSAGES/default.po so become
msgid "Blogs"
msgstr "Lyrics"

Now clean cache (docs at http://docs.easy-profile.com/index.php/article/social-network-make-your-language)

Alternative is to use template override and replace all occurrence of "Blog" in all template files, this is too complex!!

Also I want to change the color of the template. Is there any where to do that?

To change color you need to add some CSS style at your template, or change our color from admin panel->theme manager->blue theme->choose main.css->replace colors.
  1. more than a month ago
  2. General
  3. # 12
marysorani Accepted Answer
Pro
No not the language, I want to change the actual menu item name. So It says Blog. I want it to say Lyrics.

Also I want to change the color of the template. Is there any where to do that?
  1. more than a month ago
  2. General
  3. # 13
admin Accepted Answer
Admin
Hi,
yes, you can edit english language strings, the files are:
/plugins/jsn/socialnetwork/app/Locale/it_IT/LC_MESSAGES/cake.po
/plugins/jsn/socialnetwork/app/Locale/it_IT/LC_MESSAGES/default.po

Docs http://docs.easy-profile.com/index.php/article/social-network-make-your-language
  1. more than a month ago
  2. General
  3. # 14
marysorani Accepted Answer
Pro
Thank you this is now working!!. Another question, is there anyway to change the menu names (ie change Topic to be Lyrics)?
  1. more than a month ago
  2. General
  3. # 15
admin Accepted Answer
Admin
Hi,
you need to create a menu item of type Easy Profile->Social Network to catch all Social Network plugin pages (docs at http://docs.easy-profile.com/index.php/article/social-network-installation ;) )
  1. more than a month ago
  2. General
  3. # 16
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.