Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 85
8 members and 77 guests
asrapxl, bearmchdressesr, danansceclasqe6, gratoiduat5kmes, lnkmastes, ral4yqkeighqtx5, watcy5gerp, whasst3xniisabs
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 > PHP-Nuke 7.x > Nuke 7.x - Themes

Reply
 
LinkBack Thread Tools Display Modes
No right blocks in 7.8
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 1
Join Date: Oct 2005
No right blocks in 7.8 - 10-18-2005, 12:19 PM

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
No right blocks in 7.8
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Oct 2005
No right blocks in 7.8 - 10-18-2005, 06:08 PM

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
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Dec 2004
11-19-2005, 11:42 AM

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
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Dec 2004
11-19-2005, 05:23 PM

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