Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

phpnuke forum themes
Goto page 1, 2  Next
 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Other PHPNuke Issues View previous topicPrinter friendly versionView next topic
Author Message
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Wed Feb 18, 2004 8:42 am    Post subject: phpnuke forum themes Reply with quote

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

thanks guys
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: phpnuke forum themes  

Back to top
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Wed Feb 18, 2004 8:47 am    Post subject: Re: phpnuke forum themes Reply with quote

nukecops has the archives from nukemods.com:
http://www.nukecops.com/modules.php?set ... _album.php
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Wed Feb 18, 2004 10:13 am    Post subject: Re: phpnuke forum themes Reply with quote

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?
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Wed Feb 18, 2004 1:21 pm    Post subject: Re: phpnuke forum themes Reply with quote

look in /themes/<themename>/forum/template/ , i believe the forum theme will be there.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Wed Feb 18, 2004 2:43 pm    Post subject: Re: phpnuke forum themes Reply with quote

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?

ps, yes that path is the right path for my site
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Wed Feb 18, 2004 3:45 pm    Post subject: Re: phpnuke forum themes Reply with quote

i don't doubt you on the path, i remember what we went through a few months back Smile

open the file (either forums.cfg, fiSubIce.cfg, etc) and make sure that:
PHP: › <?php define(TEMPLATE_CONFIGTRUE); ?>
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...
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Thu Feb 19, 2004 9:20 am    Post subject: Re: phpnuke forum themes Reply with quote

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);

$current_template_images = $current_template_path . "/images";

$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif";
$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif";
$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif";
$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif";
$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif";
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif";
$images['icon_delpost'] = "$current_template_images/icon_delete.gif";
$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif";
$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif";
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif";
$images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif";
$images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif";
$images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif";
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif";
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif";
$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif";
$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif";
$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif";

$images['forum'] = "$current_template_images/folder.gif";
$images['forum_new'] = "$current_template_images/folder_new.gif";
$images['forum_locked'] = "$current_template_images/folder_lock.gif";

$images['folder'] = "$current_template_images/folder.gif";
$images['folder_new'] = "$current_template_images/folder_new.gif";
$images['folder_hot'] = "$current_template_images/folder_hot.gif";
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif";
$images['folder_locked'] = "$current_template_images/folder_lock.gif";
$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif";
$images['folder_sticky'] = "$current_template_images/folder_sticky.gif";
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif";
$images['folder_announce'] = "$current_template_images/folder_announce.gif";
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif";

$images['post_new'] = "$current_template_images/{LANG}/post.gif";
$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif";
$images['reply_new'] = "$current_template_images/{LANG}/reply.gif";
$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif";

$images['pm_inbox'] = "$current_template_images/msg_inbox.gif";
$images['pm_outbox'] = "$current_template_images/msg_outbox.gif";
$images['pm_savebox'] = "$current_template_images/msg_savebox.gif";
$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif";
$images['pm_readmsg'] = "$current_template_images/folder.gif";
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif";
$images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif";
$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif";
$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif";
$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif";
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";

$images['topic_watch'] = "";
$images['topic_un_watch'] = "";
$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif";
$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif";
$images['topic_mod_split'] = "$current_template_images/topic_split.gif";
$images['topic_mod_move'] = "$current_template_images/topic_move.gif";
$images['topic_mod_delete'] = "$current_template_images/icon_delete.gif";

$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] = "$current_template_images/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;

?>


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: ›    $ThemeSel = get_theme();
   if (file_exists("themes/$ThemeSel/forums/index_body.tpl")) {
           $template_path = "themes/$ThemeSel/";
       $template_name = "forums";
       $template = new Template($template_path . $template_name, $board_config, $db);
   } else {
           $template_path = 'templates/' ;
       $template_name = $row['template_name'] ;
       $template = new Template($phpbb_root_path . $template_path . $template_name, $board_config, $db);
   }

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.
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Thu Feb 19, 2004 3:32 pm    Post subject: Re: phpnuke forum themes Reply with quote

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).
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Thu Feb 19, 2004 4:23 pm    Post subject: Re: phpnuke forum themes Reply with quote

ok, its on its way...took me a minute to find your email since it doesnt show at the bottom of your message, but i found it

thanks for your help
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Thu Feb 19, 2004 4:24 pm    Post subject: Re: phpnuke forum themes Reply with quote

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.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Thu Feb 19, 2004 4:38 pm    Post subject: Re: phpnuke forum themes Reply with quote

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
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Thu Feb 19, 2004 8:12 pm    Post subject: Re: phpnuke forum themes Reply with quote

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)...
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Thu Feb 19, 2004 8:46 pm    Post subject: Re: phpnuke forum themes Reply with quote

hey, i got one now...that must have been it
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Fri Feb 20, 2004 9:28 am    Post subject: Re: phpnuke forum themes Reply with quote

try hardcoding in the path to your cfg file...
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Fri Feb 20, 2004 10:22 am    Post subject: Re: phpnuke forum themes Reply with quote

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.
Back to top
Offline View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Other PHPNuke Issues View previous topicPrinter friendly versionView next topic
Goto page 1, 2  Next

 
Jump to:  
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
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Web HostingDedicated ServersDomain NamesDomain Name RegistrationDedicated Web HostingSEO Search Engine OptimisationSEOWeb Design New YorkSEO Web DesignWeb hosting AustraliaCheap Web Design

6th year online! 2003-2009
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia