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

HomeHomeOur CommunityOur CommunityCommunity Membe...Community Membe...FREE Ultimate Skin ObjectFREE Ultimate Skin Object
Previous
 
Next
New Post
6/3/2010 6:52 PM
 
Nice work! This replaces a few customizations and modules. Not 100% though... it would be nice to load files according to user role. This would allow one to strip out the bulk of the admin content for regular visitors.
 
New Post
6/4/2010 7:48 AM
 
lance wrote:
Nice work! This replaces a few customizations and modules. Not 100% though... it would be nice to load files according to user role. This would allow one to strip out the bulk of the admin content for regular visitors.
You have the source code so you can easily modify it to suit you custom needs if you wish. For example you can use the below script to to only make changes for certain roles:

Dim mUser As DotNetNuke.Entities.Users.UserInfo = DotNetNuke.Entities.Users.UserController.GetCurrentUserInfo
        If mUser.UserID < 1 Then
            'User not logged in so do something
        Else
            If mUser.IsSuperUser Or mUser.UserID = PortalSettings.AdministratorId.ToString Then
                'admin or host is logged in so do something
           Else
                'normal user is logged in so do something
            End If
        End If

Here are some other ideas that you can look at (especially the snapsis links) - http://www.dnncreative.com/Forum/tabid/88/forumid/4/postid/7783/view/topic/Default.aspx

If you have any suggestions let me know ;)

 
New Post
6/4/2010 3:48 PM
 
Hi Adam,

Thanks for sharing - how does your CSSUnloaded compare to this one? (I only need one ;) - they sound like they function the same?

ps - just to confirm - it seems to work on DNN 5.2.2 as well.. (I am only using UnloadCSS tho)

Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
6/10/2010 9:50 PM
 
Rodney Joyce wrote: how does your CSSUnloaded compare to this one? (I only need one ;) - they sound like they function the same?
Rodney,
This adds AND subtracts files; CSSUnload only ...well.. unloads. 

Per portal, you could combine all the DNN core files into one optimized file and cut a ton of request and load time.  This also allows you to add jquery without having to enable widgets.  Further, you could replace MS AJAX with a CDN version for yet another performance boost.

Adam,
I use the Snapsis method now but it is a bit cumbersome.  I look forward to testing your suggestion.
 
New Post
7/19/2010 5:14 AM
 
I'm trying to add new skin as described. when i select my skin name from skin module it gives me error "This is a Legacy Skin" . Please give me any idea how to fix it. thanks,
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityCommunity Membe...Community Membe...FREE Ultimate Skin ObjectFREE Ultimate Skin Object


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