Page 3 of 3

Re: fisubice updated

PostPosted: Fri May 05, 2006 2:24 pm
Author: Helter
"Master Dwarf";p="4463" wrote:Sorry Selter Hkelter no dice.

Cleared cookies from firefox.
Cleared browser cache from firefox.
Turned Windows Explorer into IE and went into the Internet options to clear cookies and cache.

Logged back into my sites.

ACP->IM Portal->Deleted Cache

Site defaulted to FIsubice. All fine as usual. Then tried Green. Pips stayed blue. Then tried orange, pips stayed blue. Tried Blue, pips stayed blue. Then tried black, pips stayed blue.

I dunno. I am gonna work on getting the site up do date with the updates. You'll see some posts in other areas if something comes up. <img> If you think of anything, I'll be monitoring and willing to give 'er a go.


your IMPortal cache was misbehaving. I disabled the cache funtion in in ACP/IM Portal/Portal config untill I can investigate why. I set your cache setting the same as here, and still had the problem. Once I disabled the cache, the pips work great.

PostPosted: Fri May 05, 2006 2:29 pm
Author: Michaelo
H, the IM Portal Cache has other issues with php 5 and the later versions of php4, remember the minical problem? It was fixed by disabling the calendar cache in IM Portal...
Must be the same problem...

PostPosted: Sat May 06, 2006 6:50 am
Author: Master Dwarf
Thanks Helter, I appreciate all your hard work. <img>

So, does this mean that my site may take a performance hit, since the cache is disabled?

Re: fisubice updated

PostPosted: Sat May 06, 2006 9:36 am
Author: Helter
I doubt it, but it might. You can enable it and check your page gen time against the gen time with cache off to see

PostPosted: Sat May 06, 2006 9:41 am
Author: Master Dwarf
Hard to say right now. Hosting company may be playing a role in that. I will monitor it and do what I need to. Thanks again.

Re: fisubice updated

PostPosted: Thu Jan 25, 2007 8:31 am
Author: fish222222
I get the following error when I follow the instructions on what to copy over.

phpBB : Critical Error

Could not open fisubice template config file

DEBUG MODE

Line : 1097
File : functions.php

Can anyone help? If I copy the original fusubice.cfg file back in, the original fusubice works, but I cant install the other colors, even though I uninstalled them. HELP!!!

Also, when I go back to install styles, the old colors are not there. Should this be right?

Re: fisubice updated

PostPosted: Thu Jan 25, 2007 5:53 pm
Author: Helter
the installation would be affected by theme_info.cfg

check yours to be sure it looks exactly like this

Code: Select all
 <php>  


check that your fisubice.cfg looks like this

