Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 88
7 members and 81 guests
breakinguptomak, cycwcwlinlt2gti, danansceclasqe6, napry4goleobg9t, robaaerteqjc6xs, ssefqarchmar2dx, vacex9ga
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
Please help problems with Chronicles Theme
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Sep 2006
Please help problems with Chronicles Theme - 12-29-2006, 04:00 PM

Learning webmaster here I have installed and have functioning the theme with this exception, the right side blocks do not display. I have read php-nuke.org/manual that if you wish right blocks not to display edit module config.php file for line "index = 1" to have right side not to display. This module has globals set to 1 for footer is this where my problem comes from? :?:
web site info
www.mm-floors.com
Operating system Linux
Kernel version 2.6.9-42.0.3.ELsmp
Machine Type i686
Apache version 1.3.37 (Unix)
PERL version 5.8.7
PHP version 4.4.4
MySQL version 5.0.24-standard
PHP-Nuke version 7.9
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Found Correction in PHP-Nuke 7.X Right Blocks
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Sep 2006
Found Correction in PHP-Nuke 7.X Right Blocks - 12-29-2006, 06:08 PM

Not easy to follow but did correct issue

Quote:
Originally Posted by Frostblade
This was the fix for 7.8 I used with the subBlack3d theme. It was in the README with the 3.2 patch:

1- If you want right side blocks to appear in third party add-ons change:
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')) {
   
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
Chronicles Theme Header Lyly Nuke 6.5 to 6.9 - Themes 1 10-26-2009 09:45 PM
Problems with PHPNuke Chronicles Forums RevLadyAthena Theme packs 0 07-04-2005 01:58 AM
Problems with Chronicles Forums MrFright Theme packs 0 06-13-2005 12:28 PM
Question about the Chronicles theme Syren Nuke 7.x - General 15 08-17-2004 01:18 PM
request for chronicles theme Avalonia Theme packs 2 10-08-2002 06:47 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