|
Page 2 of 2
|
Limun 
Joined: January 2008
Posts: 1334
Location: ![[Censor] (Croatia) croatia.png](images/flags/croatia.png) [Censor]
|
 Re: Phpbb3 Portal For Milky_Way
in my case (my selected forum ) is 2 ., if i select another forum it will show some other number
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
#16 Wed 19 Nov, 2008 16:03 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
misterleks 
Joined: December 2010
Posts: 23
|
 Re: Phpbb3 Portal For Milky_Way
I have this portal ( http://www.board3.de/). For it correction same?
P.S. Forgive for my English:)
|
#17 Mon 20 Dec, 2010 17:09 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Phpbb3 Portal For Milky_Way
i think it would work but i just looked it over verry fast, you need to check if classes used are the same names (i think they are)
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#18 Mon 20 Dec, 2010 17:47 |
|
misterleks 
Joined: December 2010
Posts: 23
|
 Re: Phpbb3 Portal For Milky_Way
Yes, such style is!
Has replaced, it has turned out here so!

But blocks have not changed, remains as was. And it is conceived?
Here my site: 100events.net
P.S. How to make the rounded off angles ?
|
#19 Mon 20 Dec, 2010 18:25 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Phpbb3 Portal For Milky_Way
please check if you have done all edits (especially the ones to every portal block used)
then purdge the board cache and maybe even clean your browser
for rounded corners you need to check a table that has rounded corners see the difference in the header ... copy and modify that to what you want it to say and edit it in every single block used (i mean the part of code above "table" and "th" wich is missing in portal blocks)
it would look something like this if i look at your loginbox source code
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">Вход</div></div></div></div>
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
Edited by Joshua203, Mon 20 Dec, 2010 19:28: typo removal |
#20 Mon 20 Dec, 2010 19:17 |
|
misterleks 
Joined: December 2010
Posts: 23
|
 Re: Phpbb3 Portal For Milky_Way
Has tried round angles on one block, it is looked awfully)))) better, I shall forget about them)))
What changes style '.tablebg th '? I have not noticed any variations...
Has made variations only on style '.cat '!
|
#21 Mon 20 Dec, 2010 19:56 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Phpbb3 Portal For Milky_Way
Has tried round angles on one block, it is looked awfully)))) better, I shall forget about them)))
LOL i can imagine in 2 minutes it looks awful hehehe it should look pretty
spend some time on it and you 'll love it
What changes style '.tablebg th '? I have not noticed any variations...
tablebgportal changes the borders
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#22 Mon 20 Dec, 2010 20:30 |
|
misterleks 
Joined: December 2010
Posts: 23
|
 Re: Phpbb3 Portal For Milky_Way
LOL i can imagine in 2 minutes it looks awful hehehe it should look pretty
spend some time on it and you 'll love it
I used Photoshop

I needed a one-minute
And I did not like
P.S.
for rounded corners you need to check a table that has rounded corners see the difference in the header ... copy and modify that to what you want it to say and edit it in every single block used (i mean the part of code above "table" and "th" wich is missing in portal blocks)
it would look something like this if i look at your loginbox source code
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">Вход</div></div></div></div>
Looks like this:
Open main_menu.html folder block
Find:
Replace:
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">
Find:
Replace:
This is done in all the blocks you use.
|
#23 Tue 21 Dec, 2010 06:34 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Phpbb3 Portal For Milky_Way
yes for your portal that would be it  but keep in mind that those div's should never be empty, i mean a blanc header should at least have an as content
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#24 Tue 21 Dec, 2010 12:39 |
|
misterleks 
Joined: December 2010
Posts: 23
|
 Re: Phpbb3 Portal For Milky_Way
Joshua203, Thanks, I'll keep in mind.
According to its portal is an even easier way.
Open _block_config.html
Find:
<!-- DEFINE $LR_BLOCK_H_L = '<table class="tablebg" cellspacing="1" width="100%"><tr><th><span style="float: left">' -->
Replaced by:
<!-- DEFINE $LR_BLOCK_H_L = '<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-po"><div class="tbl-title">' -->
Find:
<!-- DEFINE $LR_BLOCK_H_R = '</span></th></tr></table>' -->
Replaced by:
<!-- DEFINE $LR_BLOCK_H_R = '</div></div></div></div>' -->
All units will be swapped.
Example on my site. Only altered the font, the lines extend beyond the block.
|
#25 Tue 21 Dec, 2010 15:51 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Phpbb3 Portal For Milky_Way
Quote: Example on my site. Only altered the font, the lines extend beyond the block.
That's because it changes the class
your minical is exeeding the limit BTW
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#26 Tue 21 Dec, 2010 16:58 |
|
|
Page 2 of 2
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|