» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 214
0 members and 214 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; Strange that, cause I have a copy of solaris here and its definately there, albeit commented out. Code: function themefooter&#...



Go Back   Nukemods Forum » nukemods releases » Theme packs

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 10-05-2006, 05:45 PM
dar63's Avatar
Moderator
 
Join Date: Oct 2002
Location: UK
Posts: 473
Strange that, cause I have a copy of solaris here and its definately there, albeit commented out.

Code:
function themefooter() {
    global $index, $foot1, $foot2, $foot3, $foot4, $copyright, $totaltime, $footer_message;
    //if ($index == 1) {
__________________
http://phpnuke-uk.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 10-05-2006, 05:46 PM
Junior Member
 
Join Date: Oct 2006
Posts: 2
I'm no expert, but if I had it to do over I would have installed v7.6.
From what I've read this version seems to be a bit more stable (at least for now). I don't see a lot of tested security pgms or other features available for later releases. Still have a lot to learn

RS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 10-05-2006, 06:12 PM
Junior Member
 
Join Date: Oct 2006
Posts: 2
Originally Posted by dar63
Strange that, cause I have a copy of solaris here and its definately there, albeit commented out.

Code:
function themefooter() {
    global $index, $foot1, $foot2, $foot3, $foot4, $copyright, $totaltime, $footer_message;
    //if ($index == 1) {
Aye

I don't see that line of code anywhere in theme.php and that is the only file I have.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 10-06-2006, 03:40 AM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 998
Send a message via AIM to Duke
Re: Ok How about this
Originally Posted by onpoint
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?
Best version in my opinion:

http://ravenphpscripts.com/viewdownl...ls-26-242.html
__________________


My Daughter Rules!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 11-25-2006, 12:37 PM
Junior Member
 
Join Date: Nov 2006
Posts: 1
Originally Posted by Krick
...

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.
I am running phpNuke v7.9r3.3 and modified the code as above and my right-hand blocks have returned. Should work for others as well.

Do not forget to make backup copies of files to be modified!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 02-19-2007, 10:58 PM
Junior Member
 
Join Date: Feb 2007
Posts: 16
Send a message via AIM to jtd498 Send a message via MSN to jtd498 Send a message via Yahoo to jtd498
Well I will be hanged. Glad this issue has been addressed already if (defined('INDEX_FILE')) { Worked like a charm for me. :P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 07-25-2007, 04:18 AM
F02 F02 is offline
Junior Member
 
Join Date: Jul 2007
Posts: 16
Recently I'm running the Nuke 7.9 full pack

I've been to Theme.php and it's the same as

Code:
function themefooter() {
echo "<br>";
 
if (defined('INDEX_FILE')) {
 
echo "</td><td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"138\" bgcolor=\"d3e2ea\">\n";
blocks("right");
I still can't get the right blocks ! any idea ?

and if there is not .. how can i revert to 7.6 ?! as suggested earlier

Last edited by F02 : 07-26-2007 at 12:53 AM. Reason: to correct info and add value
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 07-26-2007, 12:21 AM
F02 F02 is offline
Junior Member
 
Join Date: Jul 2007
Posts: 16
I forgot to mention that I'm using the default theme : Deepblue

.. I have noticed something ..

that the right blocks only appeared in Download, News, & Web links pages.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 07-26-2007, 01:16 AM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 998
Send a message via AIM to Duke
Originally Posted by F02 View Post
I forgot to mention that I'm using the default theme : Deepblue

.. I have noticed something ..

that the right blocks only appeared in Download, News, & Web links pages.
Just out of curiousity, are the blocks missing from the right on all other modules when you use try a different theme or is this issue only with the default Deep Blue Theme?
__________________


My Daughter Rules!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 07-26-2007, 05:16 AM
F02 F02 is offline
Junior Member
 
Join Date: Jul 2007
Posts: 16
Originally Posted by Duke View Post
Just out of curiousity, are the blocks missing from the right on all other modules when you use try a different theme or is this issue only with the default Deep Blue Theme?
good point to mention ..

after i read your comment, I went and changed the themes .. they are all the same .. right-side blocks are all missing , but not in Downloads, News, & Web Links at all of the themes
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 12:18 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