I want to know if I can add the social ID's section on easy profile front end edit pageSorry, butI did not understand, can you explain what you mean by "social ID's"?
Also, I saw another post where Kunena integration was more intuitive than before. What I mean is, I hear that I could edit Kunena from a tab within the easy profile edit page??? This would be amazing!Are available some integrations with Kunena and Easy Profile:
I also use Hikashop which has really made life hard but I think i have integrated it the best way i know how. I think the only question i have is, what is the best way to set this up together???We not have any integration with Hikashop, I think the best way is to disable hikashop registration form from checkout page (you can disable this from hikashop configuration) and adds a simple button to go into normal registration page.
If a user is created during registration of HikaShop are they automatically registered with joomla, easy profile, and kunena??? This should be the case but I feel you have a bit more knowledge than I do.Easy Profile extends Joomla user profile, so registration/edit profile pages are the same of Joomla (tabs are generated by javascript and custom fields added by our User Plugin). All registration method register a Joomla user.
Last question here is I want to take a more generalized approach at using your map. i want to log the IP address of every user on my site with easy profile and translate that into a geolocation and have that data displayed from your map instead. So every user who registers and logs in will automatically update the IP address into their profile which is only seen on backend and then I can maybe have a cron job to get the geolocation and throw it back into an address column or even city.Sorry this is not a feature, but you can do something like this:
The first question was regarding a way to edit the social ID's from the front-end. In the back end I can edit social ID's
Also, i am grateful for you linking me to the kunena tabs in user profile, but I want to be able to edit kunena profile with easy profile.This is not possible with a simple way, these are 2 different components.
triggerProfileUpdate($user,&$data,$changed,$isNew){
$db=JFactory::getDbo();
$query="UPDATE #__kunena_user_table SET some_kunenafield=".$db->quote($data['some_epfield'])." WHERE user_id=".(int) $user->id;
$db->setQuery($query);
$db->execute();
}
Seeing the posts and favorites etc. is a great notion but it seams the original bugs have not been fixed yet. Such as the double header and the links leading to a 404 page.Coming soon stable release
The problem is there is no explicit option to link to an existing account or to create a new account.Sorry maybe I not undestand well. You can put link to social (or login/register with social) buttons everywhere.
I would like to have a a portal that users can view articles, kunena profile options, view itprism crowdfunding information, view/edit hikashop information, among other things. proper documentation and support for a build-your-own tab for easy profile I think is a great idea!Yes, but this is the future, we are developing some integration to see on profile page contents from others components (first step Joomla article, Kunena posts, EasyDiscuss integration). For kunena profile options: you need to develop a Joomla User Plugin or use our recommended approach (skeleton plugin), Easy Profile extends Joomla user profile then registration and edit profile pages are the same of Joomla(tabs are generated via Javascript and custom fields with own User Plugin); so you can use all Joomla users plugin.
I am not sure the difficulty of any of this but in my mind I feel that giving your customers more versatility would be very good for sales. i know that i enjoy your component and will continue to use it! i think I purchased the top package?We will release a documentation to make some profile plugin. In this post you will find a plugin to show Joomla article on profile page (beta version), Download, install and enabled this plugin to try. From Plugin manager you can access to some options of this plugin.
public function triggerProfileUpdate($user,&$data,$changed,$isNew){
if( in_array( 'facebook_userid', $changed ) ) $data[ 'facebook_id' ]=$data[ 'facebook_userid' ];
if( in_array( 'twitter_userid', $changed ) ) $data[ 'twitter_id' ]=$data[ 'twitter_userid' ];
if( in_array( 'google_userid', $changed ) ) $data[ 'google_id' ]=$data[ 'google_userid' ];
if( in_array( 'linkedin_userid', $changed ) ) $data[ 'facebook_id' ]=$data[ 'linkedin_userid' ];
}
NoNumber Modules Anywhereis not necessary, Joomla have a built-in plugin called "Content - Load Modules".
$session_user = JFactory::getUser();
$can_create = 0;
if ($session_user->id == $data->id) {
$user_levels = $session_user->get('_authLevels');
foreach($user_levels as $level) {
if ($level == 3) { /*echo "Auth level: ".$level; */ $can_create = 1; break;}
}
//echo "<br> Article creation: ".$can_create;
}
$user=JFactory::getUser();
if($user->authorise('core.create', 'com_content')) {....}
this will check if user can create article based to Joomla article component permissionsI do have a couple concerns, The Kunena plugins are not responsive, the article plugin works very well but none of the kunena ones are. This makes mobile display a pain, is this a known issue that has been fixed maybe?
May not be a bug but it does not look right, maybe give the admin an option to turn on or off?Yes this is a good idea.
But The plugin is useful you should test it and keep me posted on any plugins that are developed for JSN easy profile as I think I will be using it for some time.Yes, orders tabs are very useful, we plan to do this for virtue mart and hikashop. In future also membership from payplan and emerald
i figured others may want to use this if they use ITPrism's Crowd Funding, but I am not sure how popular this is. I enjoy it for my site and thought others may enjoy it as well.I thinks for non popular
The reason I did not want to use the "index.php?option=com_content&view=form&layout=edit" address is because the page header displays Article Edit and this is not what is really happeningOk, maybe when we develop this, we will add a parameter in plugin to set Itemid, and the function become JRoute::_('index.php?option=com_content&view=form&layout=edit&Itemid=XXX',true);
To me this is useful as I am not trying to get user specific data into the tab only. I could use this tab also for displaying FAQ downloads or useful links as well.Yes I know, but our concept is that what should go on the page should be inherent in the user or the activity of the user. So I think we will not develop plugin like this.
social edit pluginYes, this is very useful for you and maybe useful for many other users, but we can't release plugin like this for these reasons:
This is important for people like me who started using your component and then migrated all my users over to the new site.unfortunately I do not know the platform before using. But I think that the imports must also be made with the links with social networks. All plugins should have saved social user ID.
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.
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
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.
Our site uses non fat, delicious cookies which help us improve your user experience. You can read more about it in our Legal page.