Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 53
1 members and 52 guests
health46ev26
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 6.5 to 6.9 > Nuke 6.5 to 6.9 - Blocks

Reply
 
LinkBack Thread Tools Display Modes
Center Forum Block: Does Not Work
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 23
Join Date: Jan 2003
Center Forum Block: Does Not Work - 05-17-2003, 09:08 PM

Greetings friends.

I upgraded to 6.5 from 6.0 w/ phpbbport. Went pretty smoothly, except for some very minor troubleshooting that was needed. Anyways, installed only one theme, the AEOLUS 6.5 theme. Great theme, I am loving it, however the Center UP Block theme for the latest Forum Threads (Which was included with package) does not show up.

The Block shows, the names (Title, Topics, Replies , etc) Show up, yet it's not grabbing anything from the database like it should. Just looks blank. Would anyone (MIKE!!!!) have any suggestions? Any help would be appreciated, thank you all.



Best Regards,
Vachi
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
05-17-2003, 09:21 PM

hmm..Yup, that's a problem. I only had that problem once when I upgraded a test site and the upgrade of the Database did not go right.
Did you use the nukebbsql upgrade script from here or nukecops to upgrade your old Nuke6.0 with phpBBport to Nuke6.5? Or did you use the upgrade script that was inluded in Nuke6.5 package?

mikem
   
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: 23
Join Date: Jan 2003
05-17-2003, 09:30 PM

Mike.

I used the actual NUKEBBSQL from Nukecops. The one that is included for 6.5 cannot be used for the upgrade process as I understand it. Strange that SCROLLING BLOCKS works just fine yet the Center Forum Block doesn't. I would think they'd use the same method to get information from the database.

Short of backing up, blowing out, and doing a fresh install of 6.5, any suggestions? Everything on the site is baby smooth, and is working flawlessly (I did notice some bugs in the 6.5 Mods being offered both here and at nukecops, but nothing that really was a show stopper) I took a look at the block-aeolous file and I can't seem to find anything wrong.

Vachi
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
05-17-2003, 09:36 PM

Yeah it's wierd. I just looked at it again too and can't see anything. I have it running on two test sites that were upgraded to 6.5 and it works fine.
Try comparing the sql code in that block to one of your scrolling ones. Particularly the sql parts where it calls the topics etc.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 23
Join Date: Jan 2003
05-17-2003, 10:12 PM

Interesting development.

I tested out using Dark Blue's block. I renamed the 6.5 version, and used the old 6.0 to see what it would do. Of course I get sql errors above the block, but it does show the latest threads. 8O

I can't explain that at all. Why would 6.0 show the latest threads, and 6.5 themed forum blocks not? Damn, I'd hate to disable this, since center blocks are really cool. I'm going to test some more stuff out on this.

Vachi
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 23
Join Date: Jan 2003
05-17-2003, 11:21 PM

Ok the only thing different between a version 6.0 DarkBlue Theme Block and a 6.5 DarkBlue Theme Block is the obvious:

6.5 uses USERNAME and USER_ID

while

6.0 uses UNAME and UID

Now why would 6.5 not show the topics, yet using a 6.0 block it does (although I still get sql errors, the point is it still gets the information from the database and shows the posts)

Vachi
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 23
Join Date: Jan 2003
05-18-2003, 07:27 AM

Ok anyone want to take a stab at this? I've tried everything. As I mentioned, for some reason the 6.0 version of DarkBlue Center Block will grab the last 5 messages from the forums, although I do get sql errors of course because of other code in there, but I can't figure out why with 6.5 and a 6.5 theme, I can't get the Latest 5 Threads Block to show anything.

Thanks in advance.

Vachi
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-18-2003, 07:34 AM

Can you check for me your nuke_users table and tell me if the columns there are named uid or user_id, uname or username??


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
05-18-2003, 02:04 PM

try re-downloading the block. Here it is.

http://www.fauxpas.org/mystuff/block-Aeolus-Forums.zip

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
Junior Member
 
Status: Offline
Posts: 23
Join Date: Jan 2003
05-18-2003, 04:08 PM

Quote:
Originally Posted by Mighty_Y
Can you check for me your nuke_users table and tell me if the columns there are named uid or user_id, uname or username??
USER_ID & USERNAME
   
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
NUKE CENTER FORUM BLOCK khemraj1999 Nuke 7.x - Blocks 3 08-06-2006 10:14 AM
Help with Quick title mod & Forum Center block! izone Nuke 7.x - Blocks 0 10-13-2005 08:58 AM
Advanced Center Forum Block izone Nuke 7.x - Blocks 1 08-28-2005 03:16 PM
is there way to have the forum in the center block asif Nuke 7.x - General 1 11-21-2004 04:05 AM
Forum Center Block 6.5 FleaSOG Nuke 6.5 to 6.9 - Blocks 3 06-18-2003 02:34 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