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

HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...DNN hangs loading edit mode with 50+ modules on pageDNN hangs loading edit mode with 50+ modules on page
Previous
 
Next
New Post
1/30/2014 7:02 PM
 
You might want to try DNNturbo script, currently attached to https://dnntracker.atlassian.net/brow... (I am working on a better solution to provide the community with it), which might at least partially solve your issue.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/31/2014 5:45 PM
 
This is the sort of thing that should IMHO be handled by a small custom module -

Maybe a simple datagrid with an image picker that lets the content guys add/update/delete and position in order the logos they want displayed
- then the module would control all the actual HTML layout - the content providers would just control the images that need to be displayed and the order they should be displayed in.

Westa
 
New Post
1/31/2014 5:57 PM
 
I agree with Wes on this. I'd be happy to discuss creating such a module. Contact me privately on Richard at dynamisys.co.uk.

Best wishes,
- Richard
Agile Development Consultant, Practitioner, and Trainer
www.dynamisys.co.uk
 
New Post
1/31/2014 6:22 PM
 

Just to throw this out here... I doubt you need a custom module for just manage a grid of sponsor logos (if you want to avoid it). 

You should be able to do this pretty easily actually just using a simple UL tag - a bulletted list - in an HTML module. By using a bulletted list, the maintenance is pretty easy, and you have a lot of flexibility down the road.

The only real challenge involves playing around with some CSS. But, the basics to it are pretty straightforward. First, you add your bulletted list and just put a class on there like "logos"... then, put this in your page's "header tags" setting:

(in a style tag)

.logos { width: 600px; list-style: none; line-height: normal; margin-left:auto; margin-right:auto; }
.logos li { float: left; width: 198px; border: 1px gray solid; }
.logos li img {max-width:198px;}

There's a nice example here: http://stackoverflow.com/questions/18...... I just tweaked it a bit

That will mostly take care of it, I think, and keep it very easy to manage.

Hope this helps,

Mike

 
New Post
1/31/2014 6:31 PM
 
Actually... I just played around with it for a second and I like this a little better...

.logos { width: 90%; list-style: none; line-height: normal; margin-left:auto; margin-right:auto; }
.logos li { float: left; width: 30%; text-align:center; height:100px; overflow:hidden;}
.logos li img {max-width:198px;max-height:100px;}

Hope all's well,

Mike
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...DNN hangs loading edit mode with 50+ modules on pageDNN hangs loading edit mode with 50+ modules on page


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