Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlog"Read More" link opens on same page?"Read More" link opens on same page?
Previous
 
Next
New Post
2/5/2008 10:23 PM
 

I think I have a problem with my Blog. I upgraded to 4.08, and have reinstalled the latest version (3.04) of the blog module (to try to correct the problem). The problem I have is as follows:

On both the home page, and Blog page, I have the the module that shows the entry summaries, with the "Read More" link at the bottom of each entry. I thought that when you clicked on the "Read More" link, it would take the user to a new page containing the entire article. Instead, it loads the entire article on the page from which you clicked (i.e., if you click "Read More" from a summary on the home page, it reloads the home page with the whole article in place of the list of summaries, plus the comments feature. What I would like that to do is take the user out to a new page with the entire article.

My site is at www.windwardvillagemhp.com. I'd like it to function more like gizmodo.com where following the jump takes it to a wholly new page. I thought you could change a setting and accomplish this, but I've been through the "Blog Settings", Module settings and everything else I can think of to fix it, and I can't find it. Please help - I really need this to work in that fashion.

 
New Post
2/6/2008 3:52 AM
 

David,

I don't believe the blog module supports the feature you've described.  If what you are looking to implement is a change in the content elsewhere on the page, perhaps you can make use of JavaScript to hide and show entire sections based on the QueryString.  I've done this using code like this:

if (document.location.href.indexOf('EntryID') > 0) {document.getElementById('someid').style.display = 'none';} else {document.getElementById('someid').style.display = '';}

HTH,

Don



Don Worthley
Software Architect
Element Eleven

 
New Post
2/6/2008 2:31 PM
 

Don, thank you for the response - I appreciate it. I think I'm having a hard time explaining what I want the module to do. What I would like is to have the module on my home page (which is done). I want it to list the summaries of the articles (which its doing), but when a user clicks on the "Read More" link, I want them to be taken to a new page with the blog article on it. From an SEO standpoint, I think it makes more sense to have the full article maintained on a separate page with the title in the URL for the page? What I don't like about what my page is doing now is that there is a "Welcome" message at the top of the page, then the summaries. When someone clicks on the "Read More" link, they are still on the home page, with the welcome message at the top, but now the full article displayed on the page with the comments form at the bottom. I don't like the module rendering the whole article on the same page as the summaries - doesn't make much sense to me.

Is there someone who is selling, or has created a blog module that has the above-referenced functionality. I'd also like the blog module to paginate, but I understand that is not available in the current module.

 
New Post
2/6/2008 4:00 PM
 

David, our Engage: Publish module from www.engagemodules.com will do what you are looking for. I've recently started using it as a blog module on my personal website www.chrishammond.com

 

 


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
2/6/2008 7:41 PM
 

Hi David,

I found a workaround to part of your problem.  Unfortunately, the blog module doesn't use the post title in the page when showing blog entries, so that's a limitation of the module that you could only work around by altering the source.

[Edit] We created a temporary workaround to this issue:  Temporary Fix for the DNN  Blog Title SEO Issue.

The part of your issue that you can work around without a change to the source is the ability to open a blog entry detail in a separate page.  You can achieve this by adding a custom Friendly URL entry in Host Settings.  In my portal, the home page has a Tab ID of 36 and a second instance of the blog module is added to Tab ID 54.  My entry in the Friendly URLs is as follows:

  [^?]*/TabId/36/EntryID/(\d+)(.*) ~/Default.aspx?TabId=54&EntryID=$1

I move this above the following Friendly URL entry used by DNN

[^?]*/TabId/(\d+)(.*) ~/Default.aspx?TabId=$1

I created a short video to show the process I followed to get this entry above the default DNN entry.  Of course, you can also just edit the SiteUrls.config file at the root of your site.

HTH,

Don



Don Worthley
Software Architect
Element Eleven

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlog"Read More" link opens on same page?"Read More" link opens on same page?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out