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!
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12383
Posted:
Thu Jan 04, 2007 5:37 pm
The real question is, why is bbcode_uid missing in the first place?
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
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
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12383
Posted:
Mon Mar 12, 2007 9:27 pm
I'm glad this worked for you.
Thanxs for those updates. Any issues you can fix, go for it!
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