By Alexandre Cayer on Tuesday, 17 March 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 744
Votes 0
Hi Mark,

As the same principle as the toggle Browse use, can you guys add one for advance search, just need regular search. Useless for user.

Alex
Hello Alex,

Thanks for the heads up on this, will consider this for the next release
·
Tuesday, 17 March 2015 10:53
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm a bit confused on what you mean by this, do you mind elaborating what this might look like?
·
Tuesday, 17 March 2015 09:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Josh, it would look like this (default.profile.php in toolbar)

<?php if ($this->template->get('show_browse_users', true)) { ?>
<li>
<a href="<?php echo FRoute::users();?>">
<?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_BROWSE_USERS');?>
</a>
</li>
<?php } ?>
<?php if ($this->template->get('show_advanced_users', true)) { ?>
<li>
<a href="<?php echo FRoute::search(array('layout' => 'advanced'));?>">
<?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_ADVANCED_SEARCH');?>
</a>
</li>
<li class="divider"></li>
<?php } ?>
·
Tuesday, 17 March 2015 10:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post