By Paul Murray on Friday, 04 November 2016
Posted in General
Replies 1
Likes 0
Views 150
Votes 0
Hi Stackideas Team

I understand that the images in the ES Toolbar drop down menu are awesome font images.

Is it possible to create Link from Toolbar to a page of my choice?

e.g.:

The university icon: fa fa-university
The Word Courses: Courses
A link to this page here: http://www.finalbug.net/courses-fcpx-and-realted-post-production-tools

by for e.g. modifying/adding code similar to this


<?php if( $this->config->get( 'points.enabled' ) ){ ?>
<li class="<?php echo $view == 'points' ? 'active' : '';?>">
<a href="<?php echo FRoute:oints( array( 'layout' => 'history' , 'userid' => $this->my->getAlias() ) );?>">
<?php echo JText::_( 'COM_EASYSOCIAL_TOOLBAR_PROFILE_POINTS_HISTORY' );?>
</a>
</li>
<?php } ?>


here:

/home/finalbug/public_html/components/com_easysocial/themes/elegant/toolbar/default.php

thanks

Paul
I am not really sure what your question really mean but yeah you could add anything you want on the theme file
·
Friday, 04 November 2016 17:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post