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, 54 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 - HOWTO: Run Multiple bbtoNuke (Forums) Modules in phpNuke [ ]
 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
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12383


PostPosted: Mon Nov 27, 2006 11:33 am Reply with quoteBack to top

Off the top, no. Will need to see error messages from the error log to determine why this is failing.

I generally remove the link to register through the forums. It is better if done through the Your_Account module

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
LadyCherry
Lieutenant
Lieutenant


Joined: Aug 12, 2003
Posts: 183


PostPosted: Mon Nov 27, 2006 12:35 pm Reply with quoteBack to top

I liked how the forums give a disclaimer and everything so I thought maybe it was better. Is the Your Account a much better solution?

Thanks again
-Lady Cherry
Find all posts by LadyCherryView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12383


PostPosted: Mon Nov 27, 2006 9:59 pm Reply with quoteBack to top

Generally for phpNuke integration, yes. There maybe some Your_Account replacements that add a terms or disclaimer during the process

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
LadyCherry
Lieutenant
Lieutenant


Joined: Aug 12, 2003
Posts: 183


PostPosted: Tue Nov 28, 2006 6:53 am Reply with quoteBack to top

ok thank you very much
Find all posts by LadyCherryView user's profileSend private message
Vedran
Nuke Soldier
Nuke Soldier


Joined: Oct 24, 2006
Posts: 23

Location: Tuzla, BiH

PostPosted: Tue Dec 26, 2006 9:16 am Reply with quoteBack to top

OK, I've done everything I was told to do, and i got Forum2, and I can see it in admin panel, but when I try to post something in forum2, it shows me:

Code:

Error in posting

DEBUG MODE

SQL Error : 1054 Unknown column 'bbcode_uid' in 'field list'

INSERT INTO nuke_bb2posts_text (post_id, post_subject, bbcode_uid, post_text) VALUES ('1', 'test2', '', 'testing new forum, bla bla bla<br />')

Line : 282
File : functions_post.php


What did do wrong? How to fix it?

_________________
...:::Star Trek Farpoint:::...

Last edited by Vedran on Wed Dec 27, 2006 8:55 am; edited 1 time in total
Find all posts by VedranView user's profileSend private messageVisit poster's website
Fireboar
Corporal
Corporal


Joined: Dec 01, 2006
Posts: 64


PostPosted: Tue Dec 26, 2006 2:39 pm Reply with quoteBack to top

Well, the logical solution would be to add a new field into nuke_bb2posts_text called "bbcode_uid". I can't think why it wouldn't have been there...

_________________
http://www.fantasy-pc.com/ - PHP-Nuke website with a growing community where you can talk about anything.

Want a version of PHP-Nuke with all the bells and whistles removed? PHP-Nuke Lite is for you!
Find all posts by FireboarView user's profileSend private messageVisit poster's website
Vedran
Nuke Soldier
Nuke Soldier


Joined: Oct 24, 2006
Posts: 23

Location: Tuzla, BiH

PostPosted: Wed Dec 27, 2006 4:45 am Reply with quoteBack to top

Yes, but what is the coe for this table?

_________________
...:::Star Trek Farpoint:::...
Find all posts by VedranView user's profileSend private messageVisit poster's website
Fireboar
Corporal
Corporal


Joined: Dec 01, 2006
Posts: 64


PostPosted: Mon Jan 01, 2007 3:32 am Reply with quoteBack to top

Code? I'd have thought you'd use something like PHPMyAdmin... no? Well use this then:

ALTER TABLE nuke_bb2posts_text ADD bbcode_uid varchar(10) NOT NULL default '' AFTER post_id

Just run that query once, then try posting. It should do the trick.

If you don't know how to run a query, simply use the file at [this link] and save it as a php file, then put the query where you're told to.

That's a little php file I like to keep handy - it seems to work fine for most queries and it gives you a html output (though it is quite messy), if there's anything to output. Of course, if you use PHPMyAdmin, use that instead.

Incidentally, if the query doesn't fix things, perhaps you need to take a look at the columns you have in your nuke_bb2posts_text table. Simply change the query to the following and run it:

SHOW COLUMNS FROM nuke_bb2posts_text

_________________
http://www.fantasy-pc.com/ - PHP-Nuke website with a growing community where you can talk about anything.

Want a version of PHP-Nuke with all the bells and whistles removed? PHP-Nuke Lite is for you!
Find all posts by FireboarView user's profileSend private messageVisit poster's website
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12383


PostPosted: Thu Jan 04, 2007 5:37 pm Reply with quoteBack to top

The real question is, why is bbcode_uid missing in the first place?

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
mtalley887
Sergeant
Sergeant


Joined: Dec 01, 2003
Posts: 149


PostPosted: Mon Mar 12, 2007 9:09 am Reply with quoteBack to top

This project is great and I hope that it continues. I've just recently installed it on a Ravenscript 7.6 with phpbb version 2.0.20 and it is quite involved but can be done. One thing I would like to point out is don't use the Tavern.zip or use it's instructions. They are wrong and not complete on what has to be done. Follow Evaders99 instructions from the begining and if you are using a version of phpnuke 7.5+ follow those instructions he placed out in the beginning of this thread to set up the correct admin.

Another thing is you must create a full set of nuke_bb** tables for the second forum to work by renaming them nuke_bb2** or whatever you wish as long as they are distinguishable from the original tables. After completing the project you can then go to admin and click on modules and give each, forum and forum2, a custom name.

It took me time with the case file settings in forum2 to get the admin to work. Originally, when I clicked on the admin Forum2 all I would get was a blank page with no errors. I finally resolved that problem and I am able to get the forum admin for both forums to come up. In forum2 admin page all the links except for "Preview Forum" was set correctly. The "Preview Forum" when clicked on would always bring up a preview of the original forum. That was finally resolved by opening up the Forum2/admin/index.php and looking for

Code:
"U_FORUM_PREINDEX" => append_sid("modules.$phpEx?name=Forums&file=index"),


at approximately line 79. Change this by adding a '2' with Forums like this

Code:
"U_FORUM_PREINDEX" => append_sid("modules.$phpEx?name=Forums2&file=index"),


That takes care of the 'Preview Forum' problem. There are a couple of other problems like whenever you go to post and your not logged in, you are sent to the page for users to log in. When you log in it doesn't return you to the correct forum that you want to post at. Another problem I found is while in the forum Admin under management in the Admin section you get a list of the forums you've created. If you mouse click on any of the forums titles you are not sent to the original forums listing. This is another problem I need to look into or get help from anyone here. Everything else looked okay, the edit/delete buttons and so forth seem to be pointing to the correct forum.

Othe than these, the forums seem to be working correctly. The avatars and the smilies are showing which are all being pulled from the original forums module directory.

I'll continue to share my findings on any problems I encounter and hopefully a good set of instructions on installing this will come out.

Michael
Find all posts by mtalley887View user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12383


PostPosted: Mon Mar 12, 2007 9:27 pm Reply with quoteBack to top

I'm glad this worked for you.
Thanxs for those updates. Any issues you can fix, go for it!

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
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.234 Seconds - 442 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::