vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   BB Code Enhancements - ProProfs Brain Games BB Code- embed games in your forum (bbcode) (https://vborg.vbsupport.ru/showthread.php?t=248992)

BirdOPrey5 08-19-2010 10:00 PM

ProProfs Brain Games BB Code- embed games in your forum (bbcode)
 
1 Attachment(s)
ProProfs Brain Games is a site where you can create several types of games to embed into your forum using standard BB Code.

Live Demo: Here

For all the codes listed here there will be several common settings-
Add a new BB Code
Description: Embedded game from ProProfs.com.
Use Option: No
Remove Tag If Empty: Yes
All Disable Options: Yes

The following are the unique settings for each game...

Title: Crossword Puzzle
BB Code Tag Name: crossword
Replacement:
Code:

<object width='630' height='580'><param name='movie' value='http://www.proprofs.com/games/crossword/swf/crossword_w.swf' /><param name='FlashVars' value='id={param}&level=easy' /> <param name='allowScriptAccess' value='always' /><param name='quality' value='high' /><embed name='proprofs_flashGame' src='http://www.proprofs.com/games/crossword/swf/crossword_w.swf' FlashVars='id={param}&level=easy' width='630' height='580' allowScriptAccess='always' quality='high' type='application/x-shockwave-flash'></embed></object><div style='font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;'><a href='http://www.proprofs.com/games/crossword/' title='make crossword puzzle' target='_blank'>make crossword puzzle</a></div>
Example: [crossword]2466[/crossword]

In the embed code look for FlashVars='id=NUMBER and put NUMBER between the [crossword] tags.

---

Title: Word Search
BB Code Tag Name: wordsearch
Replacement:
Code:

<object width='625' height='450'><param name='movie' value='http://www.proprofs.com/games/word-search/swf/wse_w.swf' /><param name='FlashVars' value='id={param}&wordscount=6&gametime=3600' /> <param name='allowScriptAccess' value='always' /><param name='quality' value='high' /><embed name='proprofs_flashGame' src='http://www.proprofs.com/games/word-search/swf/wse_w.swf' FlashVars='id={param}&wordscount=6&gametime=3600' width='625' height='450' allowScriptAccess='always' quality='high' type='application/x-shockwave-flash'></embed></object><div style='font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;'><a href='http://www.proprofs.com/games/word-search/' title='free word search' target='_blank'>free word search</a></div>
Example: [wordsearch]84[/wordsearch]

In the embed code look for FlashVars='id=NUMBER and put NUMBER between the [wordsearch] tags.

---

Title: Slide Puzzle
BB Code Tag Name: slide
Replacement:
Code:

<iframe style='width:420px; height:460px; overflow-x:hidden;' frameborder='0' name='proprofs' id='proprofs' src='http://www.proprofs.com/games/puzzle/sliding/widget/?title={param}'></iframe><div style='font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;'><a href='http://www.proprofs.com/games/puzzle/sliding/' title='slide puzzle' target='_blank'>slide puzzle</a></div>
Example: [slide]sedona-az[/slide]

From the embed code look for "title=puzzle-title" and put "puzzle-title" between the [slide] tags.

---

Title: Hangman
BB Code Tag Name: hangman
Replacement:
Code:

<object width='625' height='450'><param name='movie' value='http://www.proprofs.com/games/word-games/hangman/swf/hangman_w.swf' /><param name='FlashVars' value='id={param}' /> <param name='allowScriptAccess' value='always' /><param name='quality' value='high' /><embed name='proprofs_flashGame' src='http://www.proprofs.com/games/word-games/hangman/swf/hangman_w.swf' FlashVars='id={param}' width='625' height='450' allowScriptAccess='always' quality='high' type='application/x-shockwave-flash'></embed></object><div style='font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;'><a href='http://www.proprofs.com/games/word-games/hangman/' title='hangman game' target='_blank'>hangman game</a></div>
Example: [hangman]1863[/hangman]

In the embed code look for FlashVars='id=NUMBER' and put NUMBER between the [hangman] tags.

---

Title: Word Scramble
BB Code Tag Name: scramble
Replacement:
Code:

<object width='600' height='300'><param name='movie' value='http://www.proprofs.com/games/word-games/word-scramble/swf/wordscramble_w.swf' /><param name='FlashVars' value='id={param}' /> <param name='allowScriptAccess' value='always' /><param name='quality' value='high' /><embed name='proprofs_flashGame' src='http://www.proprofs.com/games/word-games/word-scramble/swf/wordscramble_w.swf' FlashVars='id={param}' width='600' height='300' allowScriptAccess='always' quality='high' type='application/x-shockwave-flash'></embed></object><div style='font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;'><a href='http://www.proprofs.com/games/word-games/word-scramble/' title='word scramble game' target='_blank'>word scramble game</a></div>
Example: [scramble]707[/scramble]

In the embed code look for 'FlashVars' value='id=NUMBER' and put NUMBER between the [scramble] tags.

---

Title: Jigsaw Puzzle
BB Code Tag Name: jigsaw
Replacement:
Code:

<object width='625' height='450'><param name='movie' value='http://www.proprofs.com/games/jigsaw/swf/jigsaw_w.swf' /><param name='FlashVars' value='id={param}' /> <param name='allowScriptAccess' value='always' /><param name='quality' value='high' /><embed name='proprofs_flashGame' src='http://www.proprofs.com/games/jigsaw/swf/jigsaw_w.swf' FlashVars='id={param}' width='625' height='450' allowScriptAccess='always' quality='high' type='application/x-shockwave-flash'></embed></object><a href='http://www.proprofs.com/games/jigsaw/' title='jigsaw puzzles' target='_blank'>jigsaw puzzles</a></div>
Example: [jigsaw]4021[/jigsaw]

In the embed code look for 'FlashVars' value='id=NUMBER' and put NUMBER between the [jigsaw] tags.

I will try and attach some editor buttons shortly, they are optional of course.

Please mark as installed if you use this. :)

