Hi folks,
I'm trying to learn as much as possible in as short a time as possible hehe.
This thread is a great help.
I would like to have a /forums/games.php page which contains thumbnails of flash games.
I have created a template for each game, i.e. custom_game1, custom_game2, etc.
I have insterted the line to call the template in the games.php file, i.e.
Code:
eval('print_output("' . fetch_template('custom_game1') . '");');
Now this only brings up one game in any one window. I don't want to have game1.php, game2.php, etc., I would like to have all the thumbnails in games.php and when clicked on, they would run as normal.
I realise I could do this...
Code:
forums/games.php?do=game1
...and that would display each game in it's own window but how would I create the thumbnails?
I'm not looking for exact code, even a hint to a thread where I could learn it.
Thanks
Glen