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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0cant find the module that is responsible for admin access to some pagescant find the module that is responsible for admin access to some pages
Previous
 
Next
New Post
4/11/2008 3:27 AM
 

I just need to remove hardcoded border there, but cant find this module. Here what firebug says:

<td id="dnn_ctr383_ContentPane" class="containerrow2_gray DNNAlignleft" align="center" style="border: 2px solid rgb(255, 0, 0);">

<span class="NormalRed">
<center>Visible By Administrators Only</center>
</span>
<div id="dnn_ctr383_ModuleContent">
</div>

</td>

search in vs doesn't help much :(

Any ideas about how to get there?

thanks a lot.

 
New Post
4/11/2008 11:55 AM
 

Unfortunately, these styles appear to be hardcoded within the core in Components/Skins/Skin.vb on or about line 436:

cell.Style("border-top") = "2px #FF0000 solid"
cell.Style("border-bottom") = "2px #FF0000 solid"
cell.Style("border-right") = "2px #FF0000 solid"
cell.Style("border-left") = "2px #FF0000 solid"
objCell.Controls.Add(New LiteralControl("<span class=""NormalRed""><center>" & Localization.GetString("ModuleVisibleAdministrator.Text") & "</center></span>"))

This is pretty unfortunate.  I recommend posting this issue as an enhancement in Gemini at support.dotnetnuke.com.  This totally should be set via a CSS class.

In the meantime, you're faced with a core recompile, or perhaps some auspicious use of the !important declaration in your CSS.

Hope this helps!


Brandon Haynes
BrandonHaynes.org
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0cant find the module that is responsible for admin access to some pagescant find the module that is responsible for admin access to some pages


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