SkinList-Talk
This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.
Older comments
I had some problems when switching to the "print" skin. So I added
if (!is_array($ignore_skins) || !in_array($skin,$ignore_skins))
on line 19, and the variable $ignore_skins to the global declaration.
Thus, I can make an array with the skins I don't want to display like this:
$ignore_skins=array('print','this','that');
-Sane Traitor
Several years later, something like this is now possible, now documented. --Petko November 15, 2017, at 03:23 PM
Q Is there any workaround in case of nonexistant pages (Like in "Category" group)? Because I can only edit this page instead of changing the skin. But thank you for the receipt, it adds nice functionality =)
Kriss
BUG not working as of April 6, 2016 after upgrade on server to PHP 5.6 Dr3DV. It still looks good on the pmwiki.org site!
Updated: now requires PmWiki 2.2.58 or newer. --Petko April 07, 2016, at 12:08 AM
Updated again for PHP 4 - PHP 7.2, requires PmWiki 2.2.56 or newer (2.2.105 or later recommended if secure cookies are desirable). --Petko November 15, 2017, at 03:23 PM