| Author |
Message |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Mon May 24, 2004 12:12 pm |
  |
http://nec.fauxpas.org
GT-NExtGEn running on Nuke 7.3 with all latest security patches.
There are minor changes to the GT-NExtGEn to make it work with 7.x. I actually used a version I downloaded a couple months ago. Worked like a charm.
AND YES. 7.3 is cool. Almost all User Avatar and Profile features moved to Nukes User Profile Management.
mikem |
_________________ Getting Started | My Projects
Last edited by mikem on Mon May 24, 2004 1:20 pm; edited 1 time in total |
|
   |
 |
k8oylos
Private


Joined: May 09, 2003
Posts: 40
|
Posted:
Mon May 24, 2004 1:12 pm |
  |
|
    |
 |
DSLServer
Nuke Soldier


Joined: Aug 31, 2003
Posts: 12
Location: USA
|
Posted:
Mon May 24, 2004 1:18 pm |
  |
|
    |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Mon May 24, 2004 1:21 pm |
  |
|
   |
 |
DSLServer
Nuke Soldier


Joined: Aug 31, 2003
Posts: 12
Location: USA
|
Posted:
Mon May 24, 2004 1:36 pm |
  |
| mikem wrote: |
There are minor changes to the GT-NExtGEn to make it work with 7.x. I actually used a version I downloaded a couple months ago. Worked like a charm.
|
Mike
GT-NExtGEn with minor changes to work with 7.X <- where to download ?
GT-NExtGEn is still running on 6.5 |
_________________ http://www.DSLServer.org
http://www.eye.cc |
|
    |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Mon May 24, 2004 3:50 pm |
  |
| Quote: |
GT-NExtGEn with minor changes to work with 7.X <- where to download ?
GT-NExtGEn is still running on 6.5 |
I don't think they have released a 7.x version yet.
I modified the 0.4 version I have myself.
The only change that needed any modification was the change to the admin/modules/modules.php (I'll check my notes to be sure)
I just altered the function module_edit to look like this:
| Code: |
function module_edit($mid, $url) {
global $prefix, $db;
$main_m = $db->sql_fetchrow($db->sql_query("SELECT main_module from " . $prefix . "_main"));
$main_module = $main_m['main_module'];
$mid = intval($mid);
$row = $db->sql_fetchrow($db->sql_query("SELECT title, custom_title, view, inmenu, url, mod_group from " . $prefix . "_modules where mid='$mid'"));
$title = $row['title'];
$custom_title = $row['custom_title'];
$view = intval($row['view']);
$inmenu = intval($row['inmenu']);
$mod_group = intval($row['mod_group']);
$url = $row['url'];
include ("header.php"); |
slightly different coding from the instructions for a manual install of GT NeXtGen. That will enable you to Edit your modules to give them the *.html link in your Modules Window.
Everything else was unmodified. I simply made the changes manually instead of using the files included in the GT package.
mikem |
_________________ Getting Started | My Projects |
|
   |
 |
xfsunolesphp
Lieutenant


Joined: Apr 05, 2003
Posts: 208
Location: Melbourne, FL
|
Posted:
Mon May 24, 2004 4:25 pm |
  |
mikem, i click your site, and it work fine. |
|
|
      |
 |
dmike_88
Corporal


Joined: Aug 05, 2004
Posts: 53
|
Posted:
Sun Aug 15, 2004 2:25 pm |
  |
Can you use googletap with IIS webserver instead of Apache? |
|
|
   |
 |
jib_intelli
Captain


Joined: Jun 10, 2004
Posts: 338
Location: Lucknow, India
|
Posted:
Thu Sep 09, 2004 7:42 pm |
  |
My site is Google Tapped except for a little problem. The shop mod for Nuke2BB is not being tapped properly
Any help on that?
You can visit my forums at: http://pottersrealm.co.org.ru/forums.html |
_________________ It is not our abilities which decide what we truly are, it is our choices.
|
|
       |
 |
|
|