You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 50 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Scrolling block-forums [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Mister
Nuke Cadet
Nuke Cadet


Joined: Mar 05, 2003
Posts: 4


PostPosted: Wed Mar 05, 2003 1:15 pm Reply with quoteBack to top

Hi,
I' ve installated block forums.. on nuke 6.... works correctly, but don't show the name of user....

Ex: Last post by in Off-Topic on Mar 05, 2003 at 15:36:38

Could you help me??
Thanks.. Mister

Sorry for my bad eng.
Find all posts by MisterView user's profileSend private message
FHFGhost
Lieutenant
Lieutenant


Joined: Jan 26, 2003
Posts: 279

Location: Huntsville, AL

PostPosted: Mon Mar 10, 2003 12:50 pm Reply with quoteBack to top

Is your forums standalone or ported.
Check the block-forums.php file, search for a word

uname and uid

if you find those you need to change them to username and user_id.

Make sure you back up your files before doing this.

_________________
"I don't know what the key to success is, but the key to failure is trying to please everybody"..Bill Cosby
Image
Find all posts by FHFGhostView user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger
Imago
Captain
Captain


Joined: Jan 17, 2003
Posts: 629

Location: Europe

PostPosted: Mon Mar 10, 2003 1:10 pm Reply with quoteBack to top

And vice versa, if the nuke version is 6.0, as it seems to me.

To Paul:
The link to the Forum in the block-Forums is the only one following the old standard (with pure ampersands). It would be nice if you change it to conform to the link in the GT header.php
Find all posts by ImagoView user's profileSend private messageVisit poster's website
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Mon Mar 10, 2003 2:34 pm Reply with quoteBack to top

FHFGhost wrote:
Is your forums standalone or ported.
Check the block-forums.php file, search for a word

uname and uid

if you find those you need to change them to username and user_id.

Make sure you back up your files before doing this.


FHFGhost. If he were to change the variable names to username and user_id in Nuke 6.0 it'd work even less than it does already.

The variables in the SQL lines wiht the _users table as the search table need to be uid and uname

AI
Find all posts by ArtificialIntelView user's profileSend private message
FHFGhost
Lieutenant
Lieutenant


Joined: Jan 26, 2003
Posts: 279

Location: Huntsville, AL

PostPosted: Mon Mar 10, 2003 8:31 pm Reply with quoteBack to top

Well then I'm confused, cuz mine is PHPNuke 6.0 with stand alone phpbb and my tables in phpbb2 tables are like that:

username
user_id

Now my phpnuke users table is listed as

uname
uid

Now if he correclty integrated the phpbb2 forums into phpnuke using the bbtonuke portal then yes his tables will be
uname
uid

But I asked him if he was using standalone or ported so I guess it will only work on standalone. Wink

_________________
"I don't know what the key to success is, but the key to failure is trying to please everybody"..Bill Cosby
Image
Find all posts by FHFGhostView user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger
Mister
Nuke Cadet
Nuke Cadet


Joined: Mar 05, 2003
Posts: 4


PostPosted: Wed Mar 12, 2003 11:28 am Reply with quoteBack to top

Hi,
my code "block_forums"

-----------------
$topic_title=parseEmoticons($topic_title);
// Remove the comment below to add the counter
//$content .="<STYLE=\"text-decoration: none\"><font color=\"#666666\"><b>Message: $count<br></b>";

$content .= "<img src=\"modules/Forums/templates/subSilver/images/icon_mini_message.gif\" border=\"0\" alt=\"\"><a href=\"postp.html$topic_last_post_id#$topic_last_post_id\"STYLE=\"text-decoration: none\"><b> $topic_title </b></a><br><font color=\"#666666\"><i>Last post by <a href=\"modules.php?name=Forums&file=profile&mode=viewprofile&u=$user_id\"STYLE=\"text-decoration: none\"> $username </a> in <a href=\"forum.html$forum_id\">$forum_name</a> on $post_time</i></font><br><br>";
$count = $count + 1;
}
$content .= "<br><center>[ <a href=\"modules.php?name=Forums\"STYLE=\"text-decoration: none\">$sitename ]</center>";
?>

---------------------------------------
username
user_id

Could you help me?
Thanks
Find all posts by MisterView user's profileSend private message
FHFGhost
Lieutenant
Lieutenant


Joined: Jan 26, 2003
Posts: 279

Location: Huntsville, AL

PostPosted: Wed Mar 12, 2003 8:04 pm Reply with quoteBack to top

Are you running phpbb2 forums standalone or bbtonuke ported forums?

_________________
"I don't know what the key to success is, but the key to failure is trying to please everybody"..Bill Cosby
Image
Find all posts by FHFGhostView user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger
Mister
Nuke Cadet
Nuke Cadet


Joined: Mar 05, 2003
Posts: 4


PostPosted: Thu Mar 13, 2003 11:00 am Reply with quoteBack to top

FHFGhost wrote:
Are you running phpbb2 forums standalone or bbtonuke ported forums?


phpBB 2.0.3 ...........Ported to the phpBB Nuke module by coldblooded

Thanks.. Smile
Find all posts by MisterView user's profileSend private message
FHFGhost
Lieutenant
Lieutenant


Joined: Jan 26, 2003
Posts: 279

Location: Huntsville, AL

PostPosted: Thu Mar 13, 2003 3:58 pm Reply with quoteBack to top

Change username to uname and change user_id to uid.

_________________
"I don't know what the key to success is, but the key to failure is trying to please everybody"..Bill Cosby
Image
Find all posts by FHFGhostView user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger
Mister
Nuke Cadet
Nuke Cadet


Joined: Mar 05, 2003
Posts: 4


PostPosted: Fri Mar 14, 2003 4:21 am Reply with quoteBack to top

FHFGhost wrote:
Change username to uname and change user_id to uid.


Thanks a lot Very Happy
Now works!!!

Bye
Find all posts by MisterView user's profileSend private message
FHFGhost
Lieutenant
Lieutenant


Joined: Jan 26, 2003
Posts: 279

Location: Huntsville, AL

PostPosted: Fri Mar 14, 2003 5:02 am Reply with quoteBack to top

Anytime. Wink

_________________
"I don't know what the key to success is, but the key to failure is trying to please everybody"..Bill Cosby
Image
Find all posts by FHFGhostView user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.220 Seconds - 207 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::