Prosilver SE bottom corners problem

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply

Topic author
Boomer
Active Member
Posts: 3
Joined: 29. March 2012 16:48

Prosilver SE bottom corners problem

Post 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.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Prosilver SE bottom corners problem

Post by archivar »

Show the link to the Board with the Style.
May be a bug in the overall_footer.html?
V.G. archivar
sorry for my bad english

Topic author
Boomer
Active Member
Posts: 3
Joined: 29. March 2012 16:48

Re: Prosilver SE bottom corners problem

Post 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.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Prosilver SE bottom corners problem

Post 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/
V.G. archivar
sorry for my bad english
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Prosilver SE bottom corners problem

Post 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">
V.G. archivar
sorry for my bad english

Topic author
Boomer
Active Member
Posts: 3
Joined: 29. March 2012 16:48

Re: Prosilver SE bottom corners problem

Post 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.
Post Reply

Return to “Styles Support”