Jump to content

almulder

Member
  • Posts

    339
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by almulder

  1. I will just use the "OK" and "Cancel" version for now then, But thank you.
  2. Yes this worked perfict.Now just need to change the last section need to make the paths also use the var as before. Again thanks for your help.
  3. How would I do this <td colspan="2" background="./themes/Glossy/topbar.jpg" width="100%"> needd it to be something like <script language="javascript"> document.write("<td background='./Themes/" + Theme + "/topbar.jpg' width=\"100%\">"); </script> Also <a href; onMouseDown="document.continuebutton.src='./themes/Glossy/continuedown.gif';" onMouseOver="document.continuebutton.src='./themes/Glossy/continueover.gif'; stm(getText(ttInstall),Style[0]);" onMouseOut="document.continuebutton.src='./themes/Glossy/continue.gif'; htm();"> <img src="./themes/Glossy/continue.gif" align="absbottom" class="mainbtn" border="0" name="continuebutton" onClick="StopAudio(); stopInterval(); CreateFile('install');"> </img> Any Thoughts? I can't get these to work for me right!
  4. these line are within WPI.htm in the theme folder. You will need to know how to edit HTML. or have a nice program like Dreamweaver. Or just experiment with the code lines by moving them.
  5. Within the user options would work best. Nice. Just need to add an area with in options to add category and category description. The nice clean way would be to make something simmilar to the config screen but for the category section and then within that section we could make a Category sort order (like with the install sort order within config screen) This would make it Easy for anyone to add edit or delete any Category they want. What cha think! Who is up to that task? LOL
  6. I am sure it could be done. Not sure how, but mritter I am sure could do it for a future release. Great Idea!
  7. Do you mean a popup window when mouse moves over like with the rest of the programs?
  8. Have not tested that. I will try later when I get time and let you know. Guess I had am min. quicker than I thought. LOL At what point is it to change screen resolution? What WPI starts? When Installer starts? After Installer Ends? Screen Never Changed at any point.
  9. Glade it worked for you. If you need more help just let us know. Enjoy.
  10. Good work. I knew you guys could do it.
  11. Are you using v5.0 or earlyer. that options screen looks prior to v5.0. You should update to v5.0. I thought that was the version you were using. If you are using v5.0 delete your "useroptions.js" file and run wpi open options. Should give you a error (That is a good thing) it will create a new "useroptions.js" file that is v5.0 and then it will reload wpi. This will give you the correct file needed and should solve your problem.
  12. How does your "Catagories Sort Order" look? Do you list them "ADMIN, UTILS, GAMES" or Do you list them "ADMIN,UTILS,GAMES" there should not be any spaces and also they are Case sensitive. So if The title is "Admin" "UTILS" and "games" then it needs to look like this "Admin,UTILS,games" That should fix your problem.
  13. Question for "faaip565" does the sort work for you prior to you editing code with using one of the "config.js" in the "Example Configs". If so does it then work once you use your "config.js" if not it might be that you are missing lines of code in your "config.js" file. but if it still works it will be the code you are adding. The way code was added prior to v5.0 is a little different than it is now. I have found that the code has changed. Someplaces they are minor but if you are using same code you added from earlyer than v5.0 you will need to modify it somewhat. Hope this helps. If not try posting your WPI files
  14. Well thank you both. That helps a bit, but that brings up just a "OK" or "Cancel" buttons. I know I can have Yes, No,and Cancel Buttons but can't seem to find the correct code. I have seen it a while back but I cant find the correct lingo for do a good search of examples of it. I keep looking if you will. LOL Thank you.
  15. I think you are asking where to find the option to hide or show the config button. If so click on options, got to "Mis. tab", and check option "Show Config Button". Again I think the answer you are looking for is again by clicking options and going to the "Installer tab" here you have the option "Number of columns" and Show Scroll Bar". Hope this helps, if not try and be a little more detailed and or show screen shots.
  16. How can I go about making a popup window appear and ask Title would say "Changes Detected" With a question "What do you want to do?" with option "Save" , "Discard" , and "Cancel" and if "Save" goto function "opsave" if "Discard" goto function "opdiscard" if "Cancel" goto function "opcancel" because I would have function opsave() { "My Code" } function opdiscard() { "My Code" } function opcancel() { "My Code" } I know it might be some easy code but for some reason I can't find info on this. I found the code alert(Do You want to save changes?); but it only make a "OK" button Thank for your help.
  17. Thanks for the link on the glossy. and for making the reflections I know it has something to do with "feather" but not sure what.
  18. Here is a screen shot for the config screen! Click For Larger Image The same look for the Source screen, but with no logo on background.
  19. 59.1kb is all the room that the files take. come one everyone can handle that. And if not all you have to do is delete the 3 pic files and there is color backgrounds already inplace. (Kinda thought of that part) But thanks.
  20. mritter: check out this link and scroll down. http://www.msfn.org/board/index.php?showtopic=75615 What do you think now of the tabs and background?
  21. Here are some screen shots of what it will look like: Screen #1 Click For Larger Image Screen#2 Click For Larger Image Screen#3 Click For Larger Image Thoughts?
  22. Of Couse for me Yes please. And that was my thought on getting the info needed, just dont know how to do it or I would do it myself. So thank you in advance.
  23. Now I did this a long time ago but I forgot. Can someone remind me how to make things look glossy? and how to make glossy looking reflections like in my sig i made I cant remember how I use Photoshop CS I know to flip a copy of the layer but cant seem to get past that. and don't remeber anything about the glossy bit anymore. Please help. Thank you.
×
×
  • Create New...