Jump to content

RogerB

Members
  • Posts

    904
  • Joined

  • Last visited

Everything posted by RogerB

  1. Yeah, working great. LIke it
  2. I posted a how to about this a long time ago...
  3. Looking good!
  4. I can't add or delete exams...is this normal?? Gezuz...never mind...forgot the buttons were in the initial admin screen...
  5. I added a drop down field to the pilot profile with 4 options. When I go to my profile to edit, it shows as a text box, not a drop down. fixed....template diff
  6. Is there a function that removes bids after a certain period{if it isn't flown}?? If so it's wreaking havoc on my charters. When it removed the bids the bid ID field isn't clearing thus causing those schedules not to show in the search. The system is treating them as though they are not free yet.
  7. I thought there would be a lot of input on this....wow
  8. All you have to do is search for the text that is displayed, its really not that hard...Its the first thing on the page.. // Highlighter Scroller II script- By JavaScript Kit (http://www.javascriptkit.com) // For this and over 400+ free scripts, visit http://www.javascriptkit.com/ // This notice must stay intact //CONFIGURE MESSAGES AND VARIABLES var tickercontents=new Array() tickercontents[0]='Feel free to visit FsPaintShop for more skins <a href="http://www.fspaintshop.com" target="blank">Visit!</a>' tickercontents[1]='Hop on over to Va Central some time.' tickercontents[2]='Be sure to visit PHPVMS for support with this system' tickercontents[3]='You can change this in the frontpage_main.tpl file' var tickerwidth="300px" var tickerheight="25px" var fontcss="font: bold 10px Verdana; color:black" var tickdelay=4000 //delay btw messages var highlightspeed=2 //2 pixels at a time. var highlightcolor="white" var backdroptextcolor="#E1E1E1" ////Do not edit pass this line//////////////// document.write('<style>#highlighterbg a{color:'+backdroptextcolor+'}</style>') document.write('<div style="position:relative;left:0px;top:0px; width:'+tickerwidth+'; height:'+tickerheight+';'+fontcss+'">') document.write('<span id="highlighterbg" style="position:absolute;left:0;top:0;color:'+backdroptextcolor+'; width:'+tickerwidth+'; height:'+tickerheight+';padding: 4px"></span><span id="highlighter" style="position:absolute;left:0;top:0;clip:rect(auto auto auto 0px); background-color:'+highlightcolor+'; width:'+tickerwidth+';height:'+tickerheight+';padding: 4px"></span>') document.write('</div>') var currentmessage=0 var clipbottom=1 function changetickercontent(){ msgheight=clipbottom=crosstick.offsetHeight crosstick.style.clip="rect("+msgheight+"px auto auto 0px)" crosstickbg.innerHTML=tickercontents[currentmessage] crosstick.innerHTML=tickercontents[currentmessage] highlightmsg() } function highlightmsg(){ //var msgheight=crosstick.offsetHeight if (clipbottom>0){ clipbottom-=highlightspeed crosstick.style.clip="rect("+clipbottom+"px auto auto 0px)" beginclip=setTimeout("highlightmsg()",20) } else{ clipbottom=msgheight clearTimeout(beginclip) if (currentmessage==tickercontents.length-1) currentmessage=0 else currentmessage++ setTimeout("changetickercontent()",tickdelay) } } function start_ticking(){ crosstickbg=document.getElementById? document.getElementById("highlighterbg") : document.all.highlighterbg crosstick=document.getElementById? document.getElementById("highlighter") : document.all.highlighter crosstickParent=crosstick.parentNode? crosstick.parentNode : crosstick.parentElement if (parseInt(crosstick.offsetHeight)>0) crosstickParent.style.height=crosstick.offsetHeight+'px' else setTimeout("crosstickParent.style.height=crosstick.offsetHeight+'px'",100) //delay for Mozilla's sake changetickercontent() } if (document.all || document.getElementById) window.onload=start_ticking </script>
  9. Of course its possible..Is there a boob virtual?? if so i would like to join....My new girl friend is latino...funny you should mention that...
  10. Wow, thats direct thievery captain...
  11. HEllo gents. I want to make a new skin, but rather than turning out stuff no one wants I figured that getting your feed back would be best. Tell me what you like in a skin, what features turn you on, 3 colums,2 colums, style of header, things like that. Don't worry about color, thats for you to decide. After we compile what you all like I'll make a skin that will be easy to edit and understand. Thanks guys!!! Any code you would like to share is a plus also.
  12. Ok, after I posted this I went into the database and noticed a number in the bid id field for a few charters, while the others had a 0. I scrolled threw all routes and put a 0 in the field and all is well now.
  13. I am having issues with certain charters not showing. This is what happened. I bid on charter 5002, I didn't get a chance to fly it, so I think the system automatically removed it, I know I didn't. Now it won't show at all no matter what.
  14. RogerB

    Obsess Blue

    I am on vacation this week,gonna revamp this template after I get back, and make a video tut for changing the css
  15. I believe the system is capable of free flight already.
  16. In my opinion this isn't realistic at all. Pilots don't get fined or have their pay docked if they have a little incodent, its actually illegal to doc someone's pay like that. If you have that many pilots landing that badly maybe they need some training, not fined.
  17. RogerB

    Obsess Blue

    Is the core_nav.tpl included in the download, i forget...
  18. RogerB

    Why?

    Get used to it, thats the VA world.....
  19. RogerB

    Obsess Blue

    If you look at the menus, they are named the same way in the css file. Granted the names are very strange but they all match. I posted an example of those pointed out somewhere in one of these threads. I finally got relocated and moved in so I will be able to help a lot more.
  20. You guess wrong Tom, I added that...I don't go on your threads and like an Ahole I'd appreciat the same courtesy from you. Refer to gorilla avatar.
  21. I have a new template in the works, I was bored the other night and threw this together....I was hesitant to post but I shall. here is the link The header is my partysaurus rex
  22. RogerB

    HACK

    Here is the download for ObsessBlue clickme
  23. RogerB

    Obsess Blue

    I have been getting a lot of emails about it..Here is a link to ObsessBlue for Download.
  24. RogerB

    HACK

    Oh I sure will....You will soon see the best skins ever...
  25. RogerB

    HACK

    I have decided on a system...My site will get back up and running little by litte after I relocate this weekend.
×
×
  • Create New...