[3.3][RC] Simple Portal - phpBB Extension

Extensions for phpBB 3.3.X
Maintained and supported by Stoker

[EXT] Simple Portal - spanish translation

Post by iorG19 »

Here's the spanish translation for Portal extension by Stoker,
Download and extract to /ext folder
stoker-portal_es.zip

stoker-portal-settings_es.png
stoker-portal_es.png
You do not have the required permissions to view the files attached to this post.

Re: [EXT] Simple Portal - spanish translation

Post by Stoker »

iorG19 wrote: 24 Jan 2025, 20:48 Here's the spanish translation for Portal extension by Stoker,
Download and extract to /ext folder
stoker-portal_es.zip

stoker-portal-settings_es.png
stoker-portal_es.png
Thanks :thumb:

Re: [EXT] Simple Portal - spanish translation

Post by Stoker »

iorG19 wrote: 24 Jan 2025, 20:48 Here's the spanish translation for Portal extension by Stoker,
Download and extract to /ext folder
stoker-portal_es.zip

stoker-portal-settings_es.png
stoker-portal_es.png
This is the 1.0.8 language file. Its for next version
common.zip
This need to be translated to be included in next version
You do not have the required permissions to view the files attached to this post.

[Translation] Simple Portal - 1.0.8 (spanish)

Post by iorG19 »

Ok, i'll do it today.
Have a nice day!
Version history
  • 56 outdated phrases // frases obsoletas
  • 59 new phrases // frases nuevas
stoker-portal_v1.0.8_es.zip
You do not have the required permissions to view the files attached to this post.

Re: [EXT] Simple Portal

Post by Stoker »

Updated to 1.0.8
Stats block and viewonline added
Events for Forum Goal and Topstats added, thanks to Steve

Re: [EXT] Simple Portal

Post by iorG19 »

Stoker wrote: 29 Jan 2025, 10:53 ...
Events for Forum Goal and Topstats added, thanks to @Steve

Steve is a genius đŸ»

Re: Simple Portal - phpBB Extension

Post by flumsi »

Hello everyone

I access this portal page from HERE.
I'm delighted, it's sensational how this small portal has such a big impact.

Unfortunately, I have a small display error.
1001.png
Middle row of the display, the right 'window' is taller than the left 'window'. There's a gap between the two 'windows' at the bottom.

That's all that's 'not' working, anything else gets a BIG thank you!!

Now for the wishes of a beginner ;)
Can your portal greeting be transferred to the forum? I have Stoker WelcomeIndex installed and would like to have the background images from the portal greeting in the WelcomeIndex as well. Of course, this also depends on the time of day.

Is it possible to transfer the timer for displaying how long the forum is online (including seconds) to the forum?

PS: Sorry Dr. Google Translate

Thank you very much
You do not have the required permissions to view the files attached to this post.

Re: Simple Portal - phpBB Extension

Post by Stoker »

Its damn dark and hard to see what the problem is.
But I guess its the images in the most active forum that causes it.

I havent worked on the Welcom on Index for ages. Where did you download it?
I can take a look when I get the time and put all the same functions in it from the portal

Simple Portal - phpBB Extension

Post by flumsi »

Hello everyone

We love our dark style :D

The two forums 'German' and 'English' are subforums within our music forum. It consists 99% of YouTube video links that can be played directly in the forum. The 'window' above, with the topics 'Roch & Roll' and 'Love Songs', are the topics in the English subforum, and it displays correctly there. (Just a detail, I won't die from it.)

EDIT:
AAAaaa, it was the little symbols I had on the left and right of the forum names. I removed them, and it's fine.
Our guild wasn't exactly happy, so I've put the symbols back and I'm living with the small paragraph in the display.

I use the following Welcomeonindex

Code: Select all

{
    "name": "stoker/welcomeonindex",
    "type": "phpbb-extension",
    "description": "Welcome on index is inspired by a vBulletin board. It displays a nice Welcome Box on forum index",
    "homepage": "http://www.phpbb3bbcodes.com",
    "version": "1.0.6",
    "time": "2024-11-08",
    "license": "GPL-2.0-only",
    "authors": [
        {
            "name": "Ulrik Christensen",
            "email": "phpbb3bbcodes@gmail.com",
            "homepage": "http://www.phpbb3bbcodes.com",
            "role": "Lead Developer"
        },
        {
            "name": "Galandas updated",
            "email": "manzarek@live.it",
            "homepage": "https://phpbb3world.altervista.org",
            "role": "Amateur Developer"
        }
    ],
    "require": {
        "php": ">=7.1.3",
        "composer/installers": "~1.0"
    },
    "extra": {
        "display-name": "Welcome on Index",
        "soft-require": {
            "phpbb/phpbb": ">=3.3.0,<4.0.0@dev"
        }
    }
}