Page 1 of 1

Create a plugin

Posted: Sun 3. Dec 2023, 12:42
by soufian
can we create a plugin and add it to the theme?

like creating a PHP or Twig file to download WordPress and install it for the user

Re: Create a plugin

Posted: Mon 4. Dec 2023, 09:37
by Alexander
Hello
can we create a plugin
No.

add it to the theme
Let's rename it to "add a theme" which is possible.

to download WordPress and install it for the user
You can use KeyHelp Pro for that, which comes with a One-Click installer for Apps like this.
https://www.keyweb.de/en/keyhelp/keyhel ... ement-tool

Re: Create a plugin

Posted: Mon 4. Dec 2023, 15:18
by soufian
You can use KeyHelp Pro for that, which comes with a One-Click installer for Apps like this.
I'm just giving an example with WordPress

And i have another question why are subdomains created on the main directory like a subfolder
when user visit

example.com/subdomain.example.com it's showing the website

Re: Create a plugin

Posted: Mon 4. Dec 2023, 15:22
by Florian
Hallo,

you can configure the folder for a subdomai when creating the subdomain.

Re: Create a plugin

Posted: Mon 4. Dec 2023, 15:27
by soufian
you can configure the folder for a subdomai when creating the subdomain.
What I mean

other folders
www
public_html
-index.html
-subdomain.example.com

should be something like this
other folders
www
subdomain.example.com
public_html
-index.html

Re: Create a plugin

Posted: Mon 4. Dec 2023, 15:28
by Florian
Hallo,

the webfolder is www

You can create subfolders for every domain and subdomain under this www folder

Re: Create a plugin

Posted: Mon 4. Dec 2023, 15:44
by soufian
but the subdomain is accessible from the main domain
like this
example.com/demo.example.com

Re: Create a plugin

Posted: Mon 4. Dec 2023, 15:49
by Florian
Hallo,

you create www/domain folder for the domain


and www/subdomain for the subdomain

So the subdomain folder is not reachable from the domain and vice versa

Re: Create a plugin  [SOLVED]

Posted: Mon 4. Dec 2023, 15:50
by Alexander
Than you may want to create something like that:
Bildschirmfoto vom 2023-12-04 15-48-18.png
Bildschirmfoto vom 2023-12-04 15-48-18.png (18.14 KiB) Viewed 11447 times

You are totally free, in how you organize your www/ directory.

(With the upcoming release, KeyHelp will help creating things like that more easily by suggesting folder names)