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...Skins, Themes, ...Skins, Themes, ...Background change on flyBackground change on fly
Previous
 
Next
New Post
9/19/2014 1:45 PM
 
I don't know of something that already does this... but I suppose you could use the personalization framework combined with a skin object to allow users to select from different "themes" that would be applied using CSS changes.
 
New Post
10/1/2014 7:00 AM
 
Thank you Mike.

We are planning to create a custom module to change the background image by admin for particular pages.
 
New Post
10/1/2014 7:22 AM
 
sandeep manne wrote:
Thank you Mike.

We are planning to create a custom module to change the background image by admin for particular pages.

 I thought I already posted this, but you can use the page large icon for this.

Set it in the page settings and use this in your skin:

<div style="background: url(<%=PortalSettings.HomeDirectory & PortalSettings.ActiveTab.IconFileLarge %>); height: 100px;"></div>

I think you should remove the  "PortalSettings.HomeDirectory" part for DNN 6+

 
New Post
10/1/2014 8:06 AM
 

Hi,

I can do that by setting in page settings but we have 15,000 pages, so it will be time consuming. We are planning to do custom module that admin can select multi pages at a time.

 
New Post
10/1/2014 10:07 AM
 
If it helps at all... this is (probably) a better case for a skin object. That way, you can just put the skin object in your skin file and have it take care of this for you. With a module, you'd have to manually add it to each page (which would be terrible), or do the "show on all pages", which is also kind of a mess.

Hope this helps,

Mike
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Background change on flyBackground change on fly


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