Saturday, November 22, 2008     | Register
To start or answer a thread you will need to login...


Forum Guidelines

Please ensure you follow the bug-raising guidelines (e.g. post the full error from your Event Viewer) if you are raising a support call. To request a feature in a module, please use Feature Requests (unless you want to discuss it here in more detail first). If you have an urgent feature that you would like to see in the product then you should consider a Sponsored Enhancement.

 

First Time User? Make sure you have read the Module Config Guide in the documents folder of each module. Also check out this handy Module Deployment Guide (written by a Smart-Thinker customer!)

Configuration issues and no time to read the Forums/Documentation? See our DotNetNuke Premium Support Service.

 

We need your opinion! Please read our proposed new CrowdSourcing development method and let us know if you would be interested and if it might work.

 
 
  Forums  DotNetNuke  General  Solution to the long module names in the module dropdown list
Previous Previous
 
Next Next
New Post 12/16/2006 8:57 AM
Informative
  Chuck Rizzio
50 posts
3rd Level Poster


Solution to the long module names in the module dropdown list  (United States)
Modified By Rodney Joyce  on 10/14/2007 2:10:53 AM)

I've been meaning to post this but have been busy and just realized that I forgot about it. In searching around for solutions to various issues in the project I'm working on I came across this which is a very workable solution to the problem of long module names in the control panel dropdown list. I hope it is usefull.

My apologies to the author but he didn't include a signature in the post so when I saved it his name was not included. I can't remember where I found it and went looking but couldn't find it again. There are actually two CSS style changes you need to make. One for the standard DNN Administrator's Control Panel which is the one that was included in the post I found. The changes for the Smart-Thinker Control panel I found by looking at the source.

*** This changes the standard DNN Control panel ***
.ControlPanel SELECT.NormalTextBox, .ControlPanel INPUT.NormalTextBox
{
width:250 !important;
}

*** This is for the Smart-Thinker Control Panel ***
.ControlPanelStyle SELECT.NormalTextBox, .ControlPanelStyle INPUT.NormalTextBox
{
width:200 !important;
}

To try it out just put these entries into your portal.css using the Administrator Site Setting to edit the css styles. Remember, you will have to do a [CTRL-F5] (in I.E.) to force a reload of the stylesheet.

I hope this post comes out formatted in a readable fassion. I've had problems where it all just gets put together in a single string of text so I'm attempting to enter this using straight test and HTML tags. Enjoy!!!!

 
New Post 12/19/2006 8:50 AM
  Rodney Joyce
2908 posts
www.DNNDir.com
1st Level Poster




Re: Solution to the long module names in the module dropdown list  (N/A)
Thanks for that Chuck!

Thanks
Rodney
See our modules in action on PokerDIY, a social network for home poker players

Smart-Thinker DotNetNuke Development Blog
 
New Post 9/26/2008 8:00 AM
  Stijn Gilis
19 posts
4th Level Poster


Re: Solution to the long module names in the module dropdown list  (Belgium)

an other approache

Go to  ~\admin\ControlPanel and open up the iconbar.ascx file.
Using Ctrl F find for cboDesktopModules.

This will bring u to the following line :
<asp:dropdownlist id="cboDesktopModules" runat="server" cssclass="NormalTextBox" Width="140" datavaluefield="DesktopModuleID" datatextfield="FriendlyName"/>

 

Change the Width for your needs.
Save and Refresh Page.

 
Previous Previous
 
Next Next
  Forums  DotNetNuke  General  Solution to the long module names in the module dropdown list
Top Threads
In the past 1 week, we have 29 new thread(s) and 70 new post(s)
The most popular thread has been Re: Multipaid Sponsored Enhancements
The most active thread has been Multipaid Sponsored Enhancements / Crowdsourcing to improve modules
Smart-Thinker is powered by DotNetNuke - please support us and DotNetNuke - DotNetNuke Powered!
© 2008 Smart-Thinker   |  Privacy Statement  |  Terms Of Use