Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 83
3 members and 80 guests
hon9pkqeymoonva, stozlx2ragegq7q, tax7bcslkk7daaw
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > nukemods releases > Theme packs

Reply
 
LinkBack Thread Tools Display Modes
fiblack3d - Can't see
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Nov 2004
fiblack3d - Can't see - 03-08-2005, 11:36 AM

I've been fighting with the fiblack3d theme for a while now and I'm about to give up.

I've used it once before and never had a problem, but I'm moving a site and with the new host I couldn't get it to run at all at first (I'd change the default theme to fiblack3d and everything would be blank).

I changed the PHP version I was using from 4.3.10 to 5.0.3 and that seemed to help (I can see the theme now), but I still can't see the content for most of the blocks...

With any other theme I put on it seems fine, but with fiblack3d the modules, survey, login, all the blocks show up but have nothing in them.

http://foog.ca.sharedssl.info

Any ideas?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Nov 2004
03-09-2005, 03:30 PM

No ideas? I really like this theme and would like to use it.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-09-2005, 04:01 PM

Are you sure everything is in its right place and activated, wheres your forums ? & or are they activated ?

If you really really what this working, msn me


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Nov 2004
03-09-2005, 06:17 PM

Just wanted to thank Marty for his help, we couldn't get it to work but at least I confirmed that I'm not losing it

I think it's something with PHP and my host provider. I'll have to dig into the theme.php file as I think the place where it renders the contents of the block isn't executing properly to try and find out what is wrong with the php install.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Nov 2004
03-09-2005, 08:05 PM

Alright, I think I have it working. I'll post what I changed here.

I started looking at the php code for the theme and figuring out where things were rendered. In the theme.php there's a function themesidebox($title, $content) that seems to handle putting together the blocks (html, css etc).

$content seems to be in some cases a file name to the actual block php file and then the function opens it and incorporates it. But in my case for whatever reason the $content already contained the correct content (haven't figured out the logic in the main.php yet), but somehow even though $content contained HTML the file_exists method is still returning true, going through the process of loading a file and changing the $content to be the contents of a non-existent file.

No idea why the file_exists doesn't work properly in this function on my server...

So what I did is basically comment out that part that checks for a file name and it works fine.

Bizarre, but works for now.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Mar 2005
03-31-2005, 01:32 AM

Im trying to use the theme and Im getting the same exact problem...I tried modifying that function and commenting out portions but I cant seem to get it to work...can you PLEASE PLEASE PLEASE tell me exactly what you did to fix it....




THANK YOU!!!!!!!!!!!!!!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Nov 2004
03-31-2005, 10:47 AM

This is what my function looks like in the theme.php

Code:
function themesidebox($title, $content) 
{
	        /*if (@file_exists($content)) {
                $fp = fopen ($content, "r");
		print filesize($content);
                $content = fread($fp, filesize($content));
                fclose ($fp);
                $content = "?>$content<?";
                $content = eval($content);
        } else if (eregi("^http", $content)) { 
                $fp = fopen ($content, "r"); 
                $content = fread($fp, 65535); 
                fclose ($fp); 
        }*/
    $tmpl_file = "themes/fiblack3d/blocks.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
}
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Mar 2005
03-31-2005, 11:09 AM

that worked!!!


thank you very much
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Oct 2005
10-19-2005, 01:32 PM

you, my friend, are a god. I just tried it and it solved it for me too!

Thanks

www.69roadrunner.org
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
fiblack3d nokynoy Nuke 6.5 to 6.9 - Themes 10 12-04-2004 07:37 AM
fiblack3d azzlano Theme packs 2 08-10-2003 06:52 PM
fiblack3d mod Gav-Aus Nuke 6.5 to 6.9 - Themes 3 07-03-2003 07:07 AM
fiBlack3d...When? DaiShan Theme packs 19 05-19-2003 11:44 PM
Help with fiblack3d Evil Theme packs 10 04-22-2003 06:42 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31