Code: Select all
 <?php//// **      Configuration file for fisubice template       **////// Please note that to enable support of different languages// the {LANG} place holder is available. This will be replaced// with xxx where xxx is the users selected language. If// that language isn't available it will default to english. // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template//  //// Do not alter this line!//define(TEMPLATE_CONFIG, TRUE);  $current_template_images = $current_template_path . "/images";$topic_iw = '59';$topic_ih = '18';$post_iw = '82';$post_ih = '25';$icon_iw = '16';$icon_ih = '18';$folder_iw = '25';$folder_ih = '25';$folderbig_iw = '25';$folderbig_ih = '25';  $images['template'] = "$current_template_path/";//$images['root'] = "$current_template_images/{$row['body_background']}/";//$images['root_lang'] = "$current_template_images/{$row['body_background']}/{LANG}/";$images['icon_quote'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_quote.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['icon_edit'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_edit.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['icon_search'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_search.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['icon_profile'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_profile.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['icon_pm'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_pm.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['icon_email'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_email.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['icon_delpost'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_delete.gif" width="$icon_iw" height="$icon_ih" class="imgtopic";$images['icon_ip'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_ip.gif" width="$icon_iw" height="$icon_ih" class="imgtopic";$images['icon_www'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_www.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['icon_icq'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_icq_add.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['icon_aim'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_aim.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['icon_yim'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_yim.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['icon_msnm'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_msnm.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['icon_minipost'] = "$current_template_images/{$row['body_background']}/icon_minipost.gif" width="12" height="9" class="imgspace";$images['icon_gotopost'] = "$current_template_images/{$row['body_background']}/icon_minipost.gif" width="12" height="9" class="imgspace";$images['icon_minipost_new'] = "$current_template_images/{$row['body_background']}/icon_minipost_new.gif" width="12" height="9" class="imgspace";$images['icon_latest_reply'] = "$current_template_images/{$row['body_background']}/icon_latest_reply.gif" width="18" height="9" class="imgspace";$images['icon_newest_reply'] = "$current_template_images/{$row['body_background']}/icon_newest_reply.gif" width="18" height="9" class="imgspace";  $images['forum'] = "$current_template_images/{$row['body_background']}/folder.gif" width="$folderbig_iw" height="$folderbig_ih" class="imgfolder";$images['forum_new'] = "$current_template_images/{$row['body_background']}/folder_new.gif" width="$folderbig_iw" height="$folderbig_ih" class="imgfolder";$images['forum_locked'] = "$current_template_images/{$row['body_background']}/folder_lock.gif" width="$folderbig_iw" height="$folderbig_ih" class="imgfolder";  $images['folder'] = "$current_template_images/{$row['body_background']}/folder.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";$images['folder_new'] = "$current_template_images/{$row['body_background']}/folder_new.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";$images['folder_hot'] = "$current_template_images/{$row['body_background']}/folder_hot.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";$images['folder_hot_new'] = "$current_template_images/{$row['body_background']}/folder_new_hot.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";$images['folder_locked'] = "$current_template_images/{$row['body_background']}/folder_lock.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";$images['folder_locked_new'] = "$current_template_images/{$row['body_background']}/folder_lock_new.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";$images['folder_sticky'] = "$current_template_images/{$row['body_background']}/folder_sticky.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";$images['folder_sticky_new'] = "$current_template_images/{$row['body_background']}/folder_sticky_new.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";$images['folder_announce'] = "$current_template_images/{$row['body_background']}/folder_announce.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";$images['folder_announce_new'] = "$current_template_images/{$row['body_background']}/folder_announce_new.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";  $images['post_new'] = "$current_template_images/{$row['body_background']}/{LANG}/post.gif" width="$post_iw" height="$post_ih";$images['post_locked'] = "$current_template_images/{$row['body_background']}/{LANG}/reply-locked.gif" width="$post_iw" height="$post_ih";$images['reply_new'] = "$current_template_images/{$row['body_background']}/{LANG}/reply.gif" width="$post_iw" height="$post_ih";$images['reply_locked'] = "$current_template_images/{$row['body_background']}/{LANG}/reply-locked.gif" width="$post_iw" height="$post_ih";  $images['pm_inbox'] = "$current_template_images/{$row['body_background']}/msg_inbox.gif" width="$folder_ih" height="$folder_ih" class="imgfolder";$images['pm_outbox'] = "$current_template_images/{$row['body_background']}/msg_outbox.gif" width="$folder_ih" height="$folder_ih" class="imgfolder";$images['pm_savebox'] = "$current_template_images/{$row['body_background']}/msg_savebox.gif" width="$folder_ih" height="$folder_ih" class="imgfolder";$images['pm_sentbox'] = "$current_template_images/{$row['body_background']}/msg_sentbox.gif" width="$folder_ih" height="$folder_ih" class="imgfolder";$images['pm_readmsg'] = "$current_template_images/{$row['body_background']}/folder.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";$images['pm_unreadmsg'] = "$current_template_images/{$row['body_background']}/folder_new.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";$images['pm_replymsg'] = "$current_template_images/{$row['body_background']}/{LANG}/reply.gif" width="$post_iw" height="$post_ih";$images['pm_postmsg'] = "$current_template_images/{$row['body_background']}/{LANG}/msg_newpost.gif" width="$post_iw" height="$post_ih";$images['pm_quotemsg'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_quote.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['pm_editmsg'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_edit.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";$images['pm_new_msg'] = "$current_template_images/{$row['body_background']}/pm_new.gif";$images['pm_no_new_msg'] = "$current_template_images/{$row['body_background']}/pm_no_new.gif";  $images['topic_watch'] = "$current_template_images/{$row['body_background']}/topic_watch.gif";$images['topic_un_watch'] = "$current_template_images/{$row['body_background']}/topic_unwatch.gif";$images['topic_mod_lock'] = "$current_template_images/{$row['body_background']}/topic_lock.gif" width="$icon_iw" height="$icon_ih" class="imgtopic";$images['topic_mod_unlock'] = "$current_template_images/{$row['body_background']}/topic_unlock.gif" width="$icon_iw" height="$icon_ih" class="imgtopic";$images['topic_mod_split'] = "$current_template_images/{$row['body_background']}/topic_split.gif" width="$icon_iw" height="$icon_ih" class="imgtopic";$images['topic_mod_move'] = "$current_template_images/{$row['body_background']}/topic_move.gif" width="$icon_iw" height="$icon_ih" class="imgtopic";$images['topic_mod_delete'] = "$current_template_images/{$row['body_background']}/topic_delete.gif" width="$icon_iw" height="$icon_ih" class="imgtopic";  $images['voting_graphic'][0] = "$current_template_images/{$row['body_background']}/voting_bar.gif";$images['voting_graphic'][1] = "$current_template_images/{$row['body_background']}/voting_bar.gif";$images['voting_graphic'][2] = "$current_template_images/{$row['body_background']}/voting_bar.gif";$images['voting_graphic'][3] = "$current_template_images/{$row['body_background']}/voting_bar.gif";$images['voting_graphic'][4] = "$current_template_images/{$row['body_background']}/voting_bar.gif";  //// Vote graphic length defines the maximum length of a vote result// graphic, ie. 100% = this length//$board_config['vote_graphic_length'] = 205;$board_config['privmsg_graphic_length'] = 175;  //// Top of Page Image//$images['icon_up'] = "$current_template_images/{$row['body_background']}/icon_up.gif" width="$icon_iw" height="$icon_ih" class="imgtopic";  //-- mod ]           = "$current_template_images/{$row['body_background']}/icon_visible.gif";$images['icon_not_visible']       = "$current_template_images/{$row['body_background']}/icon_not_visible.gif";$images['icon_offline']           = "$current_template_images/{$row['body_background']}/{LANG}/icon_offline.gif";$images['icon_hidden']           = "$current_template_images/{$row['body_background']}/{LANG}/icon_hidden.gif";$images['icon_online']           = "$current_template_images/{$row['body_background']}/{LANG}/icon_online.gif";$images['icon_birthday']         = "$current_template_images/{$row['body_background']}/icon_birthday.gif";$images['Happy_birthday']         = "$current_template_images/{$row['body_background']}/happy_birthday.gif";  $images['icon_friend_add']       = "$current_template_images/{$row['body_background']}/{LANG}/icon_friend_add.gif";$images['icon_friend_remove']    = "$current_template_images/{$row['body_background']}/{LANG}/icon_friend_remove.gif";$images['icon_ignore_add']       = "$current_template_images/{$row['body_background']}/{LANG}/icon_ignore_add.gif";$images['icon_ignore_remove']    = "$current_template_images/{$row['body_background']}/{LANG}/icon_ignore_remove.gif";  $images['up_arrow']               = "$current_template_images/{$row['body_background']}/icon_up_arrow.gif";$images['next_arrow']             = "$current_template_images/{$row['body_background']}/next.gif";  // control images$alphabet = 'aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ0123456789';for ($i_alphabet=0; $i_alphabet <strlen>  

