Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Look, when you run your own servers it can get a bit complicated, so what you got spam, its not the end of the world. The hole would seem to be with SMF because i used a different email for the bug tracking site and no spam on that one.
  2. You guys are excellent Thanks i will give that a go.
  3. Quick tip, get firefox and then get firebug plug in, you can navigate all the divs and css settings from firebug with real time updates as you change a setting it will show you on the screen.
  4. Sorry Nabeel how would i put this in to show an image?
  5. Its the simple things that give the polishing touches
  6. Hi guys, sorry if this has already been covered off but what im trying to do is on the pilots list i have a column active/inactive with a gif image, what i want to do is have this updated to reflect the status of the pilot so if he is active its green and of he goes inactive or retired then this changes to red, is this possible and easily accomplished?
  7. I posted a fix for this its a missing div
  8. I will give that a go, thanks, and yes no include is needed because your not using the forum registration, your directly putting in values to the users table collected from the registration page of phpvms.
  9. I have gone back to look at this and i hope some one can help, presently the code inserts the username and pilot id with out spaces between, $pilot_id = $fname.$lname.$code.$pilot_id; would result in FirstnameLastnamePilotid, How can i change this to get Firstname Lastname Pilotid. with the space in between?
  10. This is what you need to do, Create a folder in your core/modules called ForumRegister, in that folder create a new php file and past Nabeels code in and save. That should be it.... Ah and dont forget if your forum db is not in your vms install then you need to add a connect statement before the insert.
  11. Worth the wait i believe, thanks for these great additions.
  12. Yes i got that on my new VA, i just ignored it for the time being as the mails went out, closer to release i was going to look again at it.
  13. Just found the fix, in the pilots list.tpl add a div to this line near the top. echo 'There are no pilots!'; so would now read, echo 'There are no pilots!</div>'; All will be fixed
  14. The easiest thing to do is create a page in the admin called forum, then go to source view and paste this in replacing yourforumurll with your forum one and changing the dimensions to suite your page. <p> <iframe frameborder="0" height="1000" src="http://www.your forum url" width="950"></iframe></p>
  15. That would be a good one.
  16. Ah ok i never got to the bottom of the page lol.. Its a closing div somewhere maybe not enough or too many, i have had this on a few pages that call other functions as well.
  17. Looks like you got it sorted, im having the same problems with </div>'s lol Care to share?
  18. May have missed this already in a request but, read from the config file for the money sign I was going to install this today to another VA but i may wait for the next release, any ideas when?
  19. Is there any way to make the maps smaller, ie 700px wide?
  20. Thank you , i have been up and down that file for 2 days now with firebug, just cant seem to find the setting.
  21. Yes and for the life of me i cant seem to find the setting
  22. HI Roger a bit of help if you can, i have heavily modified your latest creation for a new VA im starting but for the life of me i cant seem to get the menus on the left to move over,screen shot attached, any help would be mostly appreciated, Excuse the freehand arrows lol
  23. From lessons learnt recently download the update and run, /install/checkinstall.php then sort out your problems listed there
×
×
  • Create New...