Page 1 of 2

Portal issues

Posted: 20. August 2013 04:14
by UnknownReverence
Your Portal Version: 2.0.1
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://paragon-gaming.zxq.net/portal.php

What have you done before the problem was there?
I installed everything correctly and have done them over again to double check.

What have you already tryed to solve the problem?
Double checking the edits.

Description and Message
I installed the portal on my page, but there's a few problems. The bullets are off of where they're supposed to be, and the welcome message overlaps the background. Also, the portal link at the top is missing. It also seems the whole background of everything disappeared now and it's just all white background since I messed with the blocks.

I followed the directions and also did the directions located at this link. (viewtopic.php?f=57&t=5323)

Re: Portal issues

Posted: 20. August 2013 07:01
by UnknownReverence
It seems as though I've fixed the background and bullets, but now the welcome and custom blocks are aligned to the right and I still don't have the portal link on my board.

Re: Portal issues

Posted: 20. August 2013 10:21
by Kirk
The error is in overall_header.html
your code:

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
<!-- ENDIF -->
    
    <!-- INCLUDE navbar.html -->
Change it so

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
    <!-- INCLUDE navbar.html -->
<!-- ENDIF -->

Re: Portal issues

Posted: 20. August 2013 10:37
by UnknownReverence
I've tried both ways. The whole navbar disappeared when I did it that way.

Re: Portal issues

Posted: 20. August 2013 10:50
by Kirk
You must in ACP at Display the phpBB Header on the portal put on yes

Re: Portal issues

Posted: 20. August 2013 10:51
by UnknownReverence
It shows the navbar again, but still no portal link.

Re: Portal issues

Posted: 20. August 2013 11:01
by Kirk
UnknownReverence wrote:It shows the navbar again, but still no portal link.
Did you do: Knowledge Base: Changes to forums styles

Re: Portal issues

Posted: 20. August 2013 11:05
by UnknownReverence
Yes. I did all of that after I changed the overall_header.html

Re: Portal issues

Posted: 20. August 2013 11:14
by Kirk
Go to the folder via FTP cache and delete everything except for
. htaccess and index.htm
Refresh your Browser

Re: Portal issues

Posted: 20. August 2013 11:16
by UnknownReverence
Still nothing. I'm sorry your attempts to help aren't working. I do appreciate it though.

Re: Portal issues

Posted: 20. August 2013 15:12
by Kirk
For me, the style works: Demo
I have this style, including all changes for the portal provided to download.
http://reyno41.bplaced.net/phpBB3/downl ... lution.zip

Re: Portal issues

Posted: 20. August 2013 15:33
by UnknownReverence
Kirk wrote:For me, the style works: Demo
I have this style, including all changes for the portal provided to download.
http://reyno41.bplaced.net/phpBB3/downl ... lution.zip
Thank you. That fixed everything except the link for the navbar. That's all I need to fix now.

Re: Portal issues

Posted: 20. August 2013 15:43
by Kirk
Does the portal with prosilver without problems?

Re: Portal issues

Posted: 20. August 2013 15:45
by UnknownReverence
Kirk wrote:Does the portal with prosilver without problems?
I actually haven't tried it with another style. I also didn't do the viewonline, constants, functions, session, and htaccess edits in the original install directions either. Wasn't sure if I needed to or not. Just followed the directions from that link I gave. Not sure if that has something to do with it or not.

Re: Portal issues

Posted: 20. August 2013 15:58
by Kirk
You have to make the instructions as it is in the install.xml.