1 thewheeler Jan 26, 2008 18:06
3 morrighu Feb 09, 2008 18:39
I think he wants the person surfing the site to be able to adjust the font size by choosing that. I've seen skins on other blog systems like word press that allow you to do this. The skin uses a variable set by a cookie in the browser to select a specific style sheet.
Check out the skin Visitered Little for WordPress to see an example of what I'm talking about. It allows the person surfing the blog to alter the appearance considerably.
4 edb Feb 09, 2008 19:00
Got a link to it?
Yeah I've seen that before. On an old skin in here too. Usually done with javascript I think, which means it could be a Free HTML widget, and that people who 'surf safe' won't see it.
5 afwas Feb 09, 2008 19:05
Hi Morrighu,
A thing like a font selector is not so difficult. I'll see what I can do one of these days.
Good luck
6 afwas Feb 10, 2008 18:48
Hi theWheeler,
Hi Morrighu,
I have been investigating this idea. I thought it was doable with a plugin/widget, but unfortunately I can only inject some code in the beginning of a header (with [url=http://doc.b2evolution.net/v-1-10/plugins/Plugin.html#methodSkinBeginHtmlHead]SkinBeginHtmlHead[/url] to be precise) and I need some javaScript and/or CSS at the end of the <head> section.
This leaves the possibility of a plugin/widget with instructions to add some code to a file, or abandon the idea and edit / make a skin that has this feature build in. By the way, the preferred technique is a style switcher like [url=http://www.alistapart.com/articles/alternate/]Alternative Style: Working With Alternate Style Sheets[/url].
I do not feel like doing a skin that is similar to 'Visitered Little'. Did you notice how bumpy it scrolls?
So please give me some direction (skin name) and I can an will help you.
Good luck
Item #1 is part of the package. There is an option to "include in public blog list", so you un-check that box. You can also choose to not display the public blog list on any given blog, and if this doesn't cover your flexibility needs then you would want to use a "free HTML" widget to build a personalized 'blog list' for each blog.
Item #2 is something that every visitor's browser does, but would be cool as a user selectable setting. I think it would be VERY hard to do for the public side of the blog ... wait a minute! This can already be done by allowing user specific CSS styles for each blog. The user would have to upload a style.css sheet to their media folder that PROPERLY changes the font size statements for any given skin.
So yeah it's already a part, but not of any "ordinary" blogging system ;)