By Brooke Savage on Thursday, 30 April 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 728
Votes 0
I am selecting EasyBlog entries from a hyperlink using the selector as follows for the URL:

index.php?option=com_easyblog&view=entry&id=29&Itemid=344

It works but I can't figure our what the ItemId is or where to find it.

Is there a better selector? Where is the ItemId stored? It is easy to see the id in the post but not the ItemId.

I have attached a sample page where you can see the links to the posts that I want for an article. Each one needs to link to a specific Easyblog entry.

Thanks

Brooke
Hello Brooke,

You can use this to get the correct URL:

<?php echo EasyBlogRouter::_('index.php?option=com_easyblog&view=entry&id='.$row->id); ?>


Please give it a try. If it does not help, you can provide us your backend and FTP so we can have a better look on this.
·
Thursday, 30 April 2015 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post