Posted: Wed Feb 18, 2004 8:42 am Post subject: phpnuke forum themes
anyone know where to get some phpnuke forum themes? i have my site theme, all set up, but there i started looking at making a forum on my site and found that that theme doesnt follow the rest of my site, nor does it have any optoins other than the stock "subsilver" theme which is basically unusable due to the colors...
where can i get some forum themes? i have done searches on the web, but everything i find seems to be themes for the whole page, not forums...i guess the only option i have found so far is to manually input the colors i want...what a pain that would be, to try and figure out all the right codes for the correct colors...i dont understand why the forum theme doesnt pull from the site theme, but oh well
Posted: Wed Feb 18, 2004 10:13 am Post subject: Re: phpnuke forum themes
those all look like entire site themes, i found one i like, but just want to apply it to my forum, how do i change my forum theme without changing my entire site theme?
Posted: Wed Feb 18, 2004 2:43 pm Post subject: Re: phpnuke forum themes
well, i at least got phbb to recognize it was there after uploading it in 3 places, into my theme/forums, into new theme/forums, and into modules/Forums/templates/, but when i chose it as the default theme i get this error
Code: › phpBB : Critical Error
Could not open fisubice template config file
DEBUG MODE
Line : 349
File : /home/virtual/site21/fst/var/www/html/html/includes/functions.php
the is a forums.cfg file in all three locations i uploaded it, so i dont know why it is saying it cant find it...any ideas?
Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
Posted: Wed Feb 18, 2004 3:45 pm Post subject: Re: phpnuke forum themes
i don't doubt you on the path, i remember what we went through a few months back
open the file (either forums.cfg, fiSubIce.cfg, etc) and make sure that:
PHP: › <?php define(TEMPLATE_CONFIG, TRUE); ?>
is at the top.
if it is, scan the file and make sure that there are no errors in syntax. i had this same problem, and a missing semicolon was the cause... _________________
Posted: Thu Feb 19, 2004 9:20 am Post subject: Re: phpnuke forum themes
ok, that line is at the top of the file, and i dont see any obvious syntax error, but i am no code expert, so here it is just in case you can spot something i am missing
Code: › <?php
//
// ** Configuration file for fisubice template **
//
// $Id: fisubice.cfg,v 1.11 2002/02/04 18:31:15 psotfx Exp $
//
// 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);
//
// 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;
?>
now according to the error above it is pointing me to line 349 in my functions.php file which i think is this section (i didnt actually count all the lines, but when i put it in Word the last line of this was line 349)
now, i assume that when it sets $Themesel to get_theme that it pulls my site theme (which is BricK), and the file index_body.tpl does exist in themes/BricK/forums/, so everything looks right ok to me, however the error is pointing at line 349 which according to Word is the last line, but that doesnt make any sense because it should never process the "else" statement since the "if" statement is true
what do you think?
ps. the "Notify me when a reply is posted" option here doesnt work. Don't know if you know that or not.
Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
Posted: Thu Feb 19, 2004 3:32 pm Post subject: Re: phpnuke forum themes
inSaNE_iRIsH wrote: › ok, that line is at the top of the file, and i dont see any obvious syntax error, but i am no code expert, so here it is just in case you can spot something i am missing
Code: › <snip>
now according to the error above it is pointing me to line 349 in my functions.php file which i think is this section (i didnt actually count all the lines, but when i put it in Word the last line of this was line 349)
Code: › <snip>
Can you email me your functions.php file? I'll take a look...
inSaNE_iRIsH wrote: › ps. the "Notify me when a reply is posted" option here doesnt work. Don't know if you know that or not.
*grumble*...i'll check it on this post and see what happens (i get a mail by default as the moderator of the forum, so i'll see if I get two when you reply to this). _________________
Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
Posted: Thu Feb 19, 2004 4:24 pm Post subject: Re: phpnuke forum themes
got the email, and a "you got a reply to your post" email as well.... i'll look into it tonight, i'm just about to head home from work. _________________
Posted: Thu Feb 19, 2004 4:38 pm Post subject: Re: phpnuke forum themes
hmm, odd, i just realized that i my junk filter deletes emails immediatly, i wonder if it is getting caught as a junk email...i will try turning it off and will hopefully get a notice the next time you respond to this
Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
Posted: Thu Feb 19, 2004 8:12 pm Post subject: Re: phpnuke forum themes
yeah hotmail does that and i'm not sure why *double grumble* ... i'm not relaying through any other mail server (postfix is running on this machine)... _________________
Posted: Fri Feb 20, 2004 10:22 am Post subject: Re: phpnuke forum themes
i'm so stupid...lol...i tried hard coding the path, and it still wasn't finding it, so i was like what the hell, so i started looking closer and realized that i had inadvertantly named the folder "forum" instead of "forums" thus negating the path it was looking for...i renamed the folder and off it went...
sorry for making you look at something for such an obvious problem.
thanks for all your help.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum