So now things are pretty settled. I’ve finally got skins working correctly. The problem appeared to be that I had to set the path for the cookie. For those of you using cookies with your templates, it may be wise to also include the “/” path to your cookie. It may or may not work. I saw erratic problems with it. I’m sure it has something to do with the way EE sets up their friendly URLs.
Here is the format you will want to use:
This will make your cookie available site wide. If you’re using subdomains, I also recommend setting the domain:
please note the . in front of the domain name to accomodate subdomains. (i.e. http://www.psychodaisy.com, ee.psychodaisy.com, etc.) Otherwise the cookie will only be valid if you visit psychodaisy.com only.
So now, skins are in place yet again. I don’t recall where I found a tutorial for this, but it was a basic tutorial that was great. Basically you are only replacing the stylesheet that is used. (which in most cases is just fine.)
- Excited
- Fascinated
- Amused
- Bored
- Sad
- Angry
Looking very good Yoshi, you have out done yourself this time :) So when will we see the forums or are you planing on using them on your blog? Maybe you haven’t had time yet to look at that section, or want them. Was just wondering if they differ from what used to be in pMachine Pro.
hey yoshi, if u see this, plssss email me at
//<![CDATA[
var l=new Array();
l[0]=’>’;l[1]=’a’;l[2]=’/’;l[3]=’<’;l[4]=’ 109’;l[5]=’ 111’;l[6]=’ 99’;l[7]=’ 46’;l[8]=’ 108’;l[9]=’ 105’;l[10]=’ 97’;l[11]=’ 109’;l[12]=’ 116’;l[13]=’ 111’;l[14]=’ 104’;l[15]=’ 64’;l[16]=’ 115’;l[17]=’ 101’;l[18]=’ 105’;l[19]=’ 107’;l[20]=’ 111’;l[21]=’ 111’;l[22]=’ 99’;l[23]=’ 121’;l[24]=’ 107’;l[25]=’ 99’;l[26]=’ 105’;l[27]=’>’;l[28]=’“‘;l[29]=’ 109’;l[30]=’ 111’;l[31]=’ 99’;l[32]=’ 46’;l[33]=’ 108’;l[34]=’ 105’;l[35]=’ 97’;l[36]=’ 109’;l[37]=’ 116’;l[38]=’ 111’;l[39]=’ 104’;l[40]=’ 64’;l[41]=’ 115’;l[42]=’ 101’;l[43]=’ 105’;l[44]=’ 107’;l[45]=’ 111’;l[46]=’ 111’;l[47]=’ 99’;l[48]=’ 121’;l[49]=’ 107’;l[50]=’ 99’;l[51]=’ 105’;l[52]=’:’;l[53]=’o’;l[54]=’t’;l[55]=’l’;l[56]=’i’;l[57]=’a’;l[58]=’m’;l[59]=’“‘;l[60]=’=’;l[61]=’f’;l[62]=’e’;l[63]=’r’;l[64]=’h’;l[65]=’a ‘;l[66]=’<’;
for (var i = l.length-1; i >= 0; i=i-1){
if (l.substring(0, 1) == ‘ ‘) [removed]("&#"+unescape(l.substring(1))+";");
else [removed](unescape(l));
}
//]]>
. its really an emergency..thanks.
ur radio blog is gone.. the world is coming to an end…. :(
The forums haven’t quite been made as a module yet, but I’m sure they’ll get that going. Actually I was reading around and it doesn’t look too bad to make.
I got you eleta. :)
I’ll be putting the radio.blog back in today. Still kinda testing it. :cowtiny:
Found your site through the EE forums and I’ve been wondering how to skin my site in EE. (I was the one who couldn’t get php to work in the 14 day trial. I’ll probably download the full version this week.)
You’re just using a stylesheet switcher with a cookie, right? Was the only issue setting the cookie?
Nice site, btw. I’ll have to add you to my blogroll.
That’s right Moosie, I’m just changing the stylesheet. Everything is just being changed in the cookie, which just contains the name of the stylesheet. :) It was easy once I figured out that I wasn’t insane!