It is explained in the overview
Configure:
Set what icons to display and set permissions to view.
- ACP -> Users -> User Group Permissions
- ACP -> Options -> [PE] Gamer Profiles
- ACP -> Style Properties -> [PE] Gamer Profiles -> Settings
Thanks for this. Quick question - How can I do the tooltip and icon on the Contact Details page for the Social Media? Also, I have a custom field I'd like to work with this plugin, how can I do so?
Any way to get battle.net added in there? Or is there I quick way I can add it in?
hello i cant seem to get the twitch logo to show in the message layout?
@Steve F do you know if it's possible to use existing custom fields or at least transfer the data from them to yours? I already have PSN, XBox and Steam custom fields that users have filled in. I did try editing the field_id in the database on my test site but it didn't seem to work.
Also, would it be possible to keep the custom fields added by this add-on if it's ever uninstalled? The data could still be useful and they could always be removed manually from custom fields in the ACP if needed.
public static function uninstall()
{
$dw = XenForo_DataWriter::create('XenForo_DataWriter_UserField');
$dw->setExistingData('steamUserProfile');
$dw->delete();
$dw = XenForo_DataWriter::create('XenForo_DataWriter_UserField');
$dw->setExistingData('originUserProfile');
$dw->delete();
$dw = XenForo_DataWriter::create('XenForo_DataWriter_UserField');
$dw->setExistingData('psnUserProfile');
$dw->delete();
$dw = XenForo_DataWriter::create('XenForo_DataWriter_UserField');
$dw->setExistingData('xboxliveUserProfile');
$dw->delete();
$dw = XenForo_DataWriter::create('XenForo_DataWriter_UserField');
$dw->setExistingData('twitchUserProfile');
$dw->delete();
$dw = XenForo_DataWriter::create('XenForo_DataWriter_UserField');
$dw->setExistingData('youtubeUserProfile');
$dw->delete();
$dw = XenForo_DataWriter::create('XenForo_DataWriter_UserField');
$dw->setExistingData('minecraftUserProfile');
$dw->delete();
$dw = XenForo_DataWriter::create('XenForo_DataWriter_UserField');
$dw->setExistingData('legendsUserProfile');
$dw->delete();
}
public static function uninstall()
{
}
No, they are ones I created ages ago so that members could display their PSN/XBox/Steam IDs.I'm sure there is a query that could be run to copy the names over to the correct fields. Are these existing fields from a add-on?
I think the privacy settings do need considering. I know there's a user group permission to set who can view the profiles in the postbit. However, on my site I want these to be visible to guests. The issue is that everyone on my site has their profiles set to members only. So basically members will either have to choose to share their PSN/XBox/Steam etc with everyone or not fill these in. If it's at all possible, having a tick box next to each one for users to check to show on the postbit if they wish but if they don't, they are still available on their profile to those who can see this.Any way to make this so that the social icons (Twitter, Facebook etc) will respect privacy settings if members have it set that their identities are only shown to "People You Follow Only"?
I think the privacy settings do need considering. I know there's a user group permission to set who can view the profiles in the postbit. However, on my site I want these to be visible to guests. The issue is that everyone on my site has their profiles set to members only. So basically members will either have to choose to share their PSN/XBox/Steam etc with everyone or not fill these in. If it's at all possible, having a tick box next to each one for users to check to show on the postbit if they wish but if they don't, they are still available on their profile to those who can see this.
Secondly, I notice that the Origin link when clicking on the Origin icon is origin://addfriend which I don't think is right?!
Thirdly, for Battlefield 4 there's a really nice site that allows for BF4 gamer cards to be displayed. http://bf4stats.com/graphics/player. Would it be possible add a separate option for BF4 and link it to a gamer card on this site? If so, as there are a lot of graphics (and ones that can be created by users themselves) would it be possible to specify in the ACP which BF4 gamer card to use?
Fourthly, I can get the gamer cards to appear on mobile by pressing and holding on the icon and then dismissing the "open in new tab" link. Is there any possibility that on tablets a simple tap can just display the gamer card rather than open the link to the site?
<!-- Facebook Profile -->
<!-- Facebook Profile -->
<xen:if is="{$user.customFields.facebook} AND @facebookUserProfile">
<div class="iconContainer">
<a href="https://www.facebook.com/{$user.customFields.facebook}" class="gamerIcon facebookIcon Tooltip" data-offsetX="-4" title="Facebook: {$user.customFields.facebook}"></a>
</div>
</xen:if>
Hi there, someone on my forums claims exophase contains malware?
http://revillution.com/forums/threads/malware.1041
Could you look into it?
No one else has complained no, my co-admin just told me that he's complained about similar things on other forums as well so i'm going to assume that it's something on his end triggering this.I checked a couple things and can't get any type of warning. Has anyone else had this issue?
We use essential cookies to make this site work, and optional cookies to enhance your experience.