| Author |
Message |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12383
|
Posted:
Wed Mar 29, 2006 2:42 pm |
  |
|
     |
 |
LadyCherry
Lieutenant


Joined: Aug 12, 2003
Posts: 183
|
Posted:
Fri Apr 07, 2006 8:49 am |
  |
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 |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12383
|
Posted:
Fri Apr 07, 2006 5:21 pm |
  |
|
     |
 |
Chuckun
Nuke Cadet


Joined: Apr 15, 2006
Posts: 4
Location: UK
|
Posted:
Fri Apr 14, 2006 11:35 pm |
  |
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 ) 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  |
|
|
     |
 |
Chuckun
Nuke Cadet


Joined: Apr 15, 2006
Posts: 4
Location: UK
|
Posted:
Sat Apr 15, 2006 7:43 am |
  |
| 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 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.. )
If you can figure out a way around this, then PLEASE tell me
Thanks a lot  |
|
|
     |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12383
|
Posted:
Sat Apr 15, 2006 7:10 pm |
  |
|
     |
 |
Chuckun
Nuke Cadet


Joined: Apr 15, 2006
Posts: 4
Location: UK
|
Posted:
Sun Apr 16, 2006 4:18 am |
  |
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 |
|
|
     |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12383
|
Posted:
Sun Apr 16, 2006 5:38 pm |
  |
|
     |
 |
intsoda
Nuke Cadet


Joined: May 07, 2006
Posts: 4
|
Posted:
Sat May 06, 2006 10:53 pm |
  |
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. |
|
|
   |
 |
intsoda
Nuke Cadet


Joined: May 07, 2006
Posts: 4
|
Posted:
Sat May 06, 2006 11:01 pm |
  |
...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"); |
|
|
|
   |
 |
intsoda
Nuke Cadet


Joined: May 07, 2006
Posts: 4
|
Posted:
Mon May 08, 2006 7:05 am |
  |
anyone have any idea on why it's saying that? |
|
|
   |
 |
intsoda
Nuke Cadet


Joined: May 07, 2006
Posts: 4
|
Posted:
Tue May 09, 2006 6:18 am |
  |
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. |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12383
|
Posted:
Sat May 13, 2006 10:24 pm |
  |
|
     |
 |
Chuckun
Nuke Cadet


Joined: Apr 15, 2006
Posts: 4
Location: UK
|
Posted:
Thu May 25, 2006 9:05 am |
  |
| 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 |
|
|
     |
 |
LadyCherry
Lieutenant


Joined: Aug 12, 2003
Posts: 183
|
Posted:
Mon Nov 27, 2006 10:40 am |
  |
|
   |
 |
|
|