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 ForumsBlogBlogCanCan't find code behind file in Blog_03.04.00_Source.zip
Previous
 
Next
New Post
6/12/2008 9:26 AM
 

Dario,

I'm weighing in on this one, because it is leading in the direction I wish to go. 

I use the blog format as my "News" postings.  I want to "tighten" up the look on the page and remove a couple of things, i.e. "author", "blog name" etc.  I do not know or have anyone I can go to that can do code, unfortunately, and I looked at your instructions above, downloaded and see that I would be way over my head.  Somewhere I also believe you indicated there was a was to reformat the blog, using another program, called, I believe "BlogDisplay" .  That seems like it could work, but I haven't had much time to play with it, and when I did, I couldn't figure out how to put it all into play.

Unfortunately, I am not very skilled at code and don't want to make mistakes that I won't be able to figure out how to repair.  I also don't have anyone that can assist so have to make it work.

Have you any other suggestions that might be more up my expertise level?

Thanks.

Eileen

 
New Post
6/12/2008 11:54 AM
 

Hi Eileen,

playing with code needs some understanding. If you are not that skilled in it, it could take a serious effort without good results. But if you need to apply little changes to the look&feel, then struggling with code is not needed: you can use some workarounds. For example, if you just need to hide the author info, then just open the ViewEntry.ascx file with notepad, locate this:

<span class="blog_author">
  <asp:label id="lblPostedBy" ResourceKey="lblPostedBy" runat="server">Written By</asp:label>
  <asp:label id="lblUserID" runat="server"></asp:label>
</span>

and insert this:

<span class="blog_author" style="display:none">
  <asp:label id="lblPostedBy" ResourceKey="lblPostedBy" runat="server">Written By</asp:label>
  <asp:label id="lblUserID" runat="server"></asp:label>
</span>

Having some knowledge of css will help you make all the simple tasks to customize the module, other things will need code knowledge, sorry. Please let me know if you need further help in anything about customizing the module, I will gladly try to guide you through it.

Best regards,
Dario Rossa

 
New Post
6/12/2008 1:22 PM
 

Eileen - if you have questions about BlogDisplay, please let us know in the support forum.  I'm sure we can make it work for you.

I would advise using it as opposed to changing the code of the Blog module itself, as (1) it's ultimately easier to manage, and (2) won't be erased when you upgrade your blog module to the new version(s).


 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogCanCan't find code behind file in Blog_03.04.00_Source.zip


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