- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 61 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - a question... [ ]
Author
Message
Vedran
Nuke Soldier
Joined: Oct 24, 2006
Posts: 23
Location: Tuzla, BiH
Posted:
Thu Apr 12, 2007 11:12 pm
I have a block that is loceted at "Cender Down" position, and I want that block to be displayed on all modules, not only Home module
_________________...:::Star Trek Farpoint:::...
Evaders99
Site Admin
Joined: Aug 17, 2003
Posts: 12389
Posted:
Sat Apr 14, 2007 12:29 pm
in header.php, we'll have to change some code for this to work
The easiest way is to get all the modules to act like the Home module
Code:
FIND
if(defined('HOME_FILE')) {
message_box();
blocks("Center");
}
REPLACE WITH
message_box();
blocks("Center");
Basically deleting the HOME_FILE check to run those code
_________________ Helping those that help themselves
Read FIRST or DIE!
"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
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