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 ForumsBlogBlogRemoving Written By and By Line in the BlogRemoving Written By and By Line in the Blog
Previous
 
Next
New Post
1/23/2012 10:53 PM
 

I'm interested in accomplishing the following:

1. Remove the By:blogusername from the BlogView page

2.  Removing the Written By: line in the ViewEntry page.

 I've tried adding the visible ="false" to each related control, but that did not recitfy the issue they still appeared. 

I also tried editing the the .vb files and removing the code to build the pages.  However, that created errors upon attempting to access the page.

Has anyone else done this or can anyone point me in the right direction?  And will the changes required require a full recompile of the source?

 

Thanks!

D-Man


___________________________________________ Make It a Great Day! D-Man
 
New Post
2/7/2012 12:58 PM
 
Did you ever figure this out? I'm looking at doing the same thing.
 
New Post
2/7/2012 1:10 PM
 
I just did a kind of clunky workaround for this with CSS. I viewed the page source and found there are a span tag around the By: blogusername and Written By: lines.

noting the IDs of these span tags, I went into the stylesheet editor under Admin, site settings, and added this bit of CSS:
/* hide written by blog element */
#dnn_ctr486_MainView_ViewBlog_lstBlogView_lblUserName_0 {
display: none;
}
#dnn_ctr486_MainView_ViewEntry_lblPostedBy {
display: none;
}

where I believe you will need to change the number to the module ID of your blog.. Like I said, pretty clunky, but it did the trick. Let me know if you figured out a better way to do this. Thanks.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogRemoving Written By and By Line in the BlogRemoving Written By and By Line in the Blog


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