| Author |
Message |
Dawg RavenNuke(tm) Development Team

Joined: Nov 07, 2003 Posts: 889
|
Posted:
Wed Jan 25, 2006 8:33 pm |
|
As everyone starts to build sites based on this distro.....I thought it would be nice to keep a list of "Plug and Play" modules.....on a fresh install of RN, installing X mod goes without a hitch....Hopefully this will become a great thread with a list of Modules you can go through and install one after the other. Please include a download link with your Mod.
Gallery 2 was an easy install (Raven is working on integration of this...)
Install Gallery first...
then
Gallery 2 Nuke Integration Package
|
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Thu Jan 26, 2006 2:59 am |
|
Dawg,
Be sure to check out all the functionality. When I installed those 2 steps above on a client's site with my distro, I had to make some changes - I believe it was in the admin area. I have to go back over my notes. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Thu Jan 26, 2006 6:12 am |
|
HTML Newsletter version 1.2 and above work just fine as well and may be integrated into a future RaveNuke76 release. See |
|
|
|
 |
Dawg RavenNuke(tm) Development Team

Joined: Nov 07, 2003 Posts: 889
|
Posted:
Tue Jan 31, 2006 1:14 pm |
|
NuCalendar....It took a little hunting but I found a version that works real close to out of the box.
Download it HERE
Then open /modules/nucalendar/admin/index.php
and change
| Code: | | if (!eregi("admin.php", $_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); } |
to
| Code: | if (!defined('ADMIN_FILE')) {
die ("Access Denied");
} |
Works perfectly..... |
|
|
|
 |
SpaceMonkey Worker


Joined: Apr 30, 2005 Posts: 170
|
Posted:
Thu Jun 29, 2006 6:59 pm |
|
| Raven wrote: | Dawg,
Be sure to check out all the functionality. When I installed those 2 steps above on a client's site with my distro, I had to make some changes - I believe it was in the admin area. I have to go back over my notes. |
Did you ever go over your notes Raven? I think I may have encountered your problem and I'm not sure how to fix it. That is, if you're talking about the admin control panel for PHP nuke and not the Gallery 2 one. It's weird that it worked on one server and then did not on another.
Here's a link to where I describe the issue to the NukedGalleries people:
|
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Thu Jun 29, 2006 10:46 pm |
|
No, I never did and the notes are long gone .... |
|
|
|
 |
|
|
|
|