I make a vector skins for toolserver.
$title = "Test Title"; require_once("skins/vector.header.php"); // codes... require_once("skins/vector.footer.php");
ex) (http://toolserver.org/~devunt/index.php) [code] <? $title="Main Page"; require_once("skins/vector.header.php"); ?> <table class='wikitable'> <tr><th>For</th><th>Tool Name/Link</th></tr> <tr> <td rowspan=2>Korean Wikipedia</td> <td><a href="kovr.php">Korean WP Admin poll checker</a></td> </tr> <tr> <td><a href="userid.php">Userid checker</a></td> </tr> </table> <? require_once("skins/vector.footer.php") ?> [/code]
And I set the permission /home/devunt/public_html/skins/ to 0755. thank you.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10-04-13 10:54 AM, June Hyeon Bae wrote:
I make a vector skins for toolserver.
Cool, thanks! People have probably been wasting a lot of time & effort with their various attempts to mimic both the Monobook and Vector skins for their tools. Great to finally see some sharing going on :)
- -Mike
Sorry to bring this back, but has someone got it working? I've tried to make it work but I think the skin changed a bit and a few adjustments are needed. Thanks !
On Tue, Apr 13, 2010 at 10:54 AM, June Hyeon Bae devunt@devunt.kr wrote:
I make a vector skins for toolserver.
$title = "Test Title"; require_once("skins/vector.header.php"); // codes... require_once("skins/vector.footer.php");
ex) (http://toolserver.org/~devunt/index.php) [code]
<? $title="Main Page"; require_once("skins/vector.header.php"); ?>
<table class='wikitable'> <tr><th>For</th><th>Tool Name/Link</th></tr> <tr> <td rowspan=2>Korean Wikipedia</td> <td><a href="kovr.php">Korean WP Admin poll checker</a></td> </tr> <tr> <td><a href="userid.php">Userid checker</a></td> </tr> </table> <? require_once("skins/vector.footer.php") ?> [/code]
And I set the permission /home/devunt/public_html/skins/ to 0755. thank you.
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org) https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette
Hmm. This might be nice to have. As I understand it, Vector is mostly CSS, so this shouldn't be too difficult. Still, I think http://toolserver.org/~mono is nice looking.
On Fri, Jun 24, 2011 at 7:57 PM, Matias plinbox@gmail.com wrote:
Sorry to bring this back, but has someone got it working? I've tried to make it work but I think the skin changed a bit and a few adjustments are needed. Thanks !
On Tue, Apr 13, 2010 at 10:54 AM, June Hyeon Bae devunt@devunt.kr wrote:
I make a vector skins for toolserver.
$title = "Test Title"; require_once("skins/vector.header.php"); // codes... require_once("skins/vector.footer.php");
ex) (http://toolserver.org/~devunt/index.php) [code]
<? $title="Main Page"; require_once("skins/vector.header.php"); ?>
<table class='wikitable'> <tr><th>For</th><th>Tool Name/Link</th></tr> <tr> <td rowspan=2>Korean Wikipedia</td> <td><a href="kovr.php">Korean WP Admin poll checker</a></td> </tr> <tr> <td><a href="userid.php">Userid checker</a></td> </tr> </table> <? require_once("skins/vector.footer.php") ?> [/code]
And I set the permission /home/devunt/public_html/skins/ to 0755. thank you.
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org) https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org) https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette
toolserver-l@lists.wikimedia.org