I will strive to update all of the old ones as soon as I can.
Please use Imagevenue for hosting the screenshots.
Also if you need hosting just let me know and I will be glad to host your theme.
My personal theme:

Download Here.
Ok to use these themes simply place the whole theme folder into your WPI\Themes folder and select the theme in the options wizard menu.
To make these themes compatable with the Lite WPI versions open WPI.htm in the theme folder with any text editor (Like notepad) and make the following changes:
Remove the 2 "StopAudio();" statements from the Continue button section. (Typically lines 77 + 78)
Remove all of the entries for The Source button, Music button, And the User manual. (Typically lines 224 - 269)
<!-- The Source button --> <div id="optSource"> <a href; onMouseDown="document.sourcebutton.src='./themes/Glossy/Sourcedown.gif';" onMouseOver="document.sourcebutton.src='./themes/Glossy/Sourceover.gif'; stm(getText(ttSource),Style[0]);" onMouseOut="document.sourcebutton.src='./themes/Glossy/Source.gif'; htm();" onClick="stopInterval(); startstop(); ToggleSource(); startstop();"> <img src="./themes/Glossy/Source.gif" align="absbottom" class="mainbtn" border="0" name="sourcebutton" onClick="stopInterval()"> <font class="side"><b><script>document.write(getText(lblSource));</script></b></font></a><br /> </div> <!-- The Music button --> <div id="optMusic"> <a href; onMouseDown="document.musicbutton.src='./themes/Glossy/musicdown.gif';" onMouseOver="document.musicbutton.src='./themes/Glossy/musicover.gif'; stm(getText(ttMusic),Style[0]);" onMouseOut="document.musicbutton.src='./themes/Glossy/music.gif'; htm();" onClick="stopInterval(); startstop(); ToggleAudio(); startstop();"> <img src="./themes/Glossy/music.gif" align="absbottom" class="mainbtn" border="0" name="musicbutton"> <font class="side"><b><script>document.write(getText(lblMusic));</script></b></font></a><br /> </div> <!-- The user manual. --> <div id="ManButton"> <a href="./UserManual/manual.html" target="_blank" onMouseDown="document.ManualButton.src='./themes/Glossy/question.gif';" onMouseOver="document.ManualButton.src='./themes/Glossy/questionover.gif'; stm(getText(ttmanual),Style[0]);" onMouseOut="document.ManualButton.src='./themes/Glossy/question.gif'; htm()"> </b></font> <img src="./themes/Glossy/question.gif" align="absbottom" class="mainbtn" border="0" name="ManualButton"> <font class="side" ><b><script>document.write(getText(lblmanual));</script> </div>
Remove the "Layer Source" Section: (Typically lines 288 + 289)
<div id="layersource" style="position:absolute; display:none; z-index:100; overflow: auto; width: 100%; height: 100%;"> </div>
Remove "Layer Audio" section: (Typically lines 304 + 305)
<div id="layeraudio" style="position:absolute; display:none; z-index:100; overflow: auto; width: 100%; height: 100%;"> </div>
Remove the "Audio" section: (Typically lines 377 - 383)
<td width="33%" align="right"> <!-- Audio Player --> <div id="mediaplayer"> <div align="center"> <embed width=300 height=44 align="middle" name="MediaPlayer" showstatusbar=0 volume=68 ></embed> </div></td>
Remove these lines from the "Script" section. (Typically starting at line 391)
document.all.optMusic.style.display = showOptBtn?'block':'none'; document.all.ManButton.style.display = showmanualBtn?'block':'none'; document.all.optSource.style.display = showOptBtn?'block':'none'; document.all.mediaplayer.style.display = showmpWPIBtn?'block':'none';
This post has been edited by kelsenellenelvian: 20 March 2006 - 02:11 AM



Help
Back to top




























