Work On NewTemplate For Icy 1.2


Goto page Previous  1, 2, 3

Inactive User
Subject: Re: Work On NewTemplate For Icy 1.2
Mate, whatever you think is fine, I thought it may have been an oversight. ;)

But you do have two problems: :(

The stats footer needs to be closed of because it breaks the .css. :(

And the LOFI version is well - just yucky! :mricy:
But that's a bug with IP because there is far too much information in the footer for the way it is formatted. :P

Working fixed Demo: h**p://forum-styles.com/ip/forum.php

And you can use these fixes if you want to. 8)

Code: [Download] [Hide] [Select]
statistics.tpl


Find:

<!-- BEGIN main_bottom -->
<div class="copyright" style="text-align:center;">{VERSION_INFO}<br />{INSTALL_INFO}<br />{VIEWED_INFO}</div>
<!-- END main_bottom -->

Replace with:

<!-- BEGIN main_bottom -->
</td>
<table>
<tr>
<td align="center"><img src="{FULL_SITE_PATH}{SPACER}" alt="" width="1px" height="1px" /></td>
</tr>
</table>
<div class="copyright" style="text-align:center;">{VERSION_INFO} &diams; {INSTALL_INFO} &diams; {VIEWED_INFO}</div>
<!-- END main_bottom -->



overall_footer_limun.tpl


DELETE EVERYTHING:

Replace with: ## And DON'T change these hard-paths - src="templates/rc_limun/images/limun/footer_r.png" ##

<!-- BEGIN switch_importal -->
{PORTAL_TAILCENTER}
</td>
{PORTAL_TAILRIGHT}
</tr>
</table>
{PORTAL_TAIL}
<!-- END switch_importal -->

{CMS_ACP}
<div style="text-align:center;"><br /><span class="admin-link">{ADMIN_LINK}</span><br /><br /></div>
</td>
</tr>
<!-- BEGIN switch_footer_table -->
<tr>
<td width="100%" colspan="3">
<div style="padding-left:5px; padding-right:5px;">
<table class="forumline" width="100%" cellspacing="0" cellpadding="0">
<tr><td class="row-header"><span>{L_STAFF_MESSAGE}</span></td></tr>
<tr><td><div class="post-text"><br />{switch_footer_table.FOOTER_TEXT}<br /><br /></div></td></tr>
</table>
</div>
</td>
</tr>
<!-- END switch_footer_table -->
<!--
<tr>
<td colspan="3" width="100%">
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td class="row5bg" width="100%">&nbsp;</td></tr>
</table>
</td>
</tr>
-->
<tr>
<td colspan="3">
<div style="text-align:center;padding-bottom:10px;">
<span class="genmed"><b>{LOFI}</b></span></div>
<div id="bottom_logo_ext">
<div id="bottom_logo">
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap" width="25%" align="left">
<span class="copyright">&nbsp;Powered by <a href="h**p://***.icyphoenix.com/" target="_blank">Icy Phoenix</a> based on <a href="h**p://***.phpbb.com/" target="_blank">phpBB</a>{TRANSLATION_INFO}</span>
</td>
<td nowrap="nowrap" align="center">

<!-- BEGIN generation_time_switch -->
<span class="generation">{PAGE_GEN_TIME} <b>{GENERATION_TIME}s</b> (PHP: {PHP_PART}% SQL: {SQL_PART}%)</span><br />
<span class="generation">{SQL_QUERIES}: {NUMBER_QUERIES} - {DEBUG_TEXT} - {GZIP_TEXT}</span>
<!-- END generation_time_switch -->
</td>
<td nowrap="nowrap" width="25%" align="right">
<span class="copyright">Design by <a href="h**p://art.creativeproject.com" target="_blank">&copy; Limun</a>&nbsp;</span>
</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</td>
<td class="rightshadow" width="9" valign="top" align="left"><img src="{FULL_SITE_PATH}{SPACER}" alt="" width="9" height="121" /></td>
</tr>
</table>
<span><a name="bottom"></a></span>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="60px">
<img border="0" src="templates/rc_limun/images/limun/footer_l.png"></td>
<td class="footer_c" width="100%">
<p align="center"><a href="http:">
<span style="text-decoration: none; font-weight: 700">Style 2008</span></a></p></td>
<td width="60px">
<img border="0" src="templates/rc_limun/images/limun/footer_r.png"></td>
</tr>
</table>
<div style="padding:2px;"></div>
{BOTTOM_HTML_BLOCK}
<div style="padding:5px;"></div>
</body>
</html>

Last edited by Guest on Mon 31 Mar, 2008 12:38; edited 1 time in total

stats.png
Description:  
Filesize: 4.28 KB
Viewed: 11624 Time(s)

stats.png

lofi.png
Description:  
Download
Filename: lofi.png
Filesize: 13.91 KB
Downloaded: 174 Time(s)

Subject: Re: Work On NewTemplate For Icy 1.2
thank you :)
..i will replace this...even if stats i see as ok...(didnt check in IE )
but link is not work http://127.0.0.1/ip-themes/forum.php

Inactive User
Subject: Re: Work On NewTemplate For Icy 1.2
Limun wrote: [View Post]
thank you :)
..i will replace this...even if stats i see as ok...(didnt check in IE )
bte link is not work h**p://127.0.0.1/ip-themes/forum.php


Hahaha! :oops: :oops: :oops:

I did it again! "LocalHost" ? :(

You won't see it in either FF, IE or Opera until you load and activate any of the Stat modules in the ACP. :(

BTW, This link is better! ;) h**p://forum-styles.com/ip/forum.php

Subject: Re: Work On NewTemplate For Icy 1.2
aha...
so u already fixed in your site..right?

Inactive User
Subject: Re: Work On NewTemplate For Icy 1.2
Yes!

I couldn't wait for you to fix it, because I'm really fussy; and it gave me something else to do. :mryellow:

And the reason I posted the fix, is because other theme-makers are going to have the same problem. :twisted:

Subject: Re: Work On NewTemplate For Icy 1.2
Lopalong wrote: [View Post]
Yes!

I couldn't wait for you to fix it, because I'm really fussy; and it gave me something else to do. :mryellow:

And the reason I posted the fix, is because other theme-makers are going to have the same problem. :twisted:


thank you... :mryellow:

Goto page Previous  1, 2, 3

Page 3 of 3


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 1.3766s (PHP: 3% SQL: 97%)
SQL queries: 38 - Debug Off - GZIP Enabled