nukeSEO.com - PHPNuke SEO Search engine optimization, professional tools including nukeSEO, nukeSPAM, nukeFEED, nukePIE, nukeWYSIWYG and more

 

. Welcome to nukeSEO.com  ! 
.
.
.


.
nukeSEO.com: Forums


 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Some returns of use with 1.1
 
 
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeFEED (tm)
View previous topic :: View next topic  
Author Message
stefvar
webmaster


Joined: Dec 26, 2005
Posts: 14

PostPosted: Mon Sep 24, 2007 6:34 am    Post subject: Some returns of use with 1.1 Reply with quote

Hello Kevin,

I have just set up the last version and here my remarks for the user of PHP-Nuke > at 7.9.
In the content file “includes\nukeSEO\content\Forums.php”, for line 31, it is necessary to replace:
Code:
  include_once($bbtonukepath.'bbcode.php');


by :
Code:
  include_once($phpbb_root_path.$bbtonukepath.'bbcode.php');


and with line 75:
Code:
    $bbtonukepath = 'modules/Forums/';


by :
Code:
    $bbtonukepath = 'modules/Forums/includes/';



Cordially

Stef
_________________
Stef and Co. Bénévolat sur mesure Wink
Only registered users can see links on this board! Get registered or login!
  
Back to top
View user's profile Send private message Visit poster's website
kguske
Site Admin
Site Admin


Joined: May 12, 2005
Posts: 876

PostPosted: Mon Sep 24, 2007 6:52 am    Post subject: Re: Some returns of use with 1.1 Reply with quote

I should have checked the 8.0+ files first.

However, to correct this, I just changed line 25 from:
Code:
  $bbtonukepath = $phpbb_root_path;
to
Code:
  $bbtonukepath = $phpbb_root_path.'includes/';

and, as you suggested, line 75 from:
Code:
    $bbtonukepath = 'modules/Forums/';
to
Code:
    $bbtonukepath = 'modules/Forums/includes/';


The downloads have been updated.
_________________
  
Back to top
View user's profile Send private message Visit poster's website
stefvar






PostPosted: Mon Sep 24, 2007 7:09 am    Post subject: Re: Some returns of use with 1.1 Reply with quote

All functions perfectly now, thank you Wink
  
Back to top
Display posts from previous:       
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeFEED (tm) All times are GMT - 5 Hours
 
 Page 1 of 1

 

Jump to:   
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

Powered by phpBB © 2001-2008 phpBB Group


Page Generation: 0.05 Seconds