Check My Profile for other BB Code enhancements. They work on all versions.

Download the .txt file for a copy of the Install Instructions.

sulasno 08-20-2010 06:46 AM

tagged and thanks

I wonder whether there are Chess games available

Edit

I visited the site and saw that Sudoku is also available

BirdOPrey5 08-20-2010 12:14 PM

The following games are different then the first in that you can't make your own versions of these games, but you may still embed the existing games on ProProfs.com. The example code is probably the only code you need to ever call the game.

Sudoku

Title: Sudoku
BB Code Tag Name: sudoku
Replacement:

Code:

<object width='600' height='400'><param name='movie' value='http://www.proprofs.com/games/swf/sudoku/sudoku.swf' /><param name='FlashVars' value='id={param}' /> <param name='allowScriptAccess' value='always' /><param name='quality' value='high' /><embed name='proprofs_flashGame' src='http://www.proprofs.com/games/swf/sudoku/sudoku.swf' FlashVars='id={param}' width='600' height='400' allowScriptAccess='always' quality='high' type='application/x-shockwave-flash'></embed></object><div style='font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;'><a href='http://www.proprofs.com/games/sudoku/' target='_blank' title='Sudoku'>Sudoku</a> &raquo; <a href='http://www.proprofs.com/games/' title='Puzzle games' target='_blank'>Puzzle games</a></div>
Example: [sudoku]26[/sudoku]

In the embed code look for 'FlashVars' value='id=NUMBER' and put NUMBER between the [sudoku] tags.

---

Sudoku X

Title: Sudoku X
BB Code Tag Name: sudokux
Replacement:

Code:

<object width='600' height='400'><param name='movie' value='http://www.proprofs.com/games/swf/sudoku/sudoku-x.swf' /><param name='FlashVars' value='id={param}' /> <param name='allowScriptAccess' value='always' /><param name='quality' value='high' /><embed name='proprofs_flashGame' src='http://www.proprofs.com/games/swf/sudoku/sudoku-x.swf' FlashVars='id={param}' width='600' height='400' allowScriptAccess='always' quality='high' type='application/x-shockwave-flash'></embed></object><div style='font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;'><a href='http://www.proprofs.com/games/sudoku-x/' target='_blank' title='Sudoku X'>Sudoku X</a> &raquo; <a href='http://www.proprofs.com/games/' title='free puzzles' target='_blank'>free puzzles</a></div>
Example: [sudokux]27[/sudokux]

In the embed code look for 'FlashVars' value='id=NUMBER' and put NUMBER between the [sudokux] tags.

---

Memory Game

Title: Memory Game
BB Code Tag Name: memory
Replacement:

Code:

<object width='600' height='400'><param name='movie' value='http://www.proprofs.com/games/swf/brain-training/memory.swf' /><param name='FlashVars' value='id={param}' /> <param name='allowScriptAccess' value='always' /><param name='quality' value='high' /><embed name='proprofs_flashGame' src='http://www.proprofs.com/games/swf/brain-training/memory.swf' FlashVars='id={param}' width='600' height='400' allowScriptAccess='always' quality='high' type='application/x-shockwave-flash'></embed></object><div style='font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;'><a href='http://www.proprofs.com/games/memory/' target='_blank' title='Memory'>Memory</a> &raquo; <a href='http://www.proprofs.com/games/' title='Brain Games' target='_blank'>Brain Games</a></div>
Example: [memory]48[/memory]

In the embed code look for 'FlashVars' value='id=NUMBER' and put NUMBER between the [memory] tags.

---

Tic Tac Toe

Title: Tic Tac Toe
BB Code Tag Name: tictactoe
Replacement:

Code:

<object width='600' height='400'><param name='movie' value='http://www.proprofs.com/games/swf/logic-games/tic-tac-toe.swf' /><param name='FlashVars' value='id={param}' /> <param name='allowScriptAccess' value='always' /><param name='quality' value='high' /><embed name='proprofs_flashGame' src='http://www.proprofs.com/games/swf/logic-games/tic-tac-toe.swf' FlashVars='id={param}' width='600' height='400' allowScriptAccess='always' quality='high' type='application/x-shockwave-flash'></embed></object><div style='font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;'><a href='http://www.proprofs.com/games/tic-tac-toe/' target='_blank' title='Tic Tac Toe'>Tic Tac Toe</a> &raquo; <a href='http://www.proprofs.com/games/' title='Brain Games' target='_blank'>Brain Games</a></div>
Example: [tictactoe]40[/tictactoe]

In the embed code look for 'FlashVars' value='id=NUMBER' and put NUMBER between the [tictactoe] tags. Due to the random nature of the game you could always use the example code.

---

Checkers

Title: Checkers
BB Code Tag Name: checkers
Replacement:

Code:

<object width='600' height='400'><param name='movie' value='http://www.proprofs.com/games/swf/logic-games/checkers.swf' /><param name='FlashVars' value='id={param}' /> <param name='allowScriptAccess' value='always' /><param name='quality' value='high' /><embed name='proprofs_flashGame' src='http://www.proprofs.com/games/swf/logic-games/checkers.swf' FlashVars='id={param}' width='600' height='400' allowScriptAccess='always' quality='high' type='application/x-shockwave-flash'></embed></object><div style='font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;'><a href='http://www.proprofs.com/games/checkers/' target='_blank' title='Checkers'>Checkers</a> &raquo; <a href='http://www.proprofs.com/games/' title='Puzzle games' target='_blank'>Puzzle games</a></div>
Example: [checkers]93[/checkers]

In the embed code look for 'FlashVars' value='id=NUMBER' and put NUMBER between the [checkers] tags. Due to the random nature of the game you could always use the example code.

---

Chess

Title: Chess
BB Code Tag Name: chess
Replacement:

Code:

<object width='600' height='400'><param name='movie' value='http://www.proprofs.com/games/swf/logic-games/chess.swf' /><param name='FlashVars' value='id={param}' /> <param name='allowScriptAccess' value='always' /><param name='quality' value='high' /><embed name='proprofs_flashGame' src='http://www.proprofs.com/games/swf/logic-games/chess.swf' FlashVars='id={param}' width='600' height='400' allowScriptAccess='always' quality='high' type='application/x-shockwave-flash'></embed></object><div style='font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;'><a href='http://www.proprofs.com/games/chess/' target='_blank' title='Chess'>Chess</a> &raquo; <a href='http://www.proprofs.com/games/' title='Puzzle games' target='_blank'>Puzzle games</a></div>
Example: [chess]93[/chess]

In the embed code look for 'FlashVars' value='id=NUMBER' and put NUMBER between the [chess] tags. Due to the random nature of the game you could always use the example code.

---

There are many other games available, if you have a request for a specific one from ProProfs.com let me know and I'll add it.

BirdOPrey5 08-20-2010 07:22 PM

1 Attachment(s)
Thanks to MagicThemeParks for some of these icons-
These are for the games in the original post.

ProFifaLeagues 08-20-2010 07:24 PM

Looks like it could be fun for our users!
Will try it out tonight

COL NIL SATIS 08-20-2010 08:12 PM

yeah looks great this does...will get going with these over the weekend...great stuff!!!

BirdOPrey5 08-21-2010 10:28 AM

1 Attachment(s)
More Icons...

Dr.osamA 08-22-2010 11:54 PM

installed

thanxxx

massizero 09-04-2010 11:25 AM

Hi, I installed the bb code, but I have a problem.
In the message preview everything works fine, when I send the message i don't see the flash but only the code
ex. [chess]90[/chess]
any help??

BirdOPrey5 09-04-2010 11:32 AM

Quote:

Originally Posted by massizero (Post 2093625)
Hi, I installed the bb code, but I have a problem.
In the message preview everything works fine, when I send the message i don't see the flash but only the code
ex. [chess]90[/chess]
any help??

Weird... do you have custom bb codes off or a mod that gives 'advanced' permissions to bb code? DO you have any other custom bb codes working?


All times are GMT. The time now is 02:32 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02930 seconds
  • Memory Usage 1,792KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (12)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete