For installations in phpBB 3.0.x, I was able to set portal.php to be the default page on my server. So if you navigated to www.mydomain.com/forums/ the portal would be shown.
Is there any way to do that now that portal.php is no longer used?
Set Portal to be Default
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Set Portal to be Default
"Some things are false no matter how many people believe them
while others are true whether we believe them or not."
while others are true whether we believe them or not."
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Set Portal to be Default
Here we go:
- go in the ACP - General - Board Settings - and adapt your settings accordingly:
- navigate to the directory
root/ext/board3/portal/styles/prosilver/template/event/
and delete those two files:
overall_header_breadcrumb_prepend.html
andoverall_footer_breadcrumb_prepend.html
- add to your
.htaccess
this:Code: Select all
DirectoryIndex app.php/portal index.php index.html index.htm
- purge your forum and browser cache
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: Set Portal to be Default
Thanks! That did the trick.
But let me ask you: It seems like just the modification to .htaccess did the job. What is the purpose of changing the settings and deleting the files?
ETA: Never mind. I see it now.
Thanks again!
But let me ask you: It seems like just the modification to .htaccess did the job. What is the purpose of changing the settings and deleting the files?
ETA: Never mind. I see it now.
Thanks again!
"Some things are false no matter how many people believe them
while others are true whether we believe them or not."
while others are true whether we believe them or not."
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Set Portal to be Default
You're welcome!
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
-
- Active Member
- Posts: 30
- Joined: 15. February 2019 18:07
- phpBB.com User: Neves Projects
- Contact:
Re: Set Portal to be Default
Hi Keven
I did this but when I delete
it wasn't explained above, what happens if I don't delete those files ?
I did this but when I delete
It locks me out with errors, but if I don't delete those files it works,overall_header_breadcrumb_prepend.html and overall_footer_breadcrumb_prepend.html
it wasn't explained above, what happens if I don't delete those files ?
Re: Set Portal to be Default
In the "ACP -> General" --> purge cache
It's recommended to purge your browser cache too.
It's recommended to purge your browser cache too.
Gruß Udo
-
- Active Member
- Posts: 30
- Joined: 15. February 2019 18:07
- phpBB.com User: Neves Projects
- Contact:
Re: Set Portal to be Default
Ok I'm an idiot
when it locked me out of the site i thought it also locked me out of admin. section but it doesn't
I purge cache and it works
Thanks
when it locked me out of the site i thought it also locked me out of admin. section but it doesn't
I purge cache and it works
Thanks
Re: Set Portal to be Default
Hi, i did that too, but i can't go back to the portal - disapeared from the headlin. It only takes me back to the index page of the forum.