portal.php redirects to index when not signed in

Discussion forum for MOD Writers regarding MOD Development.
Bfish1234
Registered User
Posts: 13
Joined: Wed May 27, 2015 7:18 pm

portal.php redirects to index when not signed in

Post by Bfish1234 »

I would like the portal to be the home page for guests. It is the homepage when signed in but the portal disappears when not signed in. I have tried editing the permissions without success. What can I do to make the portal visible to visitors who are not signed in.

.htaccess already includes the code: DirectoryIndex portal.php index.php


Thank you in advance for any help you can provide.

www.injusticeanywhereforum.com
User avatar
RMcGirr83
Former Team Member
Posts: 22073
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: portal.php redirects to index when not signed in

Post by RMcGirr83 »

You need to ask wherever it is you got the portal.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer šŸŗ
Bfish1234
Registered User
Posts: 13
Joined: Wed May 27, 2015 7:18 pm

Re: portal.php redirects to index when not signed in

Post by Bfish1234 »

Is this a portal issue? Is there anyway to program the site to direct to the portal URL when not signed in? All of the portals for the forums are outdated now so support isn't really available. We would like to upgrade to 3.1 but we are waiting for more extensions to become available. So we are hoping for a fix on this in the meantime.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: portal.php redirects to index when not signed in

Post by Lumpy Burgertushie »

the portal.php is redirecting to index.php, it shouldn't do that.

check the instructions for the portal. often a portal will have some type of redirect from index.php to portal.php but yours is doing the opposite.

rename the index.php to index1.php and test and see what happens when you try to access the portal.php file.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Bfish1234
Registered User
Posts: 13
Joined: Wed May 27, 2015 7:18 pm

Re: portal.php redirects to index when not signed in

Post by Bfish1234 »

Hi Lumpy,

When I rename the index.php to index1.php it disables the board. The portal.php URL does not work at that point. It continues to redirect.

Where can I view portal instructions?

Thanks.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: portal.php redirects to index when not signed in

Post by Lumpy Burgertushie »

I would assume that the portal MOD that you installed would have the .xml file that tells how to install it.

I would look for anything that has to do with editing the index.php file or the portal.php file or htacess etc. etc.

you need to find out why it is doing what it is doing and there is nothing in standard phpbb that would cause this.
normally, when you want a different page to be home page then the htaccess DirectoryIndex portal.php index.php would do it automatically.

as for what you want to do with directing guests to one page and members to another, that is something that I dont know how you would do.



robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Oyabun1
Former Team Member
Posts: 23162
Joined: Sun May 17, 2009 1:05 pm
Location: Australia
Name: Bill

Re: portal.php redirects to index when not signed in

Post by Oyabun1 »

RMcGirr83 wrote:You need to ask wherever it is you got the portal.
Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Support Request Template
3.0.x: Knowledge Base ā˜… Styles Support ā˜… MOD Requests
3.1.x: Knowledge Base ā˜¢ Styles Support ā˜¢ Extension Requests
Bfish1234
Registered User
Posts: 13
Joined: Wed May 27, 2015 7:18 pm

Re: portal.php redirects to index when not signed in

Post by Bfish1234 »

Thanks Lumpy,

I will take a look and see if I can find instructions. I am not looking for members and guests to be directed to different URL's. I would like the portal to be there all the time. Unfortunately when not signed in, the portal disappears.

I know people are saying that I need to go where I got the portal, but like I said, the portals are all outdated at this point so support is not available and 3.1 is missing many extensions at this point so we are kind of in a waiting period right now between old and new.

I was hoping for a fix to this single issue.
Bfish1234
Registered User
Posts: 13
Joined: Wed May 27, 2015 7:18 pm

Re: portal.php redirects to index when not signed in

Post by Bfish1234 »

Here's my fifth post so I can send a PM to ask for help on this. I am not a programer and I see no instructions on the installation instructions regarding this issue.
User avatar
Oyabun1
Former Team Member
Posts: 23162
Joined: Sun May 17, 2009 1:05 pm
Location: Australia
Name: Bill

Re: portal.php redirects to index when not signed in

Post by Oyabun1 »

