Jump to content

Kelsenellenelvian

Patron
  • Posts

    9,018
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Kelsenellenelvian

  1. Run form cd will make it look for win51 ant the drictory root, run from drive will make it look for wpi.ico at the root...
  2. A contribution by Almulder: Download Here.
  3. Another one by me: Download Here.
  4. The original custom theme by Hasi001: Download Here.
  5. The old themes thread is no longer good so I will keep this one up to date as possible. 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';
  6. More improvements to the category selection feature. Now supports up to 9,999 entries. Removed Video Changer. All standard enviroment variables are now recognized. Added in ResChanger 3.01. Added undo.reg. Added Commandline support. (Thanks cribban) Added CDSwitch into the tools folder. Added Config Lister into the tools folder. Minor cosmetic changes. Minor code changes. Fixed 800x600 resolution display problems. Major re-write of the manual. Minor changes in WPI.cmd. Audio Player now closes after installations are complete. (Thanks billjrm) Transparent .png images are now supported. (Thanks LaptoniC) New condition (Grayed condition). Look in the manual for description. New Options menu which sets WPI to look for Win51 or WPI.ico at the root source. Added Hebrew language. Added Lithuanian language. Added Slovac language. Added Brazilian Portuguese language. Updates and changes to some of the other languages. Download WPI 4.3.8 Here <---- If you are using a custom theme with WPI 4.3.5 the theme is still compatable you only need to make one small change for it to work properly. Add this section of text to WPI.css right below the .txt section: .gtxt { font-family: arial; font-weight: bold; color : #A0522D; font-size : 8pt; margin-left: 5px; margin-right: 10px; margin-top: 10px; margin-bottom: 50px; } (Starting on line 62.) WPI Lite has all of the features of the original but all of the tools, manual, examples and audio support have been removed. WPI Lite 1.2 Changelog: Major Code optimizations!
  7. Did you try the link in my signature?
  8. Will look into the firefox issue thanks.
  9. yes
  10. Did you use an all-in-one disk as your source?
  11. Major update to the site!!! NO MORE FRAMES!!!
  12. Man you got me on that one did you try beta 6 unmodified?
  13. Nero 7 blows. To much bloat.
  14. Can you elaborate on these changes so they can be added to WPI?
  15. Looks ok added into WPI thanks.
  16. What about the optional or "non critical" updates?
  17. You do have .net framework installed right?
  18. I hope he fixes it I really want this tool.
  19. get peid and put it in the same folder as this file and run Universal silent switch finder it will tell you most switches...
  20. If any more changes come up I will do something like that.
  21. Cant we use something like parent folder "..\" or something to get rid of the **** need for a cd identifier file? I think it is possible but I cant figure it out.
×
×
  • Create New...