<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
dmzx
Founder
Posts: 6464 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 09 Apr 2021, 15:44
Extension Name: Custom index page
Author: dmzx
Special thanks to: martin
Extension Description:
With Custom index page you can create a index page before showing your forum, all forum items are hided with this extension
Basic knowledge of HTML, CSS and coding is needed to adjust and make a beautiful index page.
../..
Screenshots:
Extension Download:
Installation:
Download the latest release.
Unzip the downloaded release, and change the name of the folder to `customindexpage `.
In the `ext ` directory of your phpBB board, create a new directory named `dmzx ` (if it does not already exist).
Copy the `customindexpage ` folder to `/ext/dmzx/ ` if done correctly, you'll have the main extension class at
(your forum root)/ext/dmzx/customindexpage/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Custom index page ` under the Disabled Extensions list, and click its `Enable ` link.
dmzx
Founder
Posts: 6464 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 09 Apr 2021, 15:45
Taken for explain.
clight77
Donator
Posts: 502 Joined: 24 Sep 2015, 16:23
Post
by clight77 » 11 Apr 2021, 16:29
Hi
Don't quite understand how or where to change yourdomain.com {{SITENAME}} to my name ?
Thanks
dmzx
Founder
Posts: 6464 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 11 Apr 2021, 16:31
clight77 wrote: 11 Apr 2021, 16:29
Hi
Don't quite understand how or where to change yourdomain.com {{SITENAME}} to my name ?
Thanks
no {{ SITENAME }} is default in phpbb for your boardname.
out of the box it will take all, just install it and logout to check it.
clight77
Donator
Posts: 502 Joined: 24 Sep 2015, 16:23
Post
by clight77 » 11 Apr 2021, 16:39
Hmmm thought that, but on my test site it just says yourdomain.com.
Must be issue with default phpbb file.
I will leave it till Martin can have a look. :)
THKS
dmzx
Founder
Posts: 6464 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 11 Apr 2021, 16:42
Yes sitename is default (clean installation) yourdomain.
If ACP on your main has your domain name it will take the correct name in the extension.
clight77
Donator
Posts: 502 Joined: 24 Sep 2015, 16:23
Post
by clight77 » 11 Apr 2021, 16:45
Found it in ACP/General/Board Settings, I never use that setting. DUH...
dmzx
Founder
Posts: 6464 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 11 Apr 2021, 16:48
clight77 wrote: 11 Apr 2021, 16:45
Found it in ACP/General/Board Settings, I never use that setting. DUH...
It must be working out of the box, but if you want to wait np
your site give me the idea but you already know it
Like it here and will leave it installed.
clight77
Donator
Posts: 502 Joined: 24 Sep 2015, 16:23
Post
by clight77 » 11 Apr 2021, 17:01
Yep works good after putting my site name in ACP, I never use that.
Just now looking at changing main background color to my site image :)
dmzx
Founder
Posts: 6464 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 11 Apr 2021, 17:06
clight77 wrote: 11 Apr 2021, 17:01
Yep works good after putting my site name in ACP, I never use that.
Just now looking at changing main background color to my site image :)
look into the css part in acp of the extension.
look for body part and change it to:
Code: Select all
body {
background: #2D3142;
font-family: 'Raleway', sans-serif;
background-image: url(/to_image);
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
change /to_image above to your url of the image.
clight77
Donator
Posts: 502 Joined: 24 Sep 2015, 16:23
Post
by clight77 » 11 Apr 2021, 17:08
Will do, need a coffee and walk the muttonhead :)
clight77
Donator
Posts: 502 Joined: 24 Sep 2015, 16:23
Post
by clight77 » 11 Apr 2021, 17:36
This worked good.
Just have to add it to magic so it works for both light and dark :)
Thanks
Code: Select all
body {
color: #F2F2F2;
font-family: 'Raleway', sans-serif;
background-image: url(/images/cssmagic_images/black_stripe4.png);
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
clight77
Donator
Posts: 502 Joined: 24 Sep 2015, 16:23
Post
by clight77 » 12 Apr 2021, 02:51
The result :)
martin Online
Admin
Posts: 5105 Joined: 06 Apr 2014, 16:12
Post
by martin » 12 Apr 2021, 03:41
Back it up as i just fixed a small bug/style issue
Anders
Users
Posts: 80 Joined: 15 Sep 2015, 08:15
Post
by Anders » 17 Jun 2021, 08:26
Goodmorning got my site up again some work lol and did see your custom index and did test it and i get this
Forbidden
You don't have permission to access /adm/index.php on this server.
Have inactivate all other extensions and still no good
And have version 3.3.4
SOLVED
it was darn mod security