How can I make EASYMOD compatiable with PHPnuke?
Thx In advance
How can I make EASYMOD compatiable with PHPnuke?
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
-
- Registered User
- Posts: 3
- Joined: Tue Nov 16, 2004 8:28 pm
Re: How can I make EASYMOD compatiable with PHPnuke?
I don't know. You'll have to figure that out yourself since we don't support *nuke ports.
Eric
Re: How can I make EASYMOD compatiable with PHPnuke?
this is a very simple fix:
the phpbbtonuke fourms has most folders in the "phpnukeinstalation/modules/fourms" all except the following:
includes
db
to fix this do the following
in the .mod or compatible file type
where it says
#
#-----[ OPEN ]------------------------------------------
#
includes/file.php
or
#
#-----[ OPEN ]------------------------------------------
#
db/file.php
place the following in front of the "includes/file.php" or "db/file.php"
"../../" (no quotes)
this will take it to the phpnuke instalation where the folders includes & db
are located
so an example of this would be:
#
#-----[ OPEN ]------------------------------------------
#
../../includes/file.php
or
#
#-----[ OPEN ]------------------------------------------
#
../../db/file.php
by doing this allows easymod to edit these files without comming across an error
I have not tested this yet but it should work
the phpbbtonuke fourms has most folders in the "phpnukeinstalation/modules/fourms" all except the following:
includes
db
to fix this do the following
in the .mod or compatible file type
where it says
#
#-----[ OPEN ]------------------------------------------
#
includes/file.php
or
#
#-----[ OPEN ]------------------------------------------
#
db/file.php
place the following in front of the "includes/file.php" or "db/file.php"
"../../" (no quotes)
this will take it to the phpnuke instalation where the folders includes & db
are located
so an example of this would be:
#
#-----[ OPEN ]------------------------------------------
#
../../includes/file.php
or
#
#-----[ OPEN ]------------------------------------------
#
../../db/file.php
by doing this allows easymod to edit these files without comming across an error
I have not tested this yet but it should work
-
- Registered User
- Posts: 4
- Joined: Sun Oct 29, 2006 10:04 pm
Re: How can I make EASYMOD compatiable with PHPnuke?
No even though nuke does use phpbb for it's forum it's not possible to use EasyMod with it. It's just so modded making it almost impossible to get easymod to work with phpbb. Especially with normal nuke who uses an old modified phpbb. But with ones like Evo who use the newer phpbb it would be a little easier but still nearly impossible
-
- Registered User
- Posts: 34
- Joined: Sat Mar 04, 2006 3:40 pm
Re: How can I make EASYMOD compatiable with PHPnuke?
is is possible i did it, but then you still have to edit the easy mods edit .mod files
not worth it.
use phpbb if you want easy mod
this is why i building my own cms around phpbb 3 so when there is an easy mod for it
it will work just fine
thats my 2 cents
Steve
not worth it.
use phpbb if you want easy mod
this is why i building my own cms around phpbb 3 so when there is an easy mod for it
it will work just fine
thats my 2 cents
Steve
working on a cms to be intergrated with phpbb 3 without any major code changing to keep with phpbb 3 guidelines