Page 1 of 1

No borders around left and right side blocks

Posted: 8. February 2009 02:14
by FLATTOP
Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.crustygamers.com

What have you done before the problem was there?
nothing

What have you already tryed to solve the problem?
reviewed all files with portal install to make sure all were correctly uploaded

Description and Message
I have searched all topics about this and can't seem to find a solution, my left and right blocks on my portal have no borders like the center blocks do, now I need to add that I'm using the SE_Pro style, if that might have anything to do with it.
I have purged my main cache and refreshed the template, theme and imageset, nothing has changed.
any help would be appreciated.

Re: No borders around left and right side blocks

Posted: 8. February 2009 02:47
by Christian_N
Topic closed:
  • "No-Go's"
    • We will not provide support to those who have removed our credits from their portal.
Please read our rules: viewtopic.php?f=8&t=1641

Re: No borders around left and right side blocks

Posted: 8. February 2009 02:49
by Christian_N
If our credit re-insert it like to open a new topic.

Re: No borders around left and right side blocks

Posted: 8. February 2009 03:06
by Christian_N
Oh sorry Credit is only hidden :oops:
reopen topic. :D

Please download this adaptation: http://www.board3-styles.de/downloads.p ... l&df_id=36
Demo: http://demo.board3-styles.de/portal.php?style=22

Re: No borders around left and right side blocks

Posted: 8. February 2009 03:15
by Mike
But he want to have the same border around the left and right blocks, like the blocks in center.
The style adaption you linked doesnt have ;)

Re: No borders around left and right side blocks

Posted: 8. February 2009 03:47
by FLATTOP
Yes exactly mike! any help would be appreciated

Re: No borders around left and right side blocks

Posted: 8. February 2009 10:27
by thomas.d
Nevertheless: Invisible credits (white fore- and background) have the same quality as removed credits! You can't see them.

There is no reason to make credits invisible unless they shall not bee seen.

I strongly recommend to format the credits in a correct and fair way.

Thanks.

Re: No borders around left and right side blocks

Posted: 8. February 2009 16:06
by Mike
HE dont make them invisible, since it was the Style. If you dont pay specific attention on this line, it is easy to miss. I Installed this Style too, and never noticed this white line. ;)

Re: No borders around left and right side blocks

Posted: 8. February 2009 19:06
by FLATTOP
Mike is correct, it is the style that is causing the credit to be hidden, I missed it as well. I would be more than happy to fix it, I'm just not sure how?

Re: No borders around left and right side blocks

Posted: 8. February 2009 23:12
by Mike
To solve you problem with invisible Credits

open
styles/se_pro/template/portal/portal_body.html

find this line:

Code: Select all

<br /><div class="copyright">{L_PORTAL_COPY}</div>
and replace with:

Code: Select all

<br /><div style="color:black; text-align: center">{L_PORTAL_COPY}</div>

EDIT:
To have the same Borders around all Blocks you have to do a lot of changes on all side Blocks.
Since you need a lot of experience in this i wouldnt advise you to do this (unless you know what you do)
If i where you, i would wait until the next release of Board3 Portal (1.0.3), wich allows you to easily made this changes by yourself in one single file... ;)

Re: No borders around left and right side blocks

Posted: 9. February 2009 00:16
by FLATTOP
Thanks Mike! I changed the code and now the credit shows up perfectly.
I will wait for the next release to fix the border problem, thanks again for all your help.

Re: No borders around left and right side blocks

Posted: 9. February 2009 08:26
by japagun
Mike wrote:To solve you problem with invisible Credits

open
styles/se_pro/template/portal/portal_body.html

find this line:

Code: Select all

<br /><div class="copyright">{L_PORTAL_COPY}</div>
and replace with:

Code: Select all

<br /><div style="color:black; text-align: center">{L_PORTAL_COPY}</div>

EDIT:
To have the same Borders around all Blocks you have to do a lot of changes on all side Blocks.
Since you need a lot of experience in this i wouldnt advise you to do this (unless you know what you do)
If i where you, i would wait until the next release of Board3 Portal (1.0.3), wich allows you to easily made this changes by yourself in one single file... ;)
I`m really happy to see this reply.......

Re: No borders around left and right side blocks

Posted: 9. February 2009 11:52
by Mike
Which part of it?

Re: No borders around left and right side blocks

Posted: 9. February 2009 21:12
by thomas.d
FLATTOP wrote:... I changed the code and now the credit shows up perfectly. ...
Thanks! :D

Re: No borders around left and right side blocks

Posted: 10. February 2009 01:52
by japagun
Mike wrote:Which part of it?
This

Code: Select all

If i where you, i would wait until the next release of Board3 Portal (1.0.3), wich allows you to easily made this changes by yourself in one single file...