1 honorgate Aug 26, 2008 20:59
3 tilqicom Aug 26, 2008 22:00
ot: nice design (:
4 honorgate Aug 26, 2008 23:17
sam2kb wrote:
There's no such option in 2.x, but you can make a hack.
For guests:
Set a cookie to the user, read this cookie in stub file and change the $skin value to the one from cookie.For users:
Save skin name in user settings and then use this value in stub file for $skin variable.$skin = 'custom';
Thank you very much for your answer.
But, i'm afraid, i doesn't understand how to set a cookie and read it in stub file. Actualy, stub file as always make me crazy ... :-/
Well ... i think it will be too difficult for me.
Shall i set a link, whitch run anyone on lighter skin ? For instance, on top menu, "Lighter skin", and run blog with this one ?
5 honorgate Aug 27, 2008 17:54
So, i've made a_stub file, and then i can change skin, anyone could click and see lighter blog, but problem is, when you click on read more, the original skin is displaying.
Same think when you want to write a comment.
How should i do now ? :-/ (sorry for my english) ...
6 sam2kb Aug 27, 2008 18:12
I'll try to make a hack or plugin
7 honorgate Aug 27, 2008 18:21
Wonderful !
Nice idea ! :)
8 edb Aug 27, 2008 23:35
Enabled cross posting across multiple blogs (a file edit is required but I don't know which one off the top of my head), have the same list of categories in two blogs (like "sports" and "sports 2" for example, always post in matching categories in both blogs, and select the dark skin for the first blog and the light skin for the second blog. :)
9 sam2kb Aug 28, 2008 01:38
Skin switcher plugin http://forums.b2evolution.net/viewtopic.php?t=16500 ;)
10 honorgate Aug 28, 2008 06:13
Great ! Thank you very much for your help !
Reasons for my request [url=http://forums.b2evolution.net/viewtopic.php?p=80155#80155]here too[/url].
There's no such option in 2.x, but you can make a hack.
For guests:
Set a cookie to the user, read this cookie in stub file and change the $skin value to the one from cookie.
For users:
Save skin name in user settings and then use this value in stub file for $skin variable.