Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 103
8 members and 95 guests
forin9extraddpm, haigr6crexteosg, pilgrlowlf7spea, slngpolye, smske2text2xfkm, tab9tqdcpr7h4le, watls7zerdamage, wha2tptisbest9l
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
phpib2 and other
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Oct 2004
phpib2 and other - 11-13-2006, 09:08 AM

Phpib2, fisubgreen and that kind of themes don't show my right blocks(left without problem)
Using phpnuke 8.0
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
11-13-2006, 09:43 AM

In Modules:
index = 1;
to:
define('INDEX_FILE', true);

In Themes:
if ($index == 1) {
to:
if (defined('INDEX_FILE')) {

2- Additional changes for third party add-ons:
if ($mainfile == 1) {
should be changed to:
if (defined('NUKE_FILE')) {

if ($module == 1) {
should be changed to:
if (defined('MODULE_FILE')) {

if ($footer == 1) {
should be changed to:
if (defined('NUKE_FOOTER')) {

if ($header == 1) {
should be changed to:
if (defined('NUKE_HEADER')) {

So for yourself : you open /themes/phpib2/theme.php
FIND:
Code:
if ($index == 1) {
And Replace with :
Code:
if (defined('INDEX_FILE')) {


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
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Oct 2004
11-13-2006, 02:25 PM

Done, it works now. Thank you
   
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
phpib2 - ? marshall Theme packs 5 11-13-2004 07:26 AM
Problem with phpib2 RoninTech Nuke 6.5 to 6.9 - Themes 0 08-12-2003 12:09 AM
Logo for phpib2 theme gosugamers Logo requests 1 02-21-2003 09:38 AM
How can I make a logo for phpib2 ? mYThoLogiC Logo requests 6 02-16-2003 05:24 AM
Can you please make a logo for phpib2 Mighty_Y Logo requests 3 02-10-2003 04:00 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