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 ForumsBlogBlogWhere is the Blog Class?Where is the Blog Class?
Previous
 
Next
New Post
11/29/2008 2:14 PM
 

I am trying to extend the Blog Module. The code behind for Blog.ascx inherits the DotNetNuke.Modules.Blog.Blog class but I cannot find this class. Where is it?

 
New Post
11/29/2008 10:25 PM
 

Hi Steve,

After downloading the source version of the module, you need to unzip the file DNN_Blog_Resources into the same folder to get the vb files.

That should get you going.

Please note that the current source is maintained with VS2003 for 1.1. compatability.


Jim www.walkspoiled.com
 
New Post
11/30/2008 11:08 AM
 

I believe I have the correct source files installed. I can find the BlogInfo, BlogController, and BlogModuleBase Classes in their source files, but I cannot find the "Blog" Class. I was wondering if it were some type of special class that does not have an explicit definition. Otherwise, do you know which .vb file the class definition resides in?

Thank you for your help.

 
New Post
11/30/2008 12:42 PM
 

Look at the code behind attribute...

<%@ Control Language="vb" AutoEventWireup="false" Codebehind="Blog.ascx.vb" Inherits="DotNetNuke.Modules.Blog.Blog" %>

The class is defined in Blog.ascx.vb

 
Namespace DotNetNuke.Modules.Blog
 
    Public MustInherit Class Blog
        Inherits BlogModuleBase
        Implements Entities.Modules.IActionable
 
New Post
11/30/2008 1:38 PM
 

That code says that it "Must Inherit" from the Blog Class. I cannot find the Blog Class that it inherits from.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogWhere is the Blog Class?Where is the Blog Class?


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