Author |
Message |
Anders
Worker


Joined: Jun 16, 2004
Posts: 159
Location: Sweden
|
Posted:
Tue Feb 01, 2011 3:42 am |
|
A Clean phpnuke version Whitout forum part is that something you can make raven? I want to choose my own forum and want that stand alone |
|
|
|
 |
PHrEEkie
Subject Matter Expert

Joined: Feb 23, 2004
Posts: 358
|
Posted:
Tue Feb 01, 2011 4:30 am |
|
Just disable the Forum module. Your alternative Forum won't have login info passed to it, so it will be literally 'stand alone'. The newest release (pretty far out still, as I understand it) is supposed to be able to 'bridge' some of the more popular Forums.
- Keith |
_________________ PHP - Breaking your legacy scripts one build at a time. |
|
|
 |
Anders

|
Posted:
Tue Feb 01, 2011 6:00 am |
|
Its not just to disable hehe you have that darn forum all over your account just for example i dont want all that... |
|
|
|
 |
nuken
RavenNuke(tm) Development Team

Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina
|
Posted:
Tue Feb 01, 2011 6:37 am |
|
The only forum function in Your Account that I am aware of is the profile picture upload. Private Message is a stand alone module that works with forums disabled. |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
 |
Anders

|
Posted:
Tue Feb 01, 2011 2:38 pm |
|
search for forums.html so will you see how many places it on...i have a distro of 7.6 patched ...have clean it up and will have a test...i will be back and tell hehe |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Tue Feb 01, 2011 8:43 pm |
|
Well, RN is based upon 7.6 patched so why not go with an active project with already 10000's of security, bug, compliance updates? The changes would be very similar. |
_________________ 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! |
|
|
 |
fkelly
Former Moderator in Good Standing

Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY
|
Posted:
Tue Feb 01, 2011 10:00 pm |
|
You can run the current RN version without installing Forums. I've done it for my wife's website. But you need to hack some of the core code to do so ... even the installer looks for Forums in some places. I didn't write down all the details but it can be done. At the same time, if you aren't pretty familiar with the code, it can't be done and even if you are it is a trial and error thing. |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Tue Feb 01, 2011 10:13 pm |
|
I thought we disengaged the forums, entirely, in RN2.4? |
|
|
|
 |
Anders

|
Posted:
Wed Feb 02, 2011 2:19 am |
|
No luck... just a darn blank page please raven help me out
so i can get a clean system with out all things you guys have put in ...just basic and secure ....what a good alternative for users that want a stand alone forum RN basic |
|
|
|
 |
fkelly

|
Posted:
Wed Feb 02, 2011 9:22 am |
|
If you look at the setup.php in the /INSTALLATION directory you will see that we still make explicit reference to the bbconfig table ... and the program will die if there are SQL errors with updating it. If forums were truly optional we wouldn't be doing this or at least we'd be checking to see if the admin wanted to install forums. This kind of stuff is still embedded throughout the code I'm afraid. That's why I said that if you aren't pretty familiar with the code it (meaning installing without forums) can't be done.
Look at lines 219 and following in the current setup file. |
|
|
|
 |
|