Skip to main content
Recent Posts
12
Feature Discussion / Re: How To Implement This My Chess Forum?
Last post by Steeley -
OK, the way you posed the question initially seemed to imply (to me, anyway) ,that you wished to show the board (and board animation?) without displaying the actual code. 

The website page -> http://www.phpbb.com/support/docs/en/3.3/kb/article/adding-custom-bbcodes-in-phpbb3/
..explains the code implementation, so is it correct that you desire to know where in the ElkArte admin panel (or underlying php code) you would make the additions to support the chess function in order to replicate the display and animation as shown in the test board -> http://pgn4web-test.casaschi.net/phpbb/viewtopic.php?f=2&t=2  ?

If that is a "yes", then I'll step aside and defer to @Spuds or one of the other code chefs here to dish that up..
13
Addons / Re: [ADDON] ElkArte Ajax Chat
Last post by ahrasis -
Which one did you install? @Spuds shared 1.1 just a few post before yours, though I am not sure that gonna work either as I have never installed it and it seems pretty old too.
14
Feature Discussion / Re: How To Implement This My Chess Forum?
Last post by Vector -
The website https://sourceforge.net/p/pgn4web/wiki/User_Notes_phpBB/ offers an implementation of this on various forums, but there is no elkarte there.
This is what it looks like on phpbb http://pgn4web-test.casaschi.net/phpbb/viewtopic.php?f=2&t=2
phpbb3 https://www.chess.com/forum/view/general/how-phpbb3-users-can-post-chess-diagram
And the bulletin had pgn tags and the batch was displayed in the message.
pgn is taken from chessbase products and looks like this in code:

[Event "?"]
[Site "?"]
[Date "??.??.??"]
[Round "?"]
[White "player"]
[Black "?"]
[Result "*"]
[PlyCount "8"]

1. e4 e5 2. Nf3 Nc6 3. Bb5 a6 4. Ba4 Nf6 *

15
Support / Re: embedded youtube videos
Last post by Acido -
Sorry to necro this thread, but recently found myself having to do the same thing (alignment of embedded video) the best solution i found was to change display: block; to display: inline-block; on the elk_video containers (including videoheader) and now it works with alignment bbc.
16
Addons / Re: [ADDON] ElkArte Ajax Chat
Last post by Vector -
When installing the latest version of the chat on the forum version 1.1.9, it gives an error - vsprintf(): Argument #2 ($values) must be of type array, string given
17
Feature Discussion / Re: How To Implement This My Chess Forum?
Last post by Steeley -
Hello Vector,

pgn is a format for recording chess games in ASCII. I'm a bit confused why you would post the game code if you don't want people to see the moves in the game..
{If you just want to display the board layout (without the moves that built it), that's probably best done with a screenshot image of the chess program output/display (chess202x, etc.).}

Since this is (to me) an obvious solution to the "problem" of people seeing the chess moves from a program output intended to show the chess moves , I anticipate I'm not really understanding what you're trying to do  - can you explain better?
18
Feature Discussion / How To Implement This My Chess Forum?
Last post by Vector -
Hello! I have a chess forum. but there is no way to insert the game bbcode [pgn] [/pgn] into the message and the game appears in the message, people see the moves. Please tell me how this can be implemented on my chess forum?
19
Chit Chat / Stress Creation
Last post by Steeley -
There is one vehicle on the planet that costs more per mile to operate than any other.

•More than a Semi Truck..
•More than an Abrahams Tank
•More than a B2 Bomber
•More than a Saturn 5 Rocket!
•More, even, than an Aircraft Carrier!!

It's the most environmentally fueled vehicle on the planet. It has zero emissions, no carbon foot print, and requires very little maintenance...

They can (and do) go anywhere - they've been found on paved roads, gravel roads,  mountain trails, beach sand, lakes, rivers, canals, you name it...

It's not all that big (you can put several, even dozens of them parked in the space of a compact car). Consequently, if you have a large family, you might even have to drive two at a time!

It didn't start out all that expensive to operate, however..

Do you know the reason why it costs so much to operate today? Choose one..

(a) Government Regulations
(b) Government Subsidies
(c) Government Debt
(d) All of the above

If you picked (d) you are correct.

And unless you make it even more expensive by paying someone else  (Uber, etc.) to drive it for you, YOU probably drive one often!

Do you know what it is?
















expensive.jpg


Something to avoid thinking about, huh?

-Steeley

 

20
Localization / Daily generated language packs
Last post by Acido -
Hi all,

I noticed that the daily generated language packs on transifex does not include any changes since version 1.1.3

Some strings where added (and translated) since that version, but the packs that it generates daily does not contain them.