» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 252
0 members and 252 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.
Evden eve nakliyat - Evden eve Nakliyat
tattoo - We are a group of tattoo enthusiasts
Gexa Energy - Your absolute best choice in electric service
Texas electricity - save on electric rates

Register Now! Contact Us

About this Page
This is a discussion on No right blocks in 7.8 within the Nuke 7.x - Themes forums, part of the PHP-Nuke 7.x category; It may be like a broken record, i have seen a couple posts but did not find an answer. Does ...



Go Back   Nukemods Forum » PHP-Nuke 7.x » Nuke 7.x - Themes

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-18-2005, 11:19 AM
Junior Member
 
Join Date: Oct 2005
Posts: 1
No right blocks in 7.8
It may be like a broken record, i have seen a couple posts but did not find an answer. Does anyone know why the right blocks do not show in 7.8?

i have tried both fiblack3d & subBlack3d with the same issue if there is a code or a post where this is resolved please let me know.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-18-2005, 05:08 PM
Junior Member
 
Join Date: Oct 2005
Posts: 5
No right blocks in 7.8
No answer for ya, But I shared the issue. That is until last night. I have no idea what happened, but when I went to my site last night I suddenly had right blocks. The legal stuff at the bottom of the page was compacted to the right and that cleared up too. Right now, my forums is the only page that still is not showing right blocks.

But, the reason I logged on here is most of my blocks don't seem to work and this is only with the fi3dblack theme. They work fine with all others.... Now I am begining to think there is a correlation... Anyone??? Here's my sight if you want to look www.69roadrunner.org
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-19-2005, 10:42 AM
Junior Member
 
Join Date: Dec 2004
Posts: 2
I have some problem with my phpnuke site on localhost. Iam using version of phpnuke 7.9 ...

Is any idea for fix this problem?

Thx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-19-2005, 04:23 PM
Junior Member
 
Join Date: Dec 2004
Posts: 2
In another topic is this solution:

Quote:
/************************************************** **********************/
/* PHP-Nuke Patched -- 2005 chatserv */
/* Nuke Patched DEV Team -- Evaders99 & Quake */
/* http://www.nukefixes.com -- http://www.nukeresources.com */
/************************************************** **********************/

Important notes relating to Nuke Patched 3.1:

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')) {
And working for me!
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
Right blocks Zetza Nuke 7.x - Themes 8 12-27-2006 12:40 AM
Were are the blocks? defquon Nuke 7.x - Themes 2 02-01-2006 11:10 AM
Pic of the Day Blocks? Maniax_Man Nuke 6.5 to 6.9 - Blocks 3 06-03-2003 10:44 PM
Looking for blocks micklo Nuke 6.5 to 6.9 - Blocks 3 05-18-2003 03:11 PM
Blocks SD12 Open topics 13 01-28-2003 01:33 PM


All times are GMT -5. The time now is 01:39 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