Phpbb3 Portal For Milky_Way »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Phpbb3 Portal For Milky_Way



Limun [ Wed 19 Nov, 2008 16:03 ]
Post subject: 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


misterleks [ Mon 20 Dec, 2010 17:09 ]
Post subject: Re: Phpbb3 Portal For Milky_Way
I have this portal (http://www.board3.de/). For it correction same?

P.S. Forgive for my English:)


Joshua203 [ Mon 20 Dec, 2010 17:47 ]
Post subject: 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)


misterleks [ Mon 20 Dec, 2010 18:25 ]
Post subject: Re: Phpbb3 Portal For Milky_Way
Yes, such style is!
Has replaced, it has turned out here so!
1
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 ?


Joshua203 [ Mon 20 Dec, 2010 19:17 ]
Post subject: 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
Code: [Hide] [Select]
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">Вход</div></div></div></div>


misterleks [ Mon 20 Dec, 2010 19:56 ]
Post subject: 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 '!


Joshua203 [ Mon 20 Dec, 2010 20:30 ]
Post subject: Re: Phpbb3 Portal For Milky_Way
misterleks wrote: [View Post]
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

misterleks wrote: [View Post]
What changes style '.tablebg th '? I have not noticed any variations...

tablebgportal changes the borders


misterleks [ Tue 21 Dec, 2010 06:34 ]
Post subject: Re: Phpbb3 Portal For Milky_Way
Joshua203 wrote: [View Post]

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
2
I needed a one-minute
And I did not like


P.S.

Joshua203 wrote: [View Post]

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
Code: [Hide] [Select]
<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:
5

Open main_menu.html folder block
Find:
Code: [Hide] [Select]
{$LR_BLOCK_H_L}

Replace:
Code: [Hide] [Select]
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">

Find:
Code: [Hide] [Select]
{$LR_BLOCK_H_R}

Replace:
Code: [Hide] [Select]
</div></div></div></div>


This is done in all the blocks you use.


Joshua203 [ Tue 21 Dec, 2010 12:39 ]
Post subject: 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 &nbsp; as content


misterleks [ Tue 21 Dec, 2010 15:51 ]
Post subject: 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:
Code: [Hide] [Select]
<!-- DEFINE $LR_BLOCK_H_L = '<table class="tablebg" cellspacing="1" width="100%"><tr><th><span style="float: left">' -->

Replaced by:
Code: [Hide] [Select]
<!-- 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:
Code: [Hide] [Select]
<!-- DEFINE $LR_BLOCK_H_R = '</span></th></tr></table>' -->

Replaced by:
Code: [Hide] [Select]
<!-- 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.


Joshua203 [ Tue 21 Dec, 2010 16:58 ]
Post subject: 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




Powered by Icy Phoenix