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
here:
/home/finalbug/public_html/components/com_easysocial/themes/elegant/toolbar/default.php
thanks
Paul
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