BlueSteel theme question

Support for IntegraMOD 140

Moderator: Integra Moderator

BlueSteel theme question

PostAuthor: Watcher » Fri Nov 10, 2006 9:00 pm

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
Last edited by Watcher on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img=left]http://worldofarkania.net/Downloads/Sig_logo/Steal_Watcher.gif[/img]
User avatar
Watcher
Integra Member
Integra Member
 
Posts: 183
Likes: 0 post
Liked in: 0 post
Joined: Sun Nov 05, 2006 8:26 pm
Cash on hand: 0.00

Re: BlueSteel theme question

PostAuthor: Helter » Fri Nov 10, 2006 9:49 pm

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
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: BlueSteel theme question

PostAuthor: Watcher » Sat Nov 11, 2006 7:17 am

Thank you Helter that worked fine now any idea on how to fix that parse error
Last edited by Watcher on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img=left]http://worldofarkania.net/Downloads/Sig_logo/Steal_Watcher.gif[/img]
User avatar
Watcher
Integra Member
Integra Member
 
Posts: 183
Likes: 0 post
Liked in: 0 post
Joined: Sun Nov 05, 2006 8:26 pm
Cash on hand: 0.00

Re: BlueSteel theme question

PostAuthor: Helter » Sat Nov 11, 2006 3:03 pm

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>
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: BlueSteel theme question

PostAuthor: Watcher » Sat Nov 11, 2006 5:29 pm

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>
Last edited by Watcher on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img=left]http://worldofarkania.net/Downloads/Sig_logo/Steal_Watcher.gif[/img]
User avatar
Watcher
Integra Member
Integra Member
 
Posts: 183
Likes: 0 post
Liked in: 0 post
Joined: Sun Nov 05, 2006 8:26 pm
Cash on hand: 0.00

Re: BlueSteel theme question

PostAuthor: Helter » Sat Nov 11, 2006 8:00 pm

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
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: BlueSteel theme question

PostAuthor: Watcher » Sat Nov 11, 2006 10:04 pm

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?
Last edited by Watcher on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img=left]http://worldofarkania.net/Downloads/Sig_logo/Steal_Watcher.gif[/img]
User avatar
Watcher
Integra Member
Integra Member
 
Posts: 183
Likes: 0 post
Liked in: 0 post
Joined: Sun Nov 05, 2006 8:26 pm
Cash on hand: 0.00

Re: BlueSteel theme question

PostAuthor: Frost » Sun Nov 12, 2006 9:45 pm

Could he go straight to the cache/ folder and delete that single cached file?
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: BlueSteel theme question

PostAuthor: Watcher » Mon Nov 13, 2006 6:03 pm

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
Last edited by Watcher on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img=left]http://worldofarkania.net/Downloads/Sig_logo/Steal_Watcher.gif[/img]
User avatar
Watcher
Integra Member
Integra Member
 
Posts: 183
Likes: 0 post
Liked in: 0 post
Joined: Sun Nov 05, 2006 8:26 pm
Cash on hand: 0.00

Re: BlueSteel theme question

PostAuthor: Helter » Mon Nov 13, 2006 6:12 pm

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
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: BlueSteel theme question

PostAuthor: Watcher » Mon Nov 13, 2006 9:41 pm

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
Last edited by Watcher on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img=left]http://worldofarkania.net/Downloads/Sig_logo/Steal_Watcher.gif[/img]
User avatar
Watcher
Integra Member
Integra Member
 
Posts: 183
Likes: 0 post
Liked in: 0 post
Joined: Sun Nov 05, 2006 8:26 pm
Cash on hand: 0.00

Re: BlueSteel theme question

PostAuthor: Watcher » Tue Nov 14, 2006 12:15 am

Just wonted to let you know i found my parse error just needed to add a "}" after a section
Last edited by Watcher on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img=left]http://worldofarkania.net/Downloads/Sig_logo/Steal_Watcher.gif[/img]
User avatar
Watcher
Integra Member
Integra Member
 
Posts: 183
Likes: 0 post
Liked in: 0 post
Joined: Sun Nov 05, 2006 8:26 pm
Cash on hand: 0.00

Re: BlueSteel theme question

PostAuthor: Helter » Tue Nov 14, 2006 12:40 am

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.
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3


Return to IntegraMOD 140

Who is online

Registered users: Bing [Bot], Google [Bot], Helter, Vendethiel