By jmb on Sunday, 19 October 2014
Posted in General Issues
Replies 6
Likes 0
Views 740
Votes 0
Hello I am using the latest version of ES on the Wanderers Template and most of my fields are not showing in the about section. Is this a known bug? How do I fix?
Hello jmb,

Sorry for late reply to this,
Yes, you can download from http://stackideas.com/dashboard, remember backup your customization file before you update.
After you update and see is it this issues already fix? Keep us updated then,
·
Thursday, 23 October 2014 12:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello jmb,

You need to click on the "About" in the filter to display the fields on your profile.
·
Monday, 20 October 2014 00:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Where do I find this? I only see "About" when I edit profile and I have a all fields visible to everyone.
jmb
·
Monday, 20 October 2014 01:09
·
0 Likes
·
0 Votes
·
0 Comments
·
I don't see the filter in the about section in the Wanderers template but I do see what your talking about here http://easysocial.stackideas.com Any solution?
jmb
·
Monday, 20 October 2014 08:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jmb,

I am sorry for the late reply.
Here I have attached to you a file, please download it and put it in your site: \templates\wanderers\html\com_easysocial\profile\default.php . In this file you can find this code in line 58.

<div class="panel-body">
<ul class="panel-menu" data-profile-apps>
<li data-profile-apps-item data-layout="custom">
<a href="<?php echo FRoute::profile(array('id' => $user->getAlias(), 'layout' => 'about')); ?>" data-info <?php if (!empty($infoSteps)) { ?>data-loaded="1"<?php } ?>>
<i class="icon-es-aircon-user mr-5"></i> <?php echo JText::_('COM_EASYSOCIAL_PROFILE_ABOUT'); ?>
</a>
</li>

<?php if (!empty($infoSteps)) { ?>
<?php foreach ($infoSteps as $step) { ?>
<?php if (!$step->hide) { ?>
<li
class="<?php if ($step->active) { ?>active<?php } ?>"
data-profile-apps-item
data-layout="custom"
>
<a class="ml-20" href="<?php echo $step->url; ?>" title="<?php echo $step->title; ?>" data-info-item data-info-index="<?php echo $step->index; ?>">
<i class="ies-info ies-small mr-5"></i> <?php echo $step->title; ?>
</a>
</li>
<?php } ?>
<?php } ?>
<?php } ?>
<li class="<?php echo !$activeApp ? 'active' : '';?>"
data-layout="embed"
data-id="<?php echo $user->id;?>"
data-namespace="site/controllers/profile/getStream"
data-embed-url="<?php echo FRoute::profile( array( 'id' => $user->getAlias() ) );?>"
data-profile-apps-item
>
<a href="javascript:void(0);">
<i class="icon-es-genius mr-5"></i> <?php echo JText::_( 'COM_EASYSOCIAL_PROFILE_TIMELINE' );?>
</a>
</li>
...
By the way, we have already fix this issue. Can you download the latest version of Wanderers and have it installed in your site. Please make sure that all your customization in Wanderers are backup before updating Wanderers since it will override the existing core file with the latest.
Thanks and have a wonderful day.
·
Monday, 20 October 2014 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
By the way, we have already fix this issue. Can you download the latest version of Wanderers and have it installed in your site. Please make sure that all your customization in Wanderers are backup before updating Wanderers since it will override the existing core file with the latest.
Thanks and have a wonderful day.


Where do I get the updated template? I downloaded the one from the dashboard and it still says: Template version 1.0 12th July 2014
jmb
·
Thursday, 23 October 2014 08:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post