View Single Post
  #1766  
Old 03-25-2004, 05:16 PM
xmorpher's Avatar
xmorpher xmorpher is offline
 
Join Date: Feb 2004
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ADDING GAME CATEGORIES

just some ideas & suggestions to adding categories to v3 arcade


i know programming but i have not worked with PHP or Mysql
so i just post the ideas,.. if anybody can make an addon or finds these
ideas usefull.... great

You may add a third arcade table to database called: "game_categories"
which stores:
category_id (an unique number)
category_name (to Customize Category titles)
category_description (idem)
category_logo (category's thumbnail or logo)
category_split (number of games to show per page before split in sepparated pages)
category_showmode ( Expanded , Normal, Compact Mode) *i'll explain this later
category_active (true/false)
category_extra (in case you need it in the future)

i noticed one field in the database table "games" called " gamesettings
that is set to "29" in all games...

i don't know if this Var is really used,
but if not,.... maybe it can store a "category_id" like: Sports, Classics, General, etc
then the arcade.php can filter games by "category_id"
using the "game_categories" data
(showing only the games where category_id are equal to "Sports" etc)

In the arcade main page, if no "category_id" is parsed,
you can use a template to show all the categories availables,
showing: Category_Name, description, logo,
and show the first 5/10/x game thumbnails & link of each category....

I hope this ideas are usefull to somebody

* about the category_showmode ... if the game list keeps growing,
maybe well need to save space... and we can use a "show_mode":
Expanded: the actual mode of display games.
Normal: Display the Description of the game in the "ALT" tag of the image
to save some space...
Compact: show the Little thumbnails (game_name2.gif) with description in the "ALT" tag
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01101 seconds
  • Memory Usage 1,765KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete