3.3.x Extensions Database 3.2 / 3.3 ⇒ Custom index page
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5132
- Joined: Apr 6th, '14, 14:12
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayAnders
- Users

- Status: Offline
- User theme: Dark
- Posts: 80
- Joined: Sep 15th, '15, 06:15
Re: Custom index page
Its enabled for both did just disable it when i did activate it....now it seems to work 
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayAusteyr
- Users

- Status: Offline
- User theme: Dark
- Posts: 12
- Joined: Dec 3rd, '16, 23:53
Re: Custom index page
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.
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
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
ArrayBMW Talk
- Users

- Status: Offline
- User theme: Dark
- Posts: 4
- Joined: Oct 2nd, '19, 15:15
Re: Custom index page
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 ?
Any idea what the problem could be please ?

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

- Status: Offline
- User theme: Dark
- Posts: 141
- Joined: Jul 11th, '15, 09:08
Re: Custom index page
What exactly do you need to change there?
which rule exactly?
probably in the top box?
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
ArrayHoodieWeather
- Users

- Status: Offline
- User theme: Dark
- Posts: 25
- Joined: Jun 21st, '16, 22:33
Re: Custom index page
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
ArrayHoodieWeather
- Users

- Status: Offline
- User theme: Dark
- Posts: 25
- Joined: Jun 21st, '16, 22:33
Re: Custom index page
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.
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
ArrayHoodieWeather
- Users

- Status: Offline
- User theme: Dark
- Posts: 25
- Joined: Jun 21st, '16, 22:33
Re: Custom index page
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
Arrayclight77
- Donator

- Status: Offline
- User theme: Dark
- Posts: 507
- Joined: Sep 24th, '15, 14:23
Re: Custom index page
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;
}

You have to add your own image and choose your own color.
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;
}

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
Arrayclight77
- Donator

- Status: Offline
- User theme: Dark
- Posts: 507
- Joined: Sep 24th, '15, 14:23
Re: Custom index page
Language is also in ACP of the ext.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.
/////////////////////////////------------------------------------------ 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 ---------------------------------/////////////////////////////
]);

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

- Status: Offline
- User theme: Dark
- Posts: 25
- Joined: Jun 21st, '16, 22:33
Re: Custom index page
Thank You Sir.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayMaclobster
- Users

- Status: Offline
- User theme: Dark
- Posts: 80
- Joined: Apr 26th, '20, 18:26
Re: Custom index page
Love it thank you
Any idea how to set it after login to Homepage (portal)?
regards
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
-JM
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayfaroud
- Users

- Status: Offline
- User theme: Dark
- Posts: 141
- Joined: Jul 11th, '15, 09:08
Re: Custom index page
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
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
Arrayssl
- Users

- Status: Offline
- User theme: Dark
- Posts: 145
- Joined: Aug 19th, '20, 10:54
Re: Custom index page
Find and use Login Redirect extension
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayfaroud
- Users

- Status: Offline
- User theme: Dark
- Posts: 141
- Joined: Jul 11th, '15, 09:08
Re: Custom index page
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
Subscribers
