The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Jigzone.com BB Code - Embed Puzzles in your forums - (BBCode) Details »» | |||||||||||||||||||||||||||||||||
Jigzone.com BB Code - Embed Puzzles in your forums - (BBCode)
Developer Last Online: Aug 2023
Jigzone.com is a free website where you can upload photos and make jigsaw puzzles out of them. These puzzles can then be embedded into your forum using this BB Code, like you would a YouTube video.
Jigzone offers many options in terms of how to embed the puzzle and in how many pieces (and what shaped pieces) your photo should be broken into. For simplicity's sake I have hard coded this BB Code as a traditional 20 piece jigsaw. I will explain what needs to be changed for other options. After being embedded users will have options to change the shape and number of pieces from the options that will appear to the left of the puzzle. Live Demo: Here Add a New BB Code Title: Jigzone Puzzle BB Code Tag Name: puzzle Replacement: Code:
<script src="http://www.jigzone.com/zes?i={param}&z=6" type="text/javascript"></script><noscript><a href="http://www.jigzone.com/puzzles/{param}">Link to Puzzle</a></noscript> Description: Embedded Puzzles powered by www.jigzone.com. Use Option: No Button Image: (optional) Remove Tag If Empty: Yes All Disable Options: Yes ------ This code makes a 20 piece classic shaped jigsaw puzzle. The part of code that decides this is the part: &z=6 6 = 20 piece classic jigsaw 0 = 48 piece classic jigsaw 5 = 6 piece classic (too easy!) 18 = 41 pieces "Tetris" Blocks 30 = 154 piece classic (Hard!) 34 = 240 piece squares (Weird!) 33 = 247 piece triangles (Crazy!) For a complete list make a puzzle at Jigzone and play with the options, look at the embed code to see how the number after "z=" changes to see what number corresponds to your preferred puzzle. ------ To make one you need to sign up for an account at www.jigzone.com and upload a photo or image. You will then be given link and embed codes. Go to the first link code it will look something like: Code:
<a href="http://www.jigzone.com/puzzles/5F14EE77238?z=0&m=AE250BFF3C.930EFB0"><img src="http://www.jigzone.com/im/pCut/0.png" alt="Click to Mix and Solve" style="width:400px;height:300px;margin:4px;padding:0;border:1px solid #999;background:transparent url(http://www.jigzone.com/puz/zemThumb?p.up.M.U5.P0.32u0i:jpg)"/></a> All you need is the puzzle code, in this case: 5F14EE77238 You put the "Puzzle Code" in between the "puzzle" tags: [puzzle]5F14EE77238[/puzzle] As the embed code uses JavaScript you may need to reload the page after submitting to see the puzzle, and of course you must have JavaScript enabled. If you don't have JS enabled you'll get a link to the puzzle instead. I have hard coded the initial options as a 20 piece classic jigsaw but before you start the puzzle you can use the options on the left to change the shape and number of pieces to your liking. ----- Notice: The 'puzzle code' must be entered exactly as it is from the link code provided, including the fact it MUST be in UPPERCASE- CE14EEB7547 for example... If you have "Prevent Shouting" enabled you will have to disable it- VBulletin Options -> Message Posting and Editing Options -> Prevent Shouting. Please mark as installed if you use this. Check My Profile for other BB Code enhancements. They work on all versions. Screenshot Attached: https://vborg.vbsupport.ru/attachmen...1&d=1282230253 https://vborg.vbsupport.ru/attachmen...1&d=1282230253 Download the .txt file for a copy of the Install instructions. Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
|||
|
|||
Quote:
well the thumbnail definitely changed to the image i want to display, but now the main post says "The puzzle is loading" and then times out...referring to loss of internet(not the case) or a java issue(will check that in a minute) |
#13
|
|||
|
|||
That was it! For the life of me, dont know why JAVA wasnt up to date on my design PC, but its all good.
THanks for the help, and great work on these mods. I will be following your profile for future ones. |
#14
|
|||
|
|||
working great~~~~~thanks
would be better it you were able to delete the icon photo making it a good quiz ..... any directions on how to remove the side picture |
#15
|
||||
|
||||
Quote:
There is a similar site where you can embed puzzles also called www.jigsawsite.com and they do not provide a sample picture by default (though you can show it if you want.) If you prefer to use their puzzle then do the following- but they ask you limit yourself to 1 puzzle per forum page to help their bandwidth. Use the same settings as above but the following replacement: Code:
<div style="background-color: #ffffff; border: 1px solid black; height: 350px;"> <object width="100%" height="100%" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"> <param name="scale" value="noscale" /> <param name="movie" value="http://static.jigsawsite.com/{param}_4x4s.swf"> <param name="wmode" value="transparent" /> <param name="allowNetworking" value="all" /> <param name="allowScriptAccess" value="always" /> <embed wmode="transparent" scale="noscale" allowScriptAccess="always" allowNetworking="all" src="http://static.jigsawsite.com/{param}_4x4s.swf" width="100%" height="100%" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed> </object> </div> <p><a title="play 1000s of jigsaw puzzles online" href="http://jigsawsite.com/">Online jigsaw puzzles</a> from <a title="create jigsaw puzzles from your photos" href="http://jigsawsite.com/">JigsawSite.com</a></p> [puzzle]20090907090552206[/puzzle] To change the default number of pieces change the 2 instances of "4x4" to higher numbers like "5x5" or "6x6". It's a bit of a pain to find the code you need to use... you need to go to the embed code which looks like: Code:
<div style="background-color: #ffffff; border: 1px solid black; height: 350px;"> <object width="100%" height="100%" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"> <param name="scale" value="noscale" /> <param name="movie" value="http://static.jigsawsite.com/2009090218222477_4x4s.swf"> <param name="wmode" value="transparent" /> <param name="allowNetworking" value="all" /> <param name="allowScriptAccess" value="always" /> <embed wmode="transparent" scale="noscale" allowScriptAccess="always" allowNetworking="all" src="http://static.jigsawsite.com/2009090218222477_4x4s.swf" width="100%" height="100%" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed> </object> </div> <p><a title="play 1000s of jigsaw puzzles online" href="http://jigsawsite.com/">Online jigsaw puzzles</a> from <a title="create jigsaw puzzles from your photos" href="http://jigsawsite.com/">JigsawSite.com</a></p Code:
<param name="movie" value="http://static.jigsawsite.com/2009090218222477_4x4s.swf"> [puzzle]2009090218222477[/puzzle] But I would use this puzzle site as a last resort, the original code looks much better IMO. |
#16
|
|||
|
|||
cool
|
#17
|
|||
|
|||
Thanks for this, worked great once I found the shout setting!!!
Where would you find info on the other puzzles you have shown on your site? (Hangman, word search, etc) |
#18
|
||||
|
||||
If you click on the link to "My Profile" I provided in the mod you will see a BB Code called "ProProfs Games" - that embeds those games.
|
#19
|
|||
|
|||
Quote:
thanks...:up:... that site works just fine and lets us use this as a quiz... but it only makes the lowest amount of piece's despite setting it to 6x6 :erm: |
#20
|
||||
|
||||
You know there are 2 places you need to change 4x4 to 6x6?
|
#21
|
|||
|
|||
no.... I didn't....... hopefully you will tell me.......
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|