Seems no one knows how this module works.
Please close topic
Search found 6 matches
- 14. June 2020 17:24
- Forum: Board3 Portal 2.1.x - English Support
- Topic: Using PHP
- Replies: 10
- Views: 22591
- 30. May 2020 20:39
- Forum: Board3 Portal 2.1.x - English Support
- Topic: Using PHP
- Replies: 10
- Views: 22591
Re: Using PHP
Thank you for your time and effort :-)
To me it looks like the module can handle HTML, but not PHP.
Maybe someone can answer this?
If it is possible to use PHP in a module, then I wonder how it can be done.
Maybe someone knows this?
To me it feels like a rather simple question, but somehow it is ...
To me it looks like the module can handle HTML, but not PHP.
Maybe someone can answer this?
If it is possible to use PHP in a module, then I wonder how it can be done.
Maybe someone knows this?
To me it feels like a rather simple question, but somehow it is ...
- 30. May 2020 10:06
- Forum: Board3 Portal 2.1.x - English Support
- Topic: Using PHP
- Replies: 10
- Views: 22591
Re: Using PHP
I try to create some custom modules for our Wolfenstein:ET community.
Some info about the server, the map plying and players on server.
The code is ready and the info is in a file I made: Here
The info is from een opensource ( ET Splatterladder
This needs to be in a module on our community site ...
Some info about the server, the map plying and players on server.
The code is ready and the info is in a file I made: Here
The info is from een opensource ( ET Splatterladder
This needs to be in a module on our community site ...
- 27. May 2020 18:06
- Forum: Board3 Portal 2.1.x - English Support
- Topic: Using PHP
- Replies: 10
- Views: 22591
Re: Using PHP
Thank you for the reply
In my main file I have the line return '@lammert_daservermonitor/lammert_da_servermonitor_side.php';
I have the file called "lammert_da_servermonitor_side.php" in the folder .\phpBB3\ext\lammert\daservermonitor\styles\Hexagon\template.
The code in the file:
{$LR_BLOCK_H ...
In my main file I have the line return '@lammert_daservermonitor/lammert_da_servermonitor_side.php';
I have the file called "lammert_da_servermonitor_side.php" in the folder .\phpBB3\ext\lammert\daservermonitor\styles\Hexagon\template.
The code in the file:
{$LR_BLOCK_H ...
- 26. May 2020 19:52
- Forum: Board3 Portal 2.1.x - English Support
- Topic: Using PHP
- Replies: 10
- Views: 22591
Re: Using PHP
Oh, almost 1k views but no one who can give me a little help?
I know I should use ***_side.php extension, but even that doesn't help me.
Maybe some have other ideas?
I know I should use ***_side.php extension, but even that doesn't help me.
Maybe some have other ideas?
- 21. May 2020 10:22
- Forum: Board3 Portal 2.1.x - English Support
- Topic: Using PHP
- Replies: 10
- Views: 22591
Using PHP
Hello,
I am creating my own module
Therefor I followed the instructions from the knowledge base (https://github.com/board3/Board3-Portal/wiki/%5BHow-To%5D-Create-a-module-for-Board3-Portal-2.1.x)
All is setup and working :-)
But it seems I can't use php coding in the module.
Am I doing something ...
I am creating my own module
Therefor I followed the instructions from the knowledge base (https://github.com/board3/Board3-Portal/wiki/%5BHow-To%5D-Create-a-module-for-Board3-Portal-2.1.x)
All is setup and working :-)
But it seems I can't use php coding in the module.
Am I doing something ...