Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 2
Goto page Previous  1, 2
 
Reply with quote Download Post 
Post 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!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Phpbb3 Portal For Milky_Way 
 
I have this portal (http://www.board3.de/). For it correction same?

P.S. Forgive for my English:)
 



 
misterleksSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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 ?
 



 
misterleksSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [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>

 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Edited by Joshua203, Mon 20 Dec, 2010 19:28: typo removal
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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 '!
 



 
misterleksSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [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: [Download] [Hide] [Select]
{$LR_BLOCK_H_L}

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

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

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


This is done in all the blocks you use.
 



 
misterleksSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [Hide] [Select]
<!-- DEFINE $LR_BLOCK_H_L = '<table class="tablebg" cellspacing="1" width="100%"><tr><th><span style="float: left">' -->

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

Replaced by:
Code: [Download] [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.
 



 
misterleksSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 2
Goto page Previous  1, 2


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron