[SOLVED] Logo Problem Using Frozen Phoenix PhpBB3 Style »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - [SOLVED] Logo Problem Using Frozen Phoenix PhpBB3 Style



Tree of Life [ Sun 11 Mar, 2012 15:02 ]
Post subject: [SOLVED] Logo Problem Using Frozen Phoenix PhpBB3 Style
I am not quite sure how to word this question other than by attaching a PrntScrn for your review...

Please notice how my logo at the top is covering the area of the form below it, and also how the title of the subtitle below is barely visible, that is, the words "Towards an Absolute Chronology..."

What can I do to solve these problems such that I may use the Frozen Phoenix Style for phpBB3?


Joshua203 [ Sun 11 Mar, 2012 18:51 ]
Post subject: Re: Logo Problem Using Frozen Phoenix PhpBB3 Style
I guess you would have to adjust the height of the logo area in common.css called header-box (or use an image that fits the area)

Then you would need to replace the searchbox to a new location in overall_header.html (removing it from the page_header div block)
That would be this piece of code:
Code: [Hide] [Select]
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box">
<form action="{U_SEARCH}" method="get" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
<input class="button2" value="{L_SEARCH}" type="submit" /><br />
<a href="{U_SEARCH}" class="" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->

Possibly put it below <!-- INCLUDE menu_block.html --> or <!-- INCLUDE breadcrumbs_main.html --> (but it's a matter of taste )

and then you'ld need to check how it starts looking because I wrote this without trying


Tree of Life [ Sun 11 Mar, 2012 20:25 ]
Post subject: [SOLVED:] Logo Problem Using Frozen Phoenix PhpBB3 Style
Joshua203 wrote: [View Post]
I guess you would have to adjust the height of the logo area... (or use an image that fits the area)...




Thanks for helping me see my own problem! The three proverbial fingers pointing back...

Yes, per your suggestion I adjusted the logo area in... [the imageset.cfg file...] and voila, it worked!





Joshua203 [ Sun 11 Mar, 2012 22:30 ]
Post subject: Re: [SOLVED] Logo Problem Using Frozen Phoenix PhpBB3 Style
I can't see what you did exactly because I can t change the style as a guest, but you sound happy

BTW please add a link to your page in your profile (saves me the time to finding the post where you posted the link )


Tree of Life [ Sun 11 Mar, 2012 23:10 ]
Post subject: Re: [SOLVED] Logo Problem Using Frozen Phoenix PhpBB3 Style
Joshua203 wrote: [View Post]
I can't see what you did exactly because I can t change the style as a guest, but you sound happy

BTW please add a link to your page in your profile (saves me the time to finding the post where you posted the link )



Ok, I added the link you requested. Hoping I understood you correctly...

To save you the time and bother of registering into my free paradigm shifting discoveries re a more absolute reckoning of time, I'll attach for you another attachment showing my solution to this problem of mine:


Joshua203 [ Sun 11 Mar, 2012 23:41 ]
Post subject: Re: [SOLVED] Logo Problem Using Frozen Phoenix PhpBB3 Style
that's a nice fix too

One little thingi ..if you are shrinking the logo anyway, you may want to consider editing it (this would make the actual size of the image smaller, which can only be to your advantage IMHO)

EDIT:
Thanks for adding the link, it will really make things easier if you need help again




Powered by Icy Phoenix