3.3.x Extensions Database 3.2 / 3.3Custom index page

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5132
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: Custom index page

Post by martin »

Enable mod security for server but disable it for the domain.
Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Anders
Users
Users
Status: Offline
User theme: Dark
Posts: 80
Joined: Sep 15th, '15, 06:15
    Windows 10 Chrome

Re: Custom index page

Post by Anders »

Its enabled for both did just disable it when i did activate it....now it seems to work :wall:

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Austeyr
Users
Users
Status: Offline
User theme: Dark
Posts: 12
Joined: Dec 3rd, '16, 23:53
    Windows 10 Chrome

Re: Custom index page

Post by Austeyr »

This looks like a great ext guys.
excellent work.

Little question though, if this is enabled will people still be able to view forum posts if not registered/logged in?.

Eg..:
They search for something in google will google index the forum post?
and also if google/search engines do index the content of the forum will the member be taken to the post they click on in search or to the custom index?

cheers gentlemen.

Again awesome work.
My phpBB Forums Top Ad Coop & Gamer Raid

I Run Several Advertising Websites. Find Out More & Get Advertising For Your Forum for FREE Share My Ads

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

BMW Talk
Users
Users
Status: Offline
User theme: Dark
Posts: 4
Joined: Oct 2nd, '19, 15:15
    Mac OS X Chrome

Re: Custom index page

Post by BMW Talk »

When I click on enable then save in the settings it goes to a page that says "Information" the requested page could not be found.

Any idea what the problem could be please ?
Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

faroud
Users
Users
Status: Offline
User theme: Dark
Posts: 141
Joined: Jul 11th, '15, 09:08
    Windows 10 Firefox

Re: Custom index page

Post by faroud »

What exactly do you need to change there?
which rule exactly?
probably in the top box?

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

HoodieWeather
Users
Users
Status: Offline
User theme: Dark
Posts: 25
Joined: Jun 21st, '16, 22:33
    Windows 10 Firefox

Re: Custom index page

Post by HoodieWeather »

clight77 wrote: Apr 12th, '21, 00:51 The result :)

Image
Damn, that looks wicked RAD!

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

HoodieWeather
Users
Users
Status: Offline
User theme: Dark
Posts: 25
Joined: Jun 21st, '16, 22:33
    Windows 10 Firefox

Re: Custom index page

Post by HoodieWeather »

How does one add a background image?

Also, I was wondering if there was a way to add the title of the site 'Welcome to' within the .css files, or the ext files themselves. I"m not a fan
of going to board settings and entering in the name of the site, cause the banner just doesn't look good with it.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

HoodieWeather
Users
Users
Status: Offline
User theme: Dark
Posts: 25
Joined: Jun 21st, '16, 22:33
    Windows 10 Firefox

Re: Custom index page

Post by HoodieWeather »

clight77 wrote: Apr 12th, '21, 00:51 The result :)

Image
Mind me asking how did you make the login box, see thru?

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

clight77
Donator
Donator
Status: Offline
User theme: Dark
Posts: 507
Joined: Sep 24th, '15, 14:23
    Windows 10 Chrome

Re: Custom index page

Post by clight77 »

Crap that was 8 months ago.. LOL I'd have to think about that when I am sober.. LOL

In ACP/Extentions in Custom index page editor section css I just added this.

@import url('https://fonts.googleapis.com/css?family=Raleway');
body {
color: #F2F2F2;
font-family: 'Raleway', sans-serif;
background-image: url(/images/cssmagic_images/black_stripe4_nzb.png);
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
Image

You have to add your own image and choose your own color.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

clight77
Donator
Donator
Status: Offline
User theme: Dark
Posts: 507
Joined: Sep 24th, '15, 14:23
    Windows 10 Chrome

Re: Custom index page

Post by clight77 »

HoodieWeather wrote: Jan 20th, '22, 15:32 How does one add a background image?

Also, I was wondering if there was a way to add the title of the site 'Welcome to' within the .css files, or the ext files themselves. I"m not a fan
of going to board settings and entering in the name of the site, cause the banner just doesn't look good with it.
Language is also in ACP of the ext.


/////////////////////////////------------------------------------------ Edit only below this line ---------------------------------/////////////////////////////

'CUSTOMINDEXPAGE_WELCOME' => '<b>Call Us Your Home</b><BR>Welcome to -',
'CUSTOMINDEXPAGE_ACCOUNT' => 'Don’t have an account yet?',
'CUSTOMINDEXPAGE_COPYRIGHT' => 'Copyright',
'CUSTOMINDEXPAGE_RIGHTS' => 'All rights reserved.',

/////////////////////////////------------------------------------------ Edit only above this line ---------------------------------/////////////////////////////
]);

Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

HoodieWeather
Users
Users
Status: Offline
User theme: Dark
Posts: 25
Joined: Jun 21st, '16, 22:33
    Windows 10 Firefox

Re: Custom index page

Post by HoodieWeather »

Thank You Sir.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Maclobster
Users
Users
Status: Offline
User theme: Dark
Posts: 80
Joined: Apr 26th, '20, 18:26
    Windows 10 Chrome

Re: Custom index page

Post by Maclobster »

Love it thank you :tumbsyes:

Any idea how to set it after login to Homepage (portal)?

regards
“A man searching for the Lost Paradise, can seem a fool to those who never sought the other world.”
-JM

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

faroud
Users
Users
Status: Offline
User theme: Dark
Posts: 141
Joined: Jul 11th, '15, 09:08
    Windows 10 Firefox

Re: Custom index page

Post by faroud »

I would like this too
Who can order this for me
in ACP
because I don't know anything about it
Send me a PB

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

ssl
Users
Users
Status: Offline
User theme: Dark
Posts: 145
Joined: Aug 19th, '20, 10:54
    Mac OS X Opera

Re: Custom index page

Post by ssl »

Maclobster wrote: Jan 30th, '22, 07:49 Any idea how to set it after login to Homepage (portal)?
Find and use Login Redirect extension
phpBB: 3.3.15 | PHP: 8.5
[Some French translation of extensions]

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

faroud
Users
Users
Status: Offline
User theme: Dark
Posts: 141
Joined: Jul 11th, '15, 09:08
    Windows 10 Firefox

Re: Custom index page

Post by faroud »

faroud wrote: Mar 9th, '22, 08:37 I would like this too
Who can order this for me
in ACP
because I don't know anything about it
Send me a PB
:whistl: :whistl: