By Tony Young on Friday, 01 May 2015
Posted in Technical Issues
Replies 14
Likes 0
Views 579
Votes 0
We will be using easy blog for our home page main content area via Home Menu Button - Frontpage blog layout.

The main area that people see when coming to our home page will be photographic with the blog (latest news) being more secondary and further down the page.

What we would like is for when "Continue Reading" or clicking on pagination for more blogs is for that to open up in it's own page rather than back within the home page and having to scroll back down and find it.

I may be missing an easy way to do this but how would be the way to do it?

Development address: http://66.147.244.187/~allaccf9/dev/index.php
Hello Tony,

I am sorry for the delay of this reply as it is actually a public holiday for most of us here in Malaysia. What you could do is to edit the theme file /components/com_easyblog/themes/default/blog.readmore.php and locate the codes below,


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


Then replace it with,


<a href="<?php echo EasyBlogRouter::_( 'index.php?option=com_easyblog&view=entry&id='.$row->id ); ?>" target="_blank">
·
Friday, 01 May 2015 14:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Almost, but not quite.

I am not looking for it to open in a new window, but just as if it were another page in the main menu.

Now I have a problem. I have copied back in the code that I was to find from above and now the link is incorrect.

The read more is linking to http://~allaccf9/dev/index.php/entry/check-out-this-custom-built-tour-bus-harley from the post and should have the IP address of the temp site in the link like http://66.147.244.187/~allaccf9/dev/index.php/entry/check-out-this-custom-built-tour-bus-harley
·
Friday, 01 May 2015 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Found the issue in the code there was an extra "/". I have corrected that so I am now back to where I began. Would still like a way to link the continue reading and past post to be like a page of there own in the same window (tab) instead of refreshing the same page with all of the modules of the home page.
·
Saturday, 02 May 2015 02:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

Hm, you actually just need to add the target="_blank" in the anchor link. Not really sure if I understand you here?
·
Saturday, 02 May 2015 03:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the reply. I'll try to explain better. target="_blank" creates a new browser window or tab. That is not what I am looking for.

If I were clicking on a a menu item it would take me to that page of the site without a new browser window and with none of the page specific modules from the page that I came from.

That is the same type of thing that I am trying to accomplish.

It all comes down to trying to solve this issue:
Because the home page has some large modules at the top and the blog area is further down, when someone clicks "continue reading", the home page refreshes with the full post. Then the user just sees all the modules at the top and not the full post until they figure out that they have to scroll back down the same page to get back down to the full post.
·
Saturday, 02 May 2015 03:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

I am sorry for the delay of this reply as it is a long weekend off for us here in Malaysia. Ah, okay! I get what you mean now and I am sorry if I misunderstood your request. The reason why the module is linking with the front page modules is actually because most likely you did not create any other menu item for EasyBlog.

This is what you need to do:

1. Create a new menu item which links to EasyBlog's front page layout. (Remember the "ID" for this new menu item)
2. Proceed to the settings of EasyBlog > SEO > Advanced Settigns.
3. Click on the radio box that says "Use Menu Itemid". Then, enter the id from step #1
·
Monday, 04 May 2015 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
That worked perfect for the "continue reading" link. Is there a way to do the same for the pagination links to past post?
·
Tuesday, 05 May 2015 00:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

Hm, the pagination links should also behave the same if you have set a specific menu id for EasyBlog because it would use the specified menu id as the Itemid in the url.
·
Tuesday, 05 May 2015 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
The link currently on "continue reading" is http://66.147.244.187/~allaccf9/dev/index.php/blog/entry/check-out-this-custom-built-tour-bus-harley

The link on page "2" in pagination is http://66.147.244.187/~allaccf9/dev/index.php/latest?start=1
·
Tuesday, 05 May 2015 00:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

Perhaps you can provide us with joomla backend and FTP access so we can check on this issue directly? It's hard to tell the root of the problem without be able to see it directly. Please advise
·
Tuesday, 05 May 2015 21:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Is there a way to private message the login details?
·
Thursday, 07 May 2015 01:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tony,

As for confidentiality, the username and password you've provide to us will not be reveals to anyone else other than the support team of Stackideas
*You can put the information in the optional information field below(SITE DETAILS). Don't worry about privacy. Only Support team can view the information.
·
Thursday, 07 May 2015 02:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Site details updated.
·
Thursday, 07 May 2015 02:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

I am sorry for the delay.

I've applied the fix inside your /components/com_easyblog/views/latest/view.html.php for the pagination issue. Can you verify it for me?
·
Thursday, 07 May 2015 13:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post