By Brooke Savage on Saturday, 02 May 2015
Posted in General Issues
Replies 5
Likes 0
Views 653
Votes 0
I would like the Home toolbar icon to link to a landing page that is an article on my site.

I think I see where this is done in theme/defaults/toolbar.php at:

<li class="toolbar-item toolbar-latest <?php echo $views->home;?>">
<a href="<?php echo EasyBlogRouter::_('index.php?option=com_easyblog'); ?>"><span><?php echo JText::_('COM_EASYBLOG_TOOLBAR_LATEST_POSTS'); ?></span></a>

Can you suggest what the replacement code is here to call the router to get the article Id i need instead of the Easy_Blog latest posts?

Thanks for the great support as always....

Brooke
Hello Broke,

I am sorry for the delay of this reply as it is actually a long weekend off for us herein Malaysia. Perhaps you could try replacing the link with this,


<?php echo JRoute::_('index.php?option=com_content&view=article&id=83');?>
·
Monday, 04 May 2015 15:22
·
0 Likes
·
0 Votes
·
0 Comments
·
I cant get this to work. I'm sure its my fault but it delivers strange results.

Can I ask you to take five minutes and look on my site??
·
Monday, 04 May 2015 18:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Brooke,

Is it possible for you to provide us with the FTP access please?
·
Monday, 04 May 2015 22:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Godday Account



Joomla Directory: beta-2

Thanks
·
Monday, 04 May 2015 23:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Brooke,

I have assisted you to modify the file /components/com_easyblog/themes/default/toolbar.php . Kindly please understand that customizations are actually beyond the scope of our support and we're assisting you out of good faith. It is your responsibility to take your own backups
·
Tuesday, 05 May 2015 00:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post