No borders around left and right side blocks

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
FLATTOP
Active Member
Posts: 42
Joined: 7. February 2009 23:58

No borders around left and right side blocks

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

Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: No borders around left and right side blocks

Post 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
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!
User avatar

Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: No borders around left and right side blocks

Post by Christian_N »

If our credit re-insert it like to open a new topic.
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!
User avatar

Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: No borders around left and right side blocks

Post 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
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: No borders around left and right side blocks

Post 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 ;)
kein Support per PN / Messenger
no Support via PM / Messenger

Topic author
FLATTOP
Active Member
Posts: 42
Joined: 7. February 2009 23:58

Re: No borders around left and right side blocks

Post by FLATTOP »

Yes exactly mike! any help would be appreciated
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: No borders around left and right side blocks

Post 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.
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: No borders around left and right side blocks

Post 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. ;)
kein Support per PN / Messenger
no Support via PM / Messenger

Topic author
FLATTOP
Active Member
Posts: 42
Joined: 7. February 2009 23:58

Re: No borders around left and right side blocks

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

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: No borders around left and right side blocks

Post 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... ;)
kein Support per PN / Messenger
no Support via PM / Messenger

Topic author
FLATTOP
Active Member
Posts: 42
Joined: 7. February 2009 23:58

Re: No borders around left and right side blocks

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

japagun
Valued Contributor
Posts: 52
Joined: 1. February 2009 09:50
phpBB.com User: japagun

Re: No borders around left and right side blocks

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

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: No borders around left and right side blocks

Post by Mike »

Which part of it?
kein Support per PN / Messenger
no Support via PM / Messenger
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: No borders around left and right side blocks

Post by thomas.d »

FLATTOP wrote:... I changed the code and now the credit shows up perfectly. ...
Thanks! :D
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

japagun
Valued Contributor
Posts: 52
Joined: 1. February 2009 09:50
phpBB.com User: japagun

Re: No borders around left and right side blocks

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

Return to “board3 Portal 1.0.x - English Support”