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, 65 guest(s) and 1 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
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12397


PostPosted: Wed Mar 29, 2006 2:42 pm Reply with quoteBack to top

Just put it in the beginning of the file, after the <? tag

_________________
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: 184


PostPosted: Fri Apr 07, 2006 8:49 am Reply with quoteBack to top

This line:
Quote:

$url = "modules.php?name=".$module_name."&file=".$url; //Change to Nuke format


If I put this to:

Quote:

$url = "modules.php?name=Forums&file=".$url; //Change to Nuke format


Then the Username lookup in the Private messages work properly.

However,

After I make the change the multiple forums do not work properly

Any Ideas?

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


Joined: Aug 17, 2003
Posts: 12397


PostPosted: Fri Apr 07, 2006 5:21 pm Reply with quoteBack to top

What file is this? $module_name may not be declared correctly. If its in the function, make sure $module_name is defined in a global

_________________
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
Chuckun
Nuke Cadet
Nuke Cadet


Joined: Apr 15, 2006
Posts: 4

Location: UK

PostPosted: Fri Apr 14, 2006 11:35 pm Reply with quoteBack to top

Hi,

I'd jus' like to say, NICE MOD!

I have been thinking about doin this for a while, and then it occured to me.. GOOGLE! so i ran up a google search, and i found this, and damn am I pleased! Im gonna try it today (probably will ask for help at sum error stage, cause i suck Wink) and hopefully I will get it goin eventually, cause I need lots n lots (like jelly tots!) of them..

Thanks again, I've read all the errors people hve mentioned so far, so I should have an idea of what to do..

Nice 1 Wink
Find all posts by ChuckunView user's profileSend private messageSend e-mailVisit poster's website
Chuckun
Nuke Cadet
Nuke Cadet


Joined: Apr 15, 2006
Posts: 4

Location: UK

PostPosted: Sat Apr 15, 2006 7:43 am Reply with quoteBack to top

Evaders99 wrote:
[EDIT modules/Forums2/admin/common.php] ---
BEFORE
include($root_path . 'includes/constants.'.$phpEx);

ADD
$module_name = 'Forums2';



Ok, Im on Nuke Platinum 7.6.b.4 (very new).. and I dont even HAVE this file Sad Mine isnt in
modules/Forum2/admin/

I have
modules/Forums2/common.php but that's still not got this in it:
Code:
     include($root_path . 'includes/constants.'.$phpEx);



Do you think this mod wont work on my version? (lots changed so.. Neutral)

If you can figure out a way around this, then PLEASE tell me Smile

Thanks a lot Razz
Find all posts by ChuckunView user's profileSend private messageSend e-mailVisit poster's website
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12397


PostPosted: Sat Apr 15, 2006 7:10 pm Reply with quoteBack to top

Just place it at the beginning of the code in that file

I do paid code work, visit my service site at http://evaders.swrebellion.com

_________________
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
Chuckun
Nuke Cadet
Nuke Cadet


Joined: Apr 15, 2006
Posts: 4

Location: UK

PostPosted: Sun Apr 16, 2006 4:18 am Reply with quoteBack to top

what about the missing files? It seems my version is coded differently, because I dont have common.php in /modules/Forums/admin :S perhaps you can copy and paste the cotent of that file here so I can see if I do have it, only named differently?

Cheers a bunch
Chuckun
Find all posts by ChuckunView user's profileSend private messageSend e-mailVisit poster's website
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12397


PostPosted: Sun Apr 16, 2006 5:38 pm Reply with quoteBack to top

Mmm if you don't have it, it may not be needed. Does your forums still run?

_________________
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
intsoda
Nuke Cadet
Nuke Cadet


Joined: May 07, 2006
Posts: 4


PostPosted: Sat May 06, 2006 10:53 pm Reply with quoteBack to top

Hey Evaders,

First of all great mod. Everything works except when i go to the administration area and try to access the new board's administration, it says "You are not authorised to administer this board". If i try to access the original board's administration, it works. So for some reason, the cookie is not being read on the new board? Any help would be appreciated. Thanks.

Im using nuke 7.8 patched.
Find all posts by intsodaView user's profileSend private message
intsoda
Nuke Cadet
Nuke Cadet


Joined: May 07, 2006
Posts: 4


PostPosted: Sat May 06, 2006 11:01 pm Reply with quoteBack to top

...also, the message seems to be coming directly from

-forums2/admin/pagestart.php

where it says

Code:
message_die(GENERAL_MESSAGE, "You are not authorised to administer this board");
Find all posts by intsodaView user's profileSend private message
intsoda
Nuke Cadet
Nuke Cadet


Joined: May 07, 2006
Posts: 4


PostPosted: Mon May 08, 2006 7:05 am Reply with quoteBack to top

anyone have any idea on why it's saying that?
Find all posts by intsodaView user's profileSend private message
intsoda
Nuke Cadet
Nuke Cadet


Joined: May 07, 2006
Posts: 4


PostPosted: Tue May 09, 2006 6:18 am Reply with quoteBack to top

nevermind, i fixed it.

im an idiot.

i changed the main $prefix instead of just adding on so it was trying to find the admin in my new prefix from $prefix_authors which doesnt exists.
Find all posts by intsodaView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12397


PostPosted: Sat May 13, 2006 10:24 pm Reply with quoteBack to top

Glad you got it fixed

_________________
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
Chuckun
Nuke Cadet
Nuke Cadet


Joined: Apr 15, 2006
Posts: 4

Location: UK

PostPosted: Thu May 25, 2006 9:05 am Reply with quoteBack to top

Evaders99 wrote:
Mmm if you don't have it, it may not be needed. Does your forums still run?


sorry I couldnt find this thread lol - the mod worked (technically) it allowed me to run multiple forums, but no functions worked, and sometimes the page just showed as the default css bg color
Find all posts by ChuckunView user's profileSend private messageSend e-mailVisit poster's website
LadyCherry
Lieutenant
Lieutenant


Joined: Aug 12, 2003
Posts: 184


PostPosted: Mon Nov 27, 2006 10:40 am Reply with quoteBack to top

I have this working great.

One problem im having is when people register using the forums they click the link in thier e-mail something like:

http://theartdoor.com/modules.php?name=Forums&file=profile&mode=activate&u=11111&act_key=a111a1

When they go to the page its empty except for my pages header.

No error messages.

Any ideas?

-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.476 Seconds - 241 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::