Page 1 of 1

BlueSteel theme question

PostPosted: Fri Nov 10, 2006 10:00 pm
Author: Watcher
Ive got BlueSteel theme running on a fresh install {not updated yet need to get about 1 day free to do that} everything seems to work fine, but im getting this at the bottom of my forum {Note if all the updates are added will it fix these problems?)
[code]Parse error]

heres the site
http://worldofarkania.net/New_World_Portal/portal.php

dont know how to fix it, need a bit of help on this.

also the clock seem to work but the face is just a white face clock, the blue swf clock is in my image file but its just showing as a white face clock, any help on getting the blue clock working would be nice

Re: BlueSteel theme question

PostPosted: Fri Nov 10, 2006 10:49 pm
Author: Helter
open your template/blocks/clock_block.tpl and replace everything with this

[code]<center><object classid="clsid]

the clock is the same, it just has a white background by default. This will make the background transparent

Re: BlueSteel theme question

PostPosted: Sat Nov 11, 2006 8:17 am
Author: Watcher
Thank you Helter that worked fine now any idea on how to fix that parse error

Re: BlueSteel theme question

PostPosted: Sat Nov 11, 2006 4:03 pm
Author: Helter
backup bluesteel/portal_page_tail.tpl

replace all code with this

Code: Select all
<td><img></td><td>  <BEGIN>   <table>   <tr>    <td><img></td>    <td></td>    <td><img></td>   <table>         <BEGIN>     <tr>         <th>{tail_blocks_row.title.TITLE}</th>     </tr>     <END>     <tr>         <td         <BEGIN>         class="row1"         <END>         >{tail_blocks_row.OUTPUT}</td>     </tr></table><BEGIN>        <table><tr><td><div><img></div></td><td><div></div></td><td><div><img></div></td></tr></table>  <BEGIN><table><tr><td><img></td><td><img></td><td><img></td></tr></table><END><END></td>

Re: BlueSteel theme question

PostPosted: Sat Nov 11, 2006 6:29 pm
Author: Watcher
that one did not help i think its the wrong page tpl
this is the one the Parse is talking about
New_World_Portal/cache/tpl_BlueSteel.portal_page_tail.php
Code: Select all
<php>vars['FOOTER_WIDTH'] : $this->lang('FOOTER_WIDTH'); ?>" valign="top">  <php>_tpldata['tail_blocks_row.']) ) ?  sizeof($this->_tpldata['tail_blocks_row.']) : 0;for ($tail_blocks_row_i = 0; $tail_blocks_row_i <tail_blocks_row_count>_tpldata['tail_blocks_row.'][$tail_blocks_row_i];  $tail_blocks_row_item['S_ROW_COUNT'] = $tail_blocks_row_i;  $tail_blocks_row_item['S_NUM_ROWS'] = $tail_blocks_row_count;  ?>  <table>   <tr>    <td><img></td>    <td></td>    <td><img></td>  <table>          <?php  $title_count = ( isset($tail_blocks_row_item['title.']) ) ? sizeof($tail_blocks_row_item['title.']) : 0;for ($title_i = 0; $title_i <title_count>    <tr>       <th><php></th>    </tr>    <php>    <tr>       <td       <?php  $background_count = ( isset($tail_blocks_row_item['background.']) ) ? sizeof($tail_blocks_row_item['background.']) : 0;for ($background_i = 0; $background_i <background_count>       class="row1"       <php>       ><php></td>    </tr></table><?php  $border_count = ( isset($tail_blocks_row_item['border.']) ) ? sizeof($tail_blocks_row_item['border.']) : 0;for ($border_i = 0; $border_i <border_count>      <table><tr><td><div><img></div></td><td><div></div></td><td><div><img></div></td></tr></table>  <?php  $border_count = ( isset($border_item['border.']) ) ? sizeof($border_item['border.']) : 0;for ($border_i = 0; $border_i <border_count><table><tr><td><img></td><td><img></td><td><img></td></tr></table><php><php></td>

Re: BlueSteel theme question

PostPosted: Sat Nov 11, 2006 9:00 pm
Author: Helter
portal_page_tail.php has nothing to do with the template. The template only displays the corresponding php file. the prob appears to be a cache file, so go to acp/extreme styles manage cache, and delete the cache

Re: BlueSteel theme question

PostPosted: Sat Nov 11, 2006 11:04 pm
Author: Watcher
well that did not work ether ? i dont know whats causing it it might go away after i update to 20.21 tomorrow. ill let you know?

Re: BlueSteel theme question

PostPosted: Sun Nov 12, 2006 10:45 pm
Author: Frost
Could he go straight to the cache/ folder and delete that single cached file?

Re: BlueSteel theme question

PostPosted: Mon Nov 13, 2006 7:03 pm
Author: Watcher
Well i updated my security to 1.0.3 took me 4 hrs was going to up date my mod to 20.21 but after looking at it that is way over my head, so i guess its not going to get updated unless i can find somebody to do it

Re: BlueSteel theme question

PostPosted: Mon Nov 13, 2006 7:12 pm
Author: Helter
what mods have you added? If none, just overwrite all your files with the beta phpbb to IM140 files and run the update.php from the 2.0.20 to 2.0.21 update

Re: BlueSteel theme question

PostPosted: Mon Nov 13, 2006 10:41 pm
Author: Watcher
not sure that will work because the IM 140 has phpBB 20.17 on it and from all the updates in 20.17 to 20.21, i feel like a monkey looking at a computer screen scratching his head. well it seems to be working good at the moment so ill let it go for now till ether i can find someone to update it or i get a wild hair up my butt and spend 2 or 3 days trying to do it hehe
thank you for your help on everything

Re: BlueSteel theme question

PostPosted: Tue Nov 14, 2006 1:15 am
Author: Watcher
Just wonted to let you know i found my parse error just needed to add a "}" after a section

Re: BlueSteel theme question

PostPosted: Tue Nov 14, 2006 1:40 am
Author: Helter
what version you have updated to makes no difference for the files. The included files are fully updated to phpbb2.0.21. So, if you have already updated to phpbb2.0.20 and run the update to latest.php then all that will remain is to run the update to latest.php from the 2.0.20 to 2.0.21 package

hint* if you do not upload the includes/def_*.php files, you will not have to resync your forums to get them to display properly.