Page 1 of 1

Prosilver SE bottom corners problem

Posted: 29. March 2012 17:15
by Boomer
Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge

What have you done before the problem was there?
Nothing.

What have you already tryed to solve the problem?
I have read MANY posts here looking for the solution. :)

Description and Message
Hello,

first of all, thank you for your great mod.
I just upgraded the portal to version 1.0.6 (from 1.0.2) and I thought I'd finally try to solve (with your help) the problem I am having (and which was present with version 1.0.2 as well).
I use Prosilver SE (inheriting from Prosilver) as the default style on phpbb 3.0.10.
The bottom corners of my portal are not rounded.

Here is what the bottom corners look like in my index and every other page apart from the portal:
Image

And here are the bottom corners in my portal:

Image

Can anyone here please give me a hand and let me know what I need to change so that the bottom corners in my portal are rounded?

Thank you.

Re: Prosilver SE bottom corners problem

Posted: 29. March 2012 18:26
by archivar
Show the link to the Board with the Style.
May be a bug in the overall_footer.html?

Re: Prosilver SE bottom corners problem

Posted: 29. March 2012 18:53
by Boomer
Yes, of course, sorry.

Here is the link to my portal page:
http://www.perugiamurderfile.org/portal.php

Here is a snapshot of a segment of my overall_footer:
Image

If I invert lines 36 and 37, my portal problem is solved but then my index gets messed up.

Re: Prosilver SE bottom corners problem

Posted: 29. March 2012 19:26
by archivar
Boomer wrote: Here is the link to my portal page:
http://www.perugiamurderfile.org/portal.php
You have old portal files on the board and in style.
Read the install.xml and delete the old portal files.
Edit:
Boomer wrote:Your Portal Version: 1.0.6

I just upgraded the portal to version 1.0.6 (from 1.0.2) and I thought I'd finally try to solve (with your help) the problem I am having (and which was present with version 1.0.2 as well).
I use Prosilver SE (inheriting from Prosilver) as the default style on phpbb 3.0.10.
[/i]
Sorry, I thought they wanted to update B3P v. 2.0.0b1.
Note, however, the Release Notes (compatibility-phpBB-style-B3P).[/color]
http://www.phpbb.com/customise/db/mod/b ... l/details/

Re: Prosilver SE bottom corners problem

Posted: 29. March 2012 20:38
by archivar
I think you have an error in the overall_header.html. :o

wrong with you:

Code: Select all

        			<span class="corners-bottom"><span></span></span></div>
        		</div>
        
        	</div>
        <!-- ENDIF -->
        	<a name="start_here"></a>
        	<div id="page-body">
ok:

Code: Select all

        			<span class="corners-bottom"><span></span></span></div>
        		</div>
<!-- ENDIF -->        
        	</div>
        
        	<a name="start_here"></a>
        	<div id="page-body">

Re: Prosilver SE bottom corners problem

Posted: 29. March 2012 22:25
by Boomer
Thank you! Thank you! Thank you!

I caught that error when you told me to double check the edits.
But then I was getting an error when I uploaded the edited file.

When I read your post I saw my mistake:
I had cut/pasted the "<!-- ENDIF -->" to its proper location BUT I had also pasted in the spaces.
When I saw your post, I removed the spaces:

Code: Select all

                 <span class="corners-bottom"><span></span></span></div>
              </div>
<!-- ENDIF -->        
           </div>
And, big thanks.