Re: fisubice updated

PostPosted: Thu Jan 25, 2007 7:26 pm
Author: fish222222
I didnt see anything different between the code, but I went ahead and put that new code in both files and uploaded them back to the forum. When I go to the ACP and xtreme styles, and go to install, it says there is nothing to install.

Re: fisubice updated

PostPosted: Thu Jan 25, 2007 11:25 pm
Author: Helter
install another theme and make it the default. Uninstall fisubice and any vaiations of fisubice. Now check so see what theme installation options you have

Re: fisubice updated

PostPosted: Fri Jan 26, 2007 12:59 pm
Author: fish222222
Thanks. That worked great. One other thing that is weird is I am trying to install Integrastyle, and it won't show up as installable. Is there any reason for that? Its a 140 board. Thanks.

Re: fisubice updated

PostPosted: Fri Jan 26, 2007 5:32 pm
Author: Helter
i think integrastyle had the issue of a folder inside a folder. check that your version looks like this

root/templates/integrastyle/ all the files

and not

root/templates/integrastyle/integrastyle/ all the files

if it looks like the later, copy/move all the files to the first integrastyle folder

also, be sure you have the 140 version as it was released for 132, 140 and 141

Re: fisubice updated

PostPosted: Fri Jan 26, 2007 9:28 pm
Author: fish222222
It wasn't doubled up, but I moved it out of the templates folder, and then back in, and it recognized it. Anyway, thanks for all the help!