Equilibrium < Skins > FixFlow (talk | users | test page | RWD? | set as default | unset | validate: HTML, CSS)
Evolver is a skin that demonstrates how to seamlessly integrate both UserAuth and CMSLike into a PmWiki website. Although the skin uses both of these extensions, it does not depend on them. This skin will work without installing either of these extensions.
This skin is based upon the OSWD Evolver design.
Evolver provides:
test
$Skin
= 'evolver'; in your config.php file
Q: I love this skin but need a maximum width for lines (either characters or pixels); I've tried several approaches: various settng for white-space, css 'width' and even hard-coded table-widths... Anyone have any ideas??? thanks -dc Feb 21, 2007, at 09:58 AM
Q: This skin seems to be not Valid HTML 4.01 Transitional according to the W3C. Subhash
Q: Hi, I've tried this skin and think it is a very nice idea. But: using the skin, the "Guiedit"-Addon doesn't work anymore. Did anyone else have problems with it? How to fix this? -- Peter March 17, 2005, at 06:28 AM
It seems that for some reason this option is not automatically turned on for skins other than the PmWiki default one. I had to add the following to my evolver.php file to get gui buttons working again:
global $EnableGUIButtons; $EnableGUIButtons = 1;
In my next release this will be there by default. But for now you can add it to get these buttons to show up. -- JamesMcDuffie
Thanks for the help. It works now - and it is a great skin. At least, it was another fault. Some of my "customizing" caused a problem. Peter
Also, check out the GuiEdit page which gives more details about the Gui Edit buttons and includes instructions to do the exact configuration as I stated above. -- JamesMcDuffie
Q: Is it possible to add a button 'Recent changes' along with the view/edit/history/print buttons on the top right of the skin ? How would you do it ? (I just don't know how ^_^) Thank you for this very nice skin *jmi Well, I managed to do it by myself. I guess it's easy when you know the php language... ^^ I also would like to have such button ;-) Perhaps can someone help me.
other questions :
center
and right
WikiStyles also do not display in the center or the right side of the page, rather they are limited by the length of the title header (see http://dodamateur.gshost.org/WiKiDDA/index.php/Forum/ChallengeDDA1 for an example of %right%
)
Q: What is the status of this skin, I really like it, but I have some issues with all the tables that are used in the skin, With all the tables a few recipes I have included do not resize correctly.
Q: On some pages my sidebar isn't displayed correctly (for example on the "home page" it's some kind of minimized). This has also happened to another guy, who really likes this skin. How can we change or solve that? the other guy is using the latest stable 2013 Version of PnWikiposted on:23 February 2006.
/pub/skins/evolver/evolver.tmpl
file the line: <!--wiki:$Group.SideBar Main.SideBar-->
<!--wiki:{$Group}.SideBar {$SiteGroup}.SideBar-->
Site.SideBar
and not Main.SideBar
.
For some reason, I can't get this theme/skin to work. Have downloaded/installed as per instructions, and have modified my config.php to set skin to 'evolver'. Doesn't take effect. In fact, I cannot seem to get *any* skin to work. - David, New Zealand
This is a wonderful theme i currently use it for an OPAC web front end and it was great to see a pmwiki version now along with with a my isis db i have a lovely wiki to match in one uniform theme.
I love the way this skin looks, but you did a pretty poor job with the edit page. First, the preview button doesn't work; secondly, compatibility with recipes like ConfirmEditNotSaved is broken. Any recipe that tries to alter the functionality of the upload or edit pages via SDV() will probably break due to this issue.