» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 76
0 members and 76 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
buy Rimonabant - Help dieters achieve significant weight loss without having to slog in the gym

Register Now! Contact Us

About this Page
This is a discussion on Please help problems with Chronicles Theme within the Theme packs forums, part of the nukemods releases category; Learning webmaster here I have installed and have functioning the theme with this exception, the right side blocks do not ...



Go Back   Nukemods Forum » nukemods releases » Theme packs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-29-2006, 03:00 PM
Junior Member
 
Join Date: Sep 2006
Posts: 2
Please help problems with Chronicles Theme
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
  #2 (permalink)  
Old 12-29-2006, 05:08 PM
Junior Member
 
Join Date: Sep 2006
Posts: 2
Found Correction in PHP-Nuke 7.X Right Blocks
Not easy to follow but did correct issue

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 0 08-11-2005 02:44 PM
Problems with PHPNuke Chronicles Forums RevLadyAthena Theme packs 0 07-04-2005 12:58 AM
Problems with Chronicles Forums MrFright Theme packs 0 06-13-2005 11:28 AM
Question about the Chronicles theme Syren Nuke 7.x - General 15 08-17-2004 12:18 PM
request for chronicles theme Avalonia Theme packs 2 10-08-2002 05:47 PM


All times are GMT -5. The time now is 05:43 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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