Please read and follow the phpBB.com Board-Wide Rules and Regulations
Rule 4e wrote:Community based support is offered via the board ... do not contact Team Members or other members of the community for support via PM/IM/email unless asked to do so.
How did you install the portal without having the instructions?
Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Support Request Template
3.0.x: Knowledge Base ā˜… Styles Support ā˜… MOD Requests
3.1.x: Knowledge Base ā˜¢ Styles Support ā˜¢ Extension Requests
Bfish1234
Registered User
Posts: 13
Joined: Wed May 27, 2015 7:18 pm

Re: portal.php redirects to index when not signed in

Post by Bfish1234 »

I used the auto installer. I am sure that feature is well known here. It works well for people like me that are not programers. I read through the manual instructions and I don't recognize anything that would help me with this. I checked the files and the auto installer included all the lines as shown in the manual instructions.
Bfish1234
Registered User
Posts: 13
Joined: Wed May 27, 2015 7:18 pm

Re: portal.php redirects to index when not signed in

Post by Bfish1234 »

Oyabun1 wrote:Please read and follow the phpBB.com Board-Wide Rules and Regulations
Rule 4e wrote:Community based support is offered via the board ... do not contact Team Members or other members of the community for support via PM/IM/email unless asked to do so.
How did you install the portal without having the instructions?
Help does not appear to be available here. I am being told to go seek information from a source that is not there due to the fact that the portal available is over 2 years old. Like I said, 3.1 does not have the available extensions we need at this time so we are making the best of it until we can upgrade.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: portal.php redirects to index when not signed in

Post by Lumpy Burgertushie »

you have not told us what portal MOD it is. please post a link to the portal MOD that you have installed. we need to see what its instructions say about this. then we will need to see some of your files to make sure they are all correct. etc.
we are willing to help, you just have to give us something to work with.

you may PM me if you wish.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26874
Joined: Fri Aug 29, 2008 9:49 am

Re: portal.php redirects to index when not signed in

Post by Mick »

Bfish1234 wrote:Help does not appear to be available here. I am being told to go seek information from a source that is not there due to the fact that the portal available is over 2 years old
That's one of the risks you take installing mods.
3.0.x Support Forum wrote:Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
But, you could try adding something like this to the .htaccess file:

Open .htaccess and find:

Code: Select all

<Files "config.php">
Add before:

Code: Select all

DirectoryIndex index.html index.htm portal.php index.php
See this .htaccess guide.

Any other questions should be directed to the mod author or you could try mod writers discussion if that doesn't help.
  • "The more connected we get the more alone we becomeā€ - Kyle BroflovskiĀ© šŸ‡¬šŸ‡§
Bfish1234
Registered User
Posts: 13
Joined: Wed May 27, 2015 7:18 pm

Re: portal.php redirects to index when not signed in

Post by Bfish1234 »

Mick wrote:
Bfish1234 wrote:Help does not appear to be available here. I am being told to go seek information from a source that is not there due to the fact that the portal available is over 2 years old
That's one of the risks you take installing mods.
3.0.x Support Forum wrote:Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
But, you could try adding something like this to the .htaccess file:

Open .htaccess and find:

Code: Select all

<Files "config.php">
Add before:

Code: Select all

DirectoryIndex index.html index.htm portal.php index.php
See this .htaccess guide.

Any other questions should be directed to the mod author or you could try mod writers discussion if that doesn't help.
Like I said, there is no portal currently available that is updated. A portal does not seem to be a feature that should be hard to obtain.

So, it is not about taking risks installing mods, its about creating a functional forum.

Your .htaccess suggestion has already been discussed. People appear quick to post up pre-written answers to just brush away any nuisance here. You are all replying free of charge, so it doesn't warrant a complaint I suppose.

Lumpy is always more than polite and helpful here. I am thankful for that.

I will try the mod writers discussion.

3.1 was put in motion with very limited features. The developers seem to have moved on to that format. As of now, it is not possible to operate a completely updated forum with basic features like a portal and photo gallery. I am aware that this is a free service and I use PHPBB because I think it is outstanding. But I can't imagine that there is no one out there to help with these issues as the transformation to 3.1 continues to develop.

Return to ā€œ[3.0.x] MOD Writers Discussionā€