3.1.x Extensions Database 3.1 / 3.2Puzzle

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Puzzle

Post by dmzx »

Extension Name: Puzzle
Author: dmzx

Special thanks to: martin

Extension Description:
With this extension you can offer a image puzzle game for your users.

dmzx/Puzzle


Code update

Screenshots:
Image
Image
Image
Image

Extension Download:
Download-link
Puzzle v1.0.1
Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `puzzle`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. Copy the `puzzle` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at (your forum root)/ext/dmzx/puzzle/composer.json
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `Puzzle` under the Disabled Extensions list, and click its `Enable` link.

User avatar

martin Online
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Puzzle

Post by martin »

Upload any image you want to use in to ext/dmzx/puzzle/puzzles folder then add just the image name and format like the image bellow.
56.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Puzzle

Post by Solidjeuh »

Yess! Love this extension! Maybe in the future get it to work with arcade points :D
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------

User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03
    Windows 7 Chrome

Re: Puzzle

Post by Null »

I got a weird background in my forum:

Image
Last edited by Null on 16 Oct 2015, 21:43, edited 1 time in total.

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Puzzle

Post by Solidjeuh »

Same here, But Its looking good hahaha

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Puzzle

Post by dmzx »

Null wrote:I got a weird background in my forum:

Image
I see this:

User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03
    Windows 7 Chrome

Re: Puzzle

Post by Null »

Is it possible to insert "who is online" playing it at bottom?

Im using chrome. Is that the problem in background?
Last edited by Null on 16 Oct 2015, 21:48, edited 1 time in total.

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Puzzle

Post by Solidjeuh »

2015-10-16 21 48 17.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Puzzle

Post by dmzx »

If you use Posting buttons extension see this:
martin wrote:posting buttons css
replaced with

Code: Select all

#images{	
	background-image:  url("./images/images.png");
}
note renamed the image too

posting_editor_buttons_before.html

replaced it with id="images"

Code: Select all

<!-- IF S_BBCODE_IMG -->
          <input type="button" class="postingbuttons" accesskey="p" name="addbbcode14" value="" onclick="bbstyle(14); myFunction();" id="images" title="{L_BBCODE_P_HELP}" />
   <!-- ENDIF -->
puzzle and posting buttons on and both working

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Puzzle

Post by Solidjeuh »

dmzx wrote:If you use Posting buttons extension see this:
martin wrote:posting buttons css
replaced with

Code: Select all

#images{	
	background-image:  url("./images/images.png");
}
note renamed the image too

posting_editor_buttons_before.html

replaced it with id="images"

Code: Select all

<!-- IF S_BBCODE_IMG -->
          <input type="button" class="postingbuttons" accesskey="p" name="addbbcode14" value="" onclick="bbstyle(14); myFunction();" id="images" title="{L_BBCODE_P_HELP}" />
   <!-- ENDIF -->
puzzle and posting buttons on and both working
Thank you! Fixed! :)

User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03
    Windows 7 Chrome

Re: Puzzle

Post by Null »

Solved, thanks!

User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03
    Windows 7 Chrome

Re: Puzzle

Post by Null »

Translations to Spanish and Portuguese-Brazil: Download puzzle.rar from Sendspace.com - send big files the easy way
Last edited by Null on 18 Oct 2015, 02:42, edited 1 time in total.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Puzzle

Post by dmzx »

Null wrote:Translations to Spanish and Portuguese-Brazil: Download puzzle.rar from Sendspace.com - send big files the easy way
Added :thumbup:

User avatar

martin Online
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Puzzle

Post by martin »

Might be worth adding my fix to posting buttons ? i cant see another way around the conflict :eyes2:

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Puzzle

Post by dmzx »

martin wrote:Might be worth adding my fix to posting buttons ? i cant see another way around the conflict :eyes2:

Updated :wink:

Post Reply Previous topicNext topic