Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 3
Goto page 1, 2, 3  Next
 
Reply with quote Download Post 
Post Footer Width 
 
Hi, just wonder if someone can help me here.

I whant the footer width the same as the abobe images.

Hope you understand what i meen.


 footer


Thanks

Jogge
 



 
JoggeSend private message  
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: Footer Width 
 
open your style index_body.tpl
find
Spoiler: [ Show ]


replace with
Spoiler: [ Show ]



result : (i m not sure if this is what you mean )
 1_6
 




____________
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
Reply with quote Download Post 
Post Re: Footer Width 
 
Limun wrote: [View Post]
open your style index_body.tpl
find
Spoiler: [ Show ]


replace with
Spoiler: [ Show ]



result : (i m not sure if this is what you mean )
 1_6
Thanks for the help Limun but i meen the footer there it is writing Powered by............
 



 
JoggeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Footer Width 
 
overall_footer.tpl

find
Spoiler: [ Show ]



replace with
Spoiler: [ Show ]


maybe 30px in red
 




____________
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
Reply with quote Download Post 
Post Re: Footer Width 
 
Limun wrote: [View Post]
overall_footer.tpl

find
Spoiler: [ Show ]



replace with
Spoiler: [ Show ]


maybe 30px in red
Sorry Limun but this just changes the text, i won´t the hole border, well check my site and you can see that i have images instead of borders. Think you understand when you see it.

thanks

jogge
 



 
JoggeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Footer Width 
 
Try this.

RC*

copy /default/overall_footer to /your_style

At the top change the existing markup to something like this:

Code: [Download] [Hide] [Select]
<!-- INCLUDE overall_inc_footer.tpl -->
<tr>    <td colspan="1" width="20%">
    <td colspan="2" width="80%">

    <div id="bottom_logo_ext">


Change x2 class="min250" to width="25%"

Close the extra table data </td> wherever you want it to end.

Or something like this:

Code: [Download] [Hide] [Select]
<!-- INCLUDE overall_inc_footer.tpl -->
<tr>    <td width="2%">
    <td colspan="2" width="80%">

    <div id="bottom_logo_ext">



But how you would be able to expand and contract it when the menu is opened or closed, means a whole lot more than just doing the above.

PS: Jogge,

As a matter of interest, what version of IP styles are you working on ?
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Footer Width 
 
Jogge wrote: [View Post]
Sorry Limun but this just changes the text, i won´t the hole border, well check my site and you can see that i have images instead of borders. Think you understand when you see it.

thanks

jogge


but i dont see images man , look what i see

 where

anyway try this of Lopalong
 




____________
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
Reply with quote Download Post 
Post Re: Footer Width 
 
I think what he's after is this:




And he can also adjust it finitely with the {SPACER}

Code: [Download] [Hide] [Select]
<!-- INCLUDE overall_inc_footer.tpl -->
<tr> <td img src="{SPACER}" width="20" alt="" />
    <td colspan="2">
    <div id="bottom_logo_ext">

 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Footer Width 
 
Limun wrote: [View Post]
Jogge wrote: [View Post]
Sorry Limun but this just changes the text, i won´t the hole border, well check my site and you can see that i have images instead of borders. Think you understand when you see it.

thanks

jogge


but i dont see images man , look what i see

 where

anyway try this of Lopalong
Well Limun if you don´t see why not try to changes template/style

Jogge
 



 
JoggeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Footer Width 
 
Jogge wrote: [View Post]
Well Limun if you don´t see why not try to changes template/style
Jogge

ups  

anyway i see that Lopa solved it in pic above ,,,try it
 




____________
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
Reply with quote Download Post 
Post Re: Footer Width 
 
And also be kind enough to answer my question on what version you are making these styles for

jogge wrote: 
well check my site and you can see that i have images instead of borders.


Next time - please post a URL with the theme value.

E.G: h**p://***.icyphoenix.com/forum.php?s=12

Some of us have more to do than chasing urls or theme changing when we get there.
 
 
Last edited by Guest on Mon 01 Jun, 2009 13:42; edited 2 times in total 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Footer Width 
 
Lopalong wrote: [View Post]
And also be kind enough to answer my question on what version you are making these styles for
Ofcourse i shall answer your question and it is version RC 2

And i have test your 2 proposals Lopalong and i can´t get them to work. Think it´s me that make some and me and code is the same as............
 



 
JoggeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Footer Width 
 
Give me an =s link to the theme. The number is the theme you are working on.

EG: h**p://***.icyphoenix.com/forum.php?s=12

It appears that FF and IE don't agree!  

Try this:

Code: [Download] [Hide] [Select]
<!-- INCLUDE overall_inc_footer.tpl -->
<tr> <td width="3%">
    <td colspan="2">
    <div id="bottom_logo_ext">

 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Footer Width 
 
Lopalong wrote: [View Post]
Give me an =s link to the theme. The number is the theme you are working on.

s=18 is theme
 




____________
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
Reply with quote Download Post 
Post Re: Footer Width 
 
Lopalong wrote: [View Post]
Give me an =s link to the theme. The number is the theme you are working on.

EG: http://www.icyphoenix.com/forum.php?s=12

It appears that FF and IE don't agree!  

Try this:

Code: [Download] [Hide] [Select]
<!-- INCLUDE overall_inc_footer.tpl -->
<tr> <td width="3%">
    <td colspan="2">
    <div id="bottom_logo_ext">
Sorry don´t work and here are the link
Link
 



 
JoggeSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 3
Goto page 1, 2, 3  Next


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