Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BB2Nuke
Author Message
JeRicHoOL
Worker
Worker



Joined: Jul 20, 2008
Posts: 126
Location: Germany

PostPosted: Sun Aug 03, 2008 4:50 pm Reply with quote

I have installed phpBB3 too as forum and when I go to www.mysite.com/forums it shows up but when I click "Forum" in the navigation bar on my site it says "Sorry, that module file was not found". (Cause I have deleted the 3 folders)
Is there a way that I can link this? I want to click "Forum" and it should lead me to it.
Regarding the "Bridge". Does this allows me to have the users from my site in my forum or is this bridge just to transfer the users from the phpBB2 board to the phpBB3 board?

_________________
Thank you RavenNuke! 
View user's profile Send private message MSN Messenger
fkelly
Former Moderator in Good Standing



Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY

PostPosted: Sun Aug 03, 2008 5:35 pm Reply with quote

I'm afraid that many of the moderators and admins on this site are focused on getting RN 2.3 out. That includes PHPBB2. Everyone recognizes the desirability of getting to PHPBB3 eventually but you are going to have to "roll your own" for now if you go to that. Perhaps another user can assist you. If you want support aside from that you are going to need to stick to supported distributions, I'm afraid.

If someone knows for sure what the bridge does and is willing to post it that would be most welcome I am sure. Just be aware that we are going to be making major enhancements to YA in 2.3 which include some changes to the users table, so there could be glitches in any bridge that depends on the old structure of the *nuke users table. It won't take a rocket scientist to fix these but if expect to be able to just load the old code and go that won't work either.
 
View user's profile Send private message Visit poster's website
JeRicHoOL







PostPosted: Sun Aug 03, 2008 6:07 pm Reply with quote

One thing I have noticed is that the phpBB2 forum which is included in RavenNuke is shown up with the blocks on the side. If you install phpBB3 you have a seperate site for the forum. bprsk8r4272 has it like I want it. When you click forums on the top of his site it leads you to his phpBB3 forum. http://gotskillslounge.com/RNtest/

I just need to know 2 things. How did he link his phpBB3 forum with the "Forum" button in his navigation bar of his normal site. Regarding the "Bridge" I'll ask http://www.osc2nuke.com/forums/ . If I have more information I'll post again here.
 
fkelly







PostPosted: Sun Aug 03, 2008 6:23 pm Reply with quote

Thanks. If you look at the address when you hover over Forums in either the menu bar at the top of the theme or in the modules block you will see that it is the standard link to modules.php. Modules.php processes all such links and then directs them to the appropriate module. So, unless they have hacked modules.php, the PHPBB3 forum module must be installed in the /modules directory of RN. Beyond that you will have to find out from them how they did it and please post any results here.

Thanks agaub,
 
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Sun Aug 03, 2008 8:53 pm Reply with quote

JeRicHoOL wrote:
I just need to know 2 things. How did he link his phpBB3 forum with the "Forum" button in his navigation bar of his normal site.

The answer is in the 6th post in this thread;
inside modules/Forums create a index.php file and put this in it
Code:


<?php
if (!defined('MODULE_FILE'))
{
   die('You can\'t access this file directly...');
}
header('Location: forums/');
die();
?>

This causes the normal nuke link to be redirected to the stand alone phpBB3 forum.
 
View user's profile Send private message Send e-mail
JeRicHoOL







PostPosted: Mon Aug 04, 2008 10:27 am Reply with quote

Thanks. I have no linked PM's, Forum and Member List to my phpBB3 forum. I will now test if users who created an account on my normal site are able to use this account on the forum too and the other way around. I doubt it will work. I think that's what the "Bridge" is there for but let's see. I will edit this post with my test results in not later than 30minutes.

EDIT: It's 2 different things. You can't use your site account for the forum nor does it work the other way around. I guess that's what the "Bridge" is there for. I'll try to install the "Bridge" later.
 
Guardian2003







PostPosted: Mon Aug 04, 2008 10:53 am Reply with quote

Yes that is correct. The 'bridge' is to link the two separate accounts.
 
warren-the-ape
Worker
Worker



Joined: Nov 19, 2007
Posts: 196
Location: Netherlands

PostPosted: Mon Aug 04, 2008 1:55 pm Reply with quote

Just came accross; http://www.phpbb3portal.com

thought it looked pretty nice, although it doesn't use php-nuke at all by the looks of it Smile
 
View user's profile Send private message
JeRicHoOL







PostPosted: Mon Aug 04, 2008 4:12 pm Reply with quote

Has anyone of you installed the bridge? I don't get it to work.

EDIT: I got it to work. Problem was that after installing the "Bridge" the forum module was deactivated for some reason. I activated it and everything worked fine. When I log in on my site I'm automatically logged in on the forum and the forum button still leads me to my phpBB3 forum. Great Stuff. If anyone needs installation help, I'm your man.

Basically these are the steps.

1. Install your phpNuke or RavenNuke
2. Install the phpBB3 forum (use 3.0.1 because then the "Bridge" installation is much easier)
3.Install the "Bridge" by just adding the content of your "Bridge" "html" folder (blocks & forums) to your root where you have RavenNuke
4. Activate the Forum module in your administration panel in on your site (not on the forum)

Note: As you installed the phpBB3 forum you already created a folder "forums" in your root. NO WORRY the "forums" folder of your bridge will just patch the current folder so you can put the 2 folders "blocks" and "forums" in your root without being scared.

I hope this helps. For more information or help post here or contact me on msn.

EDIT: The only negative is that every way of logging in on your forum leads you to your site's log in menu. Even the quick log in feature on your forum.

Pic: http://i107.photobucket.com/albums/m287/Jerichool/ScreenHunter_01Aug050033.gif

(If you fill in your account information and press login it will lead you to the site's login which mean you got to enter your information again which is a bit annoying)

I'll notify the "Bridge" creator about this. Let's hope there is a solution.
 
JeRicHoOL







PostPosted: Tue Aug 12, 2008 2:14 pm Reply with quote

EDIT: I had to delete the content of this post since I realized it was wrong information by me.

Again, if you have installed a phpBB 3.0.1 forum and used the "Bridge" to link it with your Nuke site and decide to update the board to phpBB 3.0.2 the YOU ALSO HAVE TO UPDATE THE BRIDGE! Which means just do the manual installation which you can find in your downloaded "Bridge" folder.


Last edited by JeRicHoOL on Wed Aug 13, 2008 4:26 pm; edited 1 time in total 
JeRicHoOL







PostPosted: Wed Aug 13, 2008 1:19 pm Reply with quote

EDIT: Raven, please delete this post. I edited my previous one so this one is useless. Thanks.


Last edited by JeRicHoOL on Wed Aug 13, 2008 4:29 pm; edited 2 times in total 
JeRicHoOL







PostPosted: Wed Aug 13, 2008 4:15 pm Reply with quote

I have followed the steps in the manual installation guide which is included in your "Bridge" download. I copied the content of the html folder in my RavenNuke root folder (the place where it's installed). I overwrote the files when it gave me this option. Then I edited all the files/codes like described and it does work now.

If anyone has problems with the "Bridge" let me know please. I'll try to help you out.
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Thu Aug 14, 2008 5:42 am Reply with quote

JeRicHoOL wrote:
EDIT: Raven, please delete this post. I edited my previous one so this one is useless. Thanks.


Just a side note, you can delete your own posts as long as there is not a newer post made after it.

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
bizarre12
New Member
New Member



Joined: Mar 29, 2008
Posts: 22

PostPosted: Fri Aug 15, 2008 12:15 pm Reply with quote

Does someone know if someone else working on a better bridge? or even ported version of phpbb3 for nuke?

the bridge is fine but still there are many problems with users, the fact that you have two different tables for users (one in nuke the other in phpbb3) is horrrible, you can't change your password/signature/anything else in phpbb3... you have to do it in nuke.
 
View user's profile Send private message
JeRicHoOL







PostPosted: Fri Aug 15, 2008 7:38 pm Reply with quote

Regarding a new "Bridge" you should ask this on the official site. http://www.osc2nuke.com/forums/

And yea, I understand what you mean. It would be cool if you could change the password on your phpBB too. Everything is handled over the Nuke site, that's what the bridge is there for. I will post a suggestion on the official site unless you do it first.
 
JeRicHoOL







PostPosted: Mon Aug 18, 2008 1:37 pm Reply with quote

I just wanted to add a little thing. For some people it might have been obvious for others like me not.

If you want to ban a user then you can't do this over your ACP on your phpBB forum. You will have to do this on your Nuke site. If you ban him on your forum he can still access your Nuke site and if he clicks "Forums" then he's back logged in in your forum.
 
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Mon Jan 19, 2009 4:55 pm Reply with quote

I was testing phpbb3 the other day and I didn't see where it offered much of an advantage over the current ported version on phpbb2 to a nuke user. Maybe someone could share why they think it would be a better BB system for nuke. I'm not knocking the incredible work that the PHPBB team has done. It is a very nice forum system. I am speaking solely as a Raven Nuke user with only simple BB needs..
 
View user's profile Send private message Send e-mail Visit poster's website
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Thu Jan 22, 2009 10:56 pm Reply with quote

Because phpBB2 is no longer supported? Smile

Lots of features like hierarchical categories, friend/foe, etc are built in. The caching system makes it super fast.

But for now, if you want to stick with phpBB2, I don't see why not. Though as time goes on, phpBB2 may be an easier target for hackers.

_________________
- Only registered users can see links on this board! Get registered or login! -

Need help? Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BB2Nuke

View next topic
View previous 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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©