You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 49 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - HOWTO: Run Multiple bbtoNuke (Forums) Modules in phpNuke [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
sandman229
Sergeant
Sergeant


Joined: Jul 28, 2003
Posts: 102

Location: Victorville, Ca.

PostPosted: Sat Dec 17, 2005 6:23 pm Reply with quoteBack to top

Evaders99 wrote:
Are the path settings in that Forums Configuration correct?


Yes they are.

_________________
Sandman
Image
http://www.kittykorp.com and http://www.katpaws.com
Find all posts by sandman229View user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN MessengerICQ Number
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12373


PostPosted: Sat Dec 17, 2005 6:59 pm Reply with quoteBack to top

I don't know then, I'd have to look into the actual code

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
sandman229
Sergeant
Sergeant


Joined: Jul 28, 2003
Posts: 102

Location: Victorville, Ca.

PostPosted: Sat Dec 17, 2005 7:03 pm Reply with quoteBack to top

Evaders99 wrote:
I don't know then, I'd have to look into the actual code


Where does the e-mail gets set up and sent?? Which file??

_________________
Sandman
Image
http://www.kittykorp.com and http://www.katpaws.com
Find all posts by sandman229View user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN MessengerICQ Number
sandman229
Sergeant
Sergeant


Joined: Jul 28, 2003
Posts: 102

Location: Victorville, Ca.

PostPosted: Sat Dec 17, 2005 7:58 pm Reply with quoteBack to top

sandman229 wrote:
Evaders99 wrote:
I don't know then, I'd have to look into the actual code


Where does the e-mail gets set up and sent?? Which file??



Ok Found the file that governs the notification of topics. Its in: includes/function_post with the line:

$script_name = 'modules.php?name=Forums&file=viewtopic';

what would be the format the $module_name in the place for the Forums??

I've tried $module_name and ".$module_name." and neither one worked.

_________________
Sandman
Image
http://www.kittykorp.com and http://www.katpaws.com
Find all posts by sandman229View user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN MessengerICQ Number
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12373


PostPosted: Sat Dec 17, 2005 8:45 pm Reply with quoteBack to top

Make sure that function has $module_name available to use

Code:

global $module_name;

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
LadyCherry
Lieutenant
Lieutenant


Joined: Aug 12, 2003
Posts: 183


PostPosted: Wed Jan 18, 2006 6:38 pm Reply with quoteBack to top

I noticed that the Find a Username option no longer works. It seems to be related to this part:

Code:

--- [EDIT includes/sessions.php] ---
    FIND
    function append_sid($url, $non_html_amp = false)

    In this function
    REPLACE
    global $SID, $admin;
   
    WITH
    global $SID, $admin, $module_name;

    REPLACE
    All instances of 'Forums'
   
    WITH
    ".$module_name."


The piece where we change the instances of "Forums" with ".$module_name." seems to make the url incorrect for looking up a username when in your private messages. The button you click for looking up a username. When you type a name in the url is missing the Forums part after name=

What can be done to fix this issue?

Thank you for your time
-Lady Cherry
Find all posts by LadyCherryView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12373


PostPosted: Wed Jan 18, 2006 7:04 pm Reply with quoteBack to top

Ah sorry, this hasn't been tested with the Private Messages
Odd.. it seems to work correctly on my system. I'll check again

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
LadyCherry
Lieutenant
Lieutenant


Joined: Aug 12, 2003
Posts: 183


PostPosted: Sat Jan 21, 2006 10:39 am Reply with quoteBack to top

Any luck?

btw thank you for helping.

-Lady Cherry
Find all posts by LadyCherryView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12373


PostPosted: Sat Jan 21, 2006 6:56 pm Reply with quoteBack to top

I cannot duplicate it. Can we see this error on your site?

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
LadyCherry
Lieutenant
Lieutenant


Joined: Aug 12, 2003
Posts: 183


PostPosted: Tue Jan 24, 2006 6:14 am Reply with quoteBack to top

yes you can.

I will send you to our test site. (The Sites theme is a disaster right now because we are changing the look a bit so please dont mind that.)

You can use the user: Test
and the password: test

if you click on messages and click new post message and then click find a username. (Put in any username) hit search and you will see the results.

Thanks for your time.

-Lady Cherry
Find all posts by LadyCherryView user's profileSend private message
LadyCherry
Lieutenant
Lieutenant


Joined: Aug 12, 2003
Posts: 183


PostPosted: Tue Feb 21, 2006 9:14 am Reply with quoteBack to top

have you had any luck?
Find all posts by LadyCherryView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12373


PostPosted: Tue Feb 21, 2006 9:58 am Reply with quoteBack to top

No. I would have to spend the time to debug the code on your system itself.. and my time is quite busy usually

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
webjunky
Lieutenant
Lieutenant


Joined: May 11, 2003
Posts: 167


PostPosted: Tue Feb 21, 2006 10:14 am Reply with quoteBack to top

As soon anyone solves this... call me Very Happy
Find all posts by webjunkyView user's profileSend private message
webjunky
Lieutenant
Lieutenant


Joined: May 11, 2003
Posts: 167


PostPosted: Sun Feb 26, 2006 12:29 am Reply with quoteBack to top

Is anyone still working on this?
I would like to help.
I'm a phpnuke user since version 4 and write own modules.

So if anyone is working on a second bb2nuke forums integration in phpnuke contact me...

Else I start my own
Find all posts by webjunkyView user's profileSend private message
LadyCherry
Lieutenant
Lieutenant


Joined: Aug 12, 2003
Posts: 183


PostPosted: Wed Mar 29, 2006 10:50 am Reply with quoteBack to top

In phpnuke 7.9 the following doesnt exist:
[code]
Fix for the post reviews:

--- [EDIT modules/Forums2/common.php] ---
BEFORE

if ($forum_admin == 1) {

ADD

[code]$module_name = 'Forums2';[/code]

Where in the modules/Forums2/common.php do we put the following?:
[code]$module_name = 'Forums2';[/code]

Until I can figure this out my Topic review does not work properly

thanks for your time.

-Lady Cherry
Find all posts by LadyCherryView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.245 Seconds - 204 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::