thanks again steveIn the misc field in Style Properties - [PE] Gamer Profiles - Icon Container add text-align: center;
Template Modifications > [PE]Gamer Profiles > member_view (Adds the gamer cards content to the tab) - change Execution Order to 9I seem to be having an issue with the gamer cards showing on the wrong tab again, not sure which add-on is causing it though. The differences show between members and guests.
cant edit the template for some reason, and the info already shows as 9. Also the issue only occurs with guests not membersTemplate Modifications > [PE]Gamer Profiles > member_view (Adds the gamer cards content to the tab) - change Execution Order to 9
Template Modifications > [PE]Gamer Profiles > member_view (Adds the gamer cards content to the tab) - change Execution Order to 9
seems there is an update for Master Badges lets hope it fixes the issueIt's already on 9.
My problem appears to be a permissions one though. If you set View Member Gamer Cards to No for guests the profile tab is removed but the content is shown on another tab, setting it to Yes everything works perfectly.
doing this worked, must be an issue with gamer cards then as i updated the master badge, and if i hadn't off enable for guests on gamer cards then it still showed them in the wrong sectionsIt's already on 9.
My problem appears to be a permissions one though. If you set View Member Gamer Cards to No for guests the profile tab is removed but the content is shown on another tab, setting it to Yes everything works perfectly.
<xen:if is="{$user.customFields.youtubeUserProfile} AND @youtubeUserProfile">
<li class="iconContainer">
<a href="https://www.youtube.com/user/{$user.customFields.youtubeUserProfile}" target="_blank" class="gamerIcon youtubeIcon Tooltip" data-offsetX="-4" title="{xen:phrase gp_youtube}: {$user.customFields.youtubeUserProfile}"></a>
</li>
</xen:if>
<xen:if is="{$user.customFields.youtubeIdProfile} AND @youtubeUserProfile">
<li class="iconContainer">
<a href="https://www.youtube.com/channel/{$user.customFields.youtubeIdProfile}" target="_blank" class="gamerIcon youtubeIcon Tooltip" data-offsetX="-4" title="{xen:phrase gp_youtube}: {$user.customFields.youtubeIdProfile}"></a>
</li>
</xen:if>
Yeah I had to do this about 6 months ago too.... I created two YouTube fields - one for "USER" and one for "CHANNEL", as newer YouTuber's were being given 404's due to the hardcoded "/user/" part.just to add to this already awesome plugin. Many newer channels do not have the unique channel name this plugin requires ex.
https://www.youtube.com/user/SeaNanners
Just with 1 simple template edit + new custom profile field your users can use the "channelID". ex:
http://www.youtube.com/channel/UCoRCdmRJYYcbHSsc_HJyqcQ
find this on template:
pe_gamer_profiles
Code:<xen:if is="{$user.customFields.youtubeUserProfile} AND @youtubeUserProfile"> <li class="iconContainer"> <a href="https://www.youtube.com/user/{$user.customFields.youtubeUserProfile}" target="_blank" class="gamerIcon youtubeIcon Tooltip" data-offsetX="-4" title="{xen:phrase gp_youtube}: {$user.customFields.youtubeUserProfile}"></a> </li> </xen:if>
add after:
Code:<xen:if is="{$user.customFields.youtubeIdProfile} AND @youtubeUserProfile"> <li class="iconContainer"> <a href="https://www.youtube.com/channel/{$user.customFields.youtubeIdProfile}" target="_blank" class="gamerIcon youtubeIcon Tooltip" data-offsetX="-4" title="{xen:phrase gp_youtube}: {$user.customFields.youtubeIdProfile}"></a> </li> </xen:if>
then create a new user profile field:
Basic Info:
Field ID: youtubeIdProfile:
title: Youtube Channel ID
Description: If your channel does NOT have a unique channel name ex...http://www.youtube.com/channel/UCoRCdmRJYYcbHSsc_HJyqcQ. Only enter the ID "UCoRCdmRJYYcbHSsc_HJyqcQ" or use your own example
Display location: Contact Details
Options for Text Fields:
Field type: Single Line text field
Maximum Length: 30
General Options: your choice what to pick here but for me I have ticked
User editable
Moderator editable
Viewable on profile pages
now if Mr. Steve could just divulge how to add the icon before the custom user field:
View attachment 128951
Yes it does. See my post in your other thread.Does this addon still work? I've checked out some websites with it and it looks like there are errors all over the place. Anybody have a site with this installed that I can check out?
And it Works . It's running on my website https://www.elnino-onlinegaming.deDoes this addon still work? I've checked out some websites with it and it looks like there are errors all over the place. Anybody have a site with this installed that I can check out?
And it Works . It's running on my website https://www.elnino-onlinegaming.de
I'm thinking maybe the issue is my work's internet (they block some stuff) because regardless of the site it gives the broken picture icon when trying to look somebody's gamer card under their profile. And when they have the icons on the member cards in threads, when i mouse over them it previews a blank box. I'll have to check this out when i get on real internet.
We use essential cookies to make this site work, and optional cookies to enhance your experience.