» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 231
0 members and 231 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 blocks in right side don't appear? within the Theme packs forums, part of the nukemods releases category; When i test the theme in the test themes page there is i can see blocks in the right side ...



Go Back   Nukemods Forum » nukemods releases » Theme packs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-18-2006, 05:07 AM
Junior Member
 
Join Date: Apr 2006
Posts: 2
blocks in right side don't appear?
When i test the theme in the test themes page there is i can see blocks in the right side but when i install the theme in my portal (php-nuke of course v7.9) the right blocks don't appear.In this normal and if it is howi can get that blocks visible?
(this happens with c3s and SoftBlue,those i have only tried)
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-18-2006, 08:05 AM
Junior Member
 
Join Date: May 2005
Posts: 242
It will happen with every theme you try.

7.9 is really buggy and definately not the most stable version of PHP-Nuke..it is HIGHLY recommended you revert back to version 7.6 patched with 3.2 patch from Chatserv.

There are some manual changes you must make to the themes you want to use in order to get them to work right.

THe 3.2 patch package has a README file that explains this
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-18-2006, 12:33 PM
Junior Member
 
Join Date: Apr 2006
Posts: 2
Thanks for the information, i tried using the 3.2 fix and it worked.
Thanks again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-21-2006, 05:22 AM
Junior Member
 
Join Date: Jun 2006
Posts: 8
i also have the same problem :/
ims using this php nuke pack
http://www.phpnuke-indonesia.info/mo...&thold=0<br />
witch has the latest patchs
i cant get the right side blocks to show :/
The theme that comes with the pack can show the right side blocks, Mstrenchs doesent show the blocks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-21-2006, 07:23 AM
Junior Member
 
Join Date: May 2005
Posts: 242
READ MY POST!!!!!!!!!!!!!!!!!! :P

IF you do not have the 3.2 patch package and do not have the readme, here it is:

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


Important notes relating to Nuke Patched 3.2:

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')) {
__________________
http://www.barefootski.com/nuke/Attempt.gif
Education is the discovery of our ignorance
READ THIS!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-21-2006, 08:35 AM
Junior Member
 
Join Date: Jun 2006
Posts: 8
Worked like a charm thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-04-2006, 12:29 AM
Junior Member
 
Join Date: Jul 2006
Posts: 1
Call me an idiot... ive got 7.9 installed and I am happy with it in all aspects (so far) except this right hand block issue.

Im fairly well able to modify php/html files and I know linux well... however I am running subblack theme pack on my 7.9 (3.2 updated) nuke site... and I cannot find which files I need to edit in order to allow those nuke blocks on the right hand side to work.

Can anyone point me in the right direction? Thnx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-06-2006, 10:48 AM
Junior Member
 
Join Date: Aug 2006
Posts: 3
I am running Nuke 7.9 with the subBlack theme. The right blocks disappeared with me too. I don't run the patch referenced above, but one small section out of the linked readme returned my right blocks.

This:

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

It's not clear in the readme, but what that means is that you need to edit the "theme.php" file included in the root directory of your theme. Aside from that, change the text exactly as it says and you should be working fine afterwards.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 10-03-2006, 12:54 PM
Junior Member
 
Join Date: Oct 2006
Posts: 2
This also worked with the Army theme from mikem. Running v7.9 and ph2bb v2.0.21.

Thanks for this tip!

RS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 10-05-2006, 02:59 PM
Junior Member
 
Join Date: Oct 2006
Posts: 2
Ok How about this
I am sure that you guys are sick of hearing all of this but I hope that you will forgive me.


I have phpnuked 8.0 official release on the default templates everything works fine, I am using the Solaris Template however and the only file within the theme is the theme.php. and there is no index = 1; . And lets say I should just get rid of 8.0 Whats really is the best version of PHPnuked out there? Or is it just a matter of opinion?
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
Can't get blocks at Right Side Greg-1912 Nuke 7.x - Blocks 2 11-13-2006 04:09 PM
No blocks on either side shahzad Nuke 7.x - Themes 1 03-15-2006 10:10 PM
How to display blocks side by side?? where can i get it?? SlashDot Nuke 7.x - Blocks 0 12-04-2004 11:59 AM
Blocks on the right side ? Nemesco Site design 16 11-25-2002 10:04 PM
Not on every page right side blocks,.. Nemesco Purged Topics 1 11-15-2002 08:08 AM


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