Hello Creators!

I'm happy to finally provide my very first TIP, and it is HUGE!!

It's not fully functional at the moment, and hopefully by sharing this TIP with you, we will all benefit from it's awesomeness!

So what is the TIP you ask? Well, you're in luck, because I'm here to tell you! :)

How about giving your members the option of selecting style sheets? This will allow for multiple site designs, like for example, having a dark theme, a light theme, and a holiday theme.

Your members can select the appearance of your network that they most prefer, and best of all, a cookie is installed so that your network will always remember their choice of style sheet and load it all the time when they visit!

How freakin AWESOME would that be?

Well, it's possible, I've had it working (somewhat)

I have two things on my own network that are conflicting with this style sheet switching ability.... We'll call it Styleswitcher from here on out, since that's what the creator of this script has called it!


The first conflict, my ningbar. My ningbar is fixed to the top of the screen, (stays in sight always)
but when styles 2 and 3 are selected, the ningbar will not stay fixed, and everything I have in my ningbar scatters.

The second conflict, my jquery tabs. If the page takes too long to load, the jquery script and the styleswitcher script have conflicts, and the jquery tabs will fail.

These above issues will effect many of us that will use this TIP, so in order for it to be complete, we need to work together to figure out how these two conflicts can be solved, so that all of us may benefit from it's greatness.

OK, first off, let's start by linking to the original source of this script. I came across it and many other awesome sites while doing research on the matter.

CLICK HERE to see where I found the scripts.

So the first thing you want to do, is save the two .JS files, and the .CSS files. (view page source of the link above) Call them what you want, and save to your "File Manager."
This is so that everything is hosted by you, and you won't lose function should that guys script source be deleted.

Second, you want to put this into your custom code. (I currently put it at the very bottom, so it loads last, however if the page takes too long, my jquery tabs will not load properly and malfunction)

<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 
<link rel="stylesheet" type="text/css" href="styles1.css" title="styles1" media="screen" />
<link rel="alternate stylesheet" type="text/css" href="styles2.css" title="styles2" media="screen"
/>
<link rel="alternate stylesheet" type="text/css" href="styles3.css" title="styles3" media="screen"
/>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="styleswitch.js"></script>

Make sure you change the 3 style sheets to your own style sheets,
and change the two .js files to the ones in your file manager.

Then we want to call to the script, and place links somewhere on our network,
so we need to paste this into a text box or ad box somewhere...

<p>Choose a different stylesheet:</p>    
<ul>

<li><a href="serversideSwitch.html?style=style1" rel="styles1" class="styleswitch">styles1</a>

</li>
<li><a href="serversideSwitch.html?style=style2" rel="styles2" class="styleswitch">styles2</a>

</li>

<li><a href="serversideSwitch.html?style=style3" rel="styles3" class="styleswitch">styles3</a>

</li>
</ul>

the only things you want to change with that code (calling to the scripts) is the names
of the links, "style1" and "style2" can be "light" "dark".

That should just about do it... there are conflicts with other javascripts, such as Ningbar
scripts, and jquery tab scripts, so it's not flawless. If you aren't using any other scripts
or jquery, you will likely not have many problems.

Lets work together to work out the kinks, as this my first TIP, please help me to complete it.

Thank you and good luck everyone!

Tags: member options, stylesheet, switch

Views: 73

Reply to This

Latest Activity

Cindy replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Hi Kos, my settings don't look the same and I don't want to attempt touching anything…"
14 minutes ago
John replied to Patrick Chappelle's discussion 'Google+ Sign In'
"I'm excited about Google+ Sign-in"
26 minutes ago
Suzie Nielsen replied to soaringeagle's discussion 'killer penguins'
"Is this what is happening? My stats are totally off!!! This is scary because once again not being a…"
50 minutes ago
Barbara West replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
"Sorry my mistake--deleted it--Barb"
52 minutes ago
Rafael replied to Rafael's discussion 'Multiple Chat rooms for Ning 3.0'
"Hey Ningaholic, The categorization of members is an excellent idea.  On your perception of the…"
1 hour ago
Kos replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Your picture doesn't show that you're signed in.  You must be signed in for the site…"
1 hour ago
Aurora Carlson replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Great update and wonderful possibilities, thank you! I have a question though- will it be possible…"
1 hour ago
A discussion started by soaringeagle was featured
1 hour ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service