Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 48
1 members and 47 guests
bescm9ttgamiiyr
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > General > Site design

Closed Thread
 
LinkBack Thread Tools Display Modes
theme.php
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 17
Join Date: Apr 2003
theme.php - 12-11-2004, 09:18 PM

thanks
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old
  (#2 (permalink))
Moderator
 
Status: Offline
Posts: 260
Join Date: Oct 2004
12-12-2004, 04:06 AM

Code:
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
$end_time = $mtime;
$total_time = ($end_time - $start_time);
$total_time = ""._PAGEGENERATION."".substr($total_time,0,5)." "._SECONDS."";
if ($index == 1) {
$tmpl_file = "themes/Invision-Graphics/left_center.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
 } else ( then my code    
blocks(right);
}
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old
  (#3 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
12-12-2004, 08:52 AM

what the heck was the question??

XTRAX, don't edit your exisitng post and remove your quesiton. What if someone has the same question?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 17
Join Date: Apr 2003
12-19-2004, 04:11 PM

I asked simply how to add certain blocks to certain modules instead of it always loadng the same ones from the front page ! Mikem

I pasted the same code above and all Genexoide did was past it back to me what l had originaly posted .... which l felt was a total waste of time ..

However l did figure it out on my own setting some globals inside the Theme.php file and was able to accomplish my original task on my own.

The code provided above will simply load the new code you add over or below the original blocks already there not accomplishing what l was heading for.. l wanted a specific block(s) listed only and eliminating the others ..

Future refrence for you Mikem and your support team they should carefully understand the question first and whats the point to posting my original code back to me ..

Anyway l figured it out and Good Luck

XtraX
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old
  (#5 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
12-19-2004, 04:38 PM

OK then..thanks for nothing!

TOPIC LOCKED!

For your future reference XTRAX, posting a topic(s) with an inapropriate title like this topic has and it will also be locked.

Read the Forum posting rules PLEASE!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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





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