I don't really see the point of this? It would only be another name on the list... it's not as if anyone would fly for other airlines really (most of us here are CEO's).
Wow... other than the fact you snuck in that a couple of you do phpVMS skins, it's completely irrelevant. You don't even mention on your site that you do phpVMS work.
Cheeky.
Be careful with your terms of use and privacy policy as well. If the Use License applies to phpVMS skins I would personally not see why anyone would want one from yourselves, being restricted so much. You also claim you do not use cookies, however, you do (perhaps without realising).
Custom sigs will have to be in the next release as I've uploaded this one now. It will probably be the same principle as before: large images will be displayed at a maximum width to prevent page stretching, but there's no limit on actual sizes so it'll still load a big image.
Ok I figured out the SQL files, and tested them so they should all work fine (managed to completely delete my own forum in the process though, clever -.-)
Version 2.0 released, see original post for download and details.
Please notify of any bugs/problems!
Ok I think I'll stick with the users' phpVMS signature for now. Pretty much finished.
Here's an image of the new post layout as well as the BBCodes in use:
Could anyone advise how I make the install and update sql files?
Thanks
I'm pretty much finished with categories, and board & category ordering on the page.
I wanted to discuss the signature quickly; do people want to be able to type in their own text as you would on a normal forum, or just display the users airline signature image?
Also, are there any other features people would like included?
The way you have coded the content (below menu bar) is quite odd.
You should move the sidebar code into the bodytext div and style it from there.
It may also be worth adding the following css to bodytext to prevent problems:
height:auto;overflow:hidden;
IMO that's sneaky. You should have it in a better contrasting font so people can actually see it. Tsk tsk.
If you don't feel you should properly attribute Nabeel for his work then you don't deserve to use it.
Roger it lacks functionality at the moment because I've only released a pre-release version, which only adds important security updates to simpilot's version. The rest of the features are in development.
Thanks vansers, the list I will add, but URLs will only work if the text inside is preset to "click here" or something.
Ever so slightest of progress updates; added support for line breaks, i.e. when you press enter in the input for a new line it actually posts the new line.
The following bbcodes will be supported also:
[b][/b], [i][/i], [u][/u], [p][/p], [img][/img]
You don't need to include the stylesheet again, it will already be called in the header for the skin. (You are adding it to the skin stylesheet correct?)
I usually put all link styles near the top of the stylesheet, if that doesn't work just add "!important" like so:
a:link{color:#000 !important;}
and so on...
That just goes into your css file, and obviously you change the colours to the colour you want.
As for the table, he's just added styles to the default pilots table.
Yes, unique. Unique, of course, meaning different to everyone else's. That skin is used as-is so much it's actually verging on hideous IMO, so it's great to see something different - even if it is only a variation.
Nice edit, it's unique
The background would be great if it was centered, and the remaining area was black, for example:
body{background:url(img.jpg) center repeat-y #000;}
What Firefox version are you using? I have 3.6.11 installed for development and it's showing fine.
For future VAForum releases it shouldn't be a problem though because I'll be changing the layout structure.