Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 2
Reserve map name suggestion [Archive] - TF2Maps.net Forums

PDA

View Full Version : Reserve map name suggestion


Fyfey
02-28-2008, 08:54 PM
I was looking at the map reserve list and thought it'd be cool to have it sortable by user and map name. :thumbup1:

Also, when registering a map name it could be like a wizard... have it fetch your user_id from the vBulletin variable, have a box to enter map name. Then check if it's available... if available it goes to a comfirmation page, if not, it highlights the box and you try again. :huh:

Then maybe a way to link a "Map detail page" from the list, with screenshots, ratings, comments, downloads... links to discussion topics! :drool1:

Maybe gone a bit over the top there, just a suggestion! :blush:

Fyfey

drpepper
02-28-2008, 08:58 PM
lol

granted they are all great suggestions. but the reserve map listing was made by me over a few hours looking through mysql and php tutorials. ill need a few weeks to read up even deeper in the programming for me to be able to pull something like that. :/

Fyfey
02-29-2008, 12:38 PM
I might install a vBulletin forum on my server and have a read up on integrating the variables into custom scripts. See if I can't knock up a prototype. As I never have anything interesting to play with PHP & MySQL.

EDIT: Maybe not, didn't realise it wasn't on a free license!

Geuel
02-29-2008, 12:53 PM
lol

granted they are all great suggestions. but the reserve map listing was made by me over a few hours looking through mysql and php tutorials. ill need a few weeks to read up even deeper in the programming for me to be able to pull something like that. :/

I'd be willing to help out with that, if you'd like.

Koei
02-29-2008, 07:09 PM
Actually pulling up tables with php using sql statements is pretty easy, should take you a day max to figure out. Integration maybe another day.

Fyfey
02-29-2008, 10:28 PM
Yeah, it would be no problem to make. It's just getting it to work nicely with VBulletin, and having no access to an installation doesn't help.

Then there's styling it to look nice. Would take another day or so.