=== GamePress - The Game Database Plugin === Contributors: kyazici Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PSMRT29N7K3CE Tags: game, game database, database, gamer, video game, console Requires at least: 4.7 Tested up to: 5.5.1 Stable tag: 1.1.0 License: GPL-2.0+ Requires PHP: 5.2 Create your own Game Database web site. With this plugin you can create a large game database. This plugin allows you to present all the details about a game such as developers, publishers, credits and genre etc. == Description == If you want to create a database about games, you can use this plugin. This is the most detailed game database plugin. GamePress allows you to create libraries of games, credits(Who are behind the games), game characters, game companies, even game engines and more. You can add video gallery and image gallery into details of the game, and also list details of characters and people which connected with the games. Further information, visit [the demo website.](http://demo.pluginpress.net/gamepress/games/) or read [the documentation](http://demo.pluginpress.net/gpress/doc/) [youtube https://www.youtube.com/watch?v=7w9BErlHwG8] == Installation == If you cannot upload the plugin normally and have access to the server side, edit the following lines in the php.ini file. * upload_max_filesize = 5M It should be min. 3M * post_max_size = 5M It should be min. 3M Or you can extract the plugin file and upload it (gamepress folder) into yoursite/wp-content/plugins/ via FTP. The plugin file is approximately 2 mb. When you activate the plugin, it will create the following database tables and redirect you to the setup screen. * prefix_gpress_chars * prefix_gpress_companies * prefix_gpress_content_comps * prefix_gpress_content_images * prefix_gpress_content_langs * prefix_gpress_content_videos * prefix_gpress_crew * prefix_gpress_engines * prefix_gpress_games * prefix_gpress_genres * prefix_gpress_images * prefix_gpress_jobs * prefix_gpress_langs * prefix_gpress_modes * prefix_gpress_op * prefix_gpress_people * prefix_gpress_perspectives * prefix_gpress_platforms * prefix_gpress_rating * prefix_gpress_settings * prefix_gpress_templates * prefix_gpress_themes * prefix_gpress_videos The plugin will create custom pages on Wordpress. Before completing the installation, make sure these pages are not used. * Games (page url: http://yoursite/games) * Characters (page url: http://yoursite/characters) * People (page url: http://yoursite/people) * Companies (page url: http://yoursite/companies) * Genres (page url: http://yoursite/genres) * Modes (page url: http://yoursite/companies) * Engines (page url: http://yoursite/engines) * Themes (page url: http://yoursite/themes) * Perspectives (page url: http://yoursite/perspectives) * Platforms (page url: http://yoursite/platforms) == Screenshots == 1. Tulsi Template 2. Default Template 3. Dark Template 4. Dark-Box Template 5. Light Template 6. Light-Box Template 7. Navy Template 8. Navy-Box Template 9. Games List 10. Character Info Screen 11. Character List 12. People (Credits) List 13. Person Info Screen 14. Company Info Screen 15. Admin Panel - Dashboard 16. Admin Panel - Games 17. Admin Panel - People 18. Admin Panel - Companies 19. Admin Panel - Game Options 20. Admin Panel - Editing Image Tags 21. Admin Panel - Languages 22. Admin Panel - Menu 23. Admin Panel - Language Translations 24. Admin Panel - Editing Cast 25. Admin Panel - Editing Game 26. Admin Panel - Editing Person 27. Admin Panel - Editing Gallery 28. Admin Panel - Editing Videos 29. Admin Panel - Editing Credits 30. Admin Panel - Editing Credits 2 31. Admin Panel - Editing Cast 2 == Changelog == = 1.1.0 - 2020-10-26 = * Moved: Image folder moved to wordpress upload folder. = 1.0.2 - 2020-07-28 = * Fixed: Some javascript and ssl issues fixed.