| Author |
Message |
icowden
Beginner


Joined: Dec 16, 2005 Posts: 11
|
Posted: Sat Dec 17, 2005 7:33 pm Post subject: The MOD section of Gallery2 INtegration with phpBB |
|
|
Hi all,
I am using the almost latest version of PHP and the latest version of Gallery. However, two of my phpBB installation files do not contain the references that are referred to in the Mod.
My phpBB has been modded to include easymod (can I recommend that the Gallery2 integration modding is put in an easymod file & included in the download?), Add_name_to_profile, admin_notification_on_new_registration, and current_groups. I have also modded it to remove the 13 and over requirement (i'm based in UK!).
Anyway the specific bits that don't seem to exist are:
the references in:-
admin/admin_users.php
templates/subSilver/overall_header.tpl
Can any one tell me if the modifications to these two files are vital, what they do, and whether they no longer apply given the modding to phpBB done already?
Cheers
Iain |
|
| Back to top |
|
|
AdBot
|
| Post subject: The MOD section of Gallery2 INtegration with phpBB |
|
|
|
|
|
| Back to top |
|
 |
PilotSpike
Beginner


Joined: Dec 02, 2005 Posts: 13
|
Posted: Sat Dec 17, 2005 9:21 pm Post subject: Re: The MOD section of Gallery2 INtegration with phpBB |
|
|
Hmmmm, Id be highly surprised if your PHPBB installation will work properly without those files. Actually, if your not using subSilver that file won't make much of a difference, but admin_users.php sure does.
I just integrated G2 with PHPBB 2.0.18 without problems though I am not using EasyMod.
The overall_header file adds the link to allow you to bring up G2 within phpbb. The changes in admin_users.php among things allows you to delete users from the G2 database when deleting them from phpbb.
-- Spike |
|
| Back to top |
|
|
icowden
Beginner


Joined: Dec 16, 2005 Posts: 11
|
Posted: Sun Dec 18, 2005 9:19 am Post subject: Re: The MOD section of Gallery2 INtegration with phpBB |
|
|
The problem is not that the files don't exist, but that the areas that need changing don't exist in the files!! The "find" text just isn't there, nor can I see anything similar.
Iain |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Dec 20, 2005 8:04 am Post subject: Re: The MOD section of Gallery2 INtegration with phpBB |
|
|
| I just downloaded phpBB 2.0.18 and found the sections of code referenced for admin/admin_users.php and in the subSilver/overall_header.tpl files... |
|
| Back to top |
|
|
Dragonsys
Novice


Joined: Sep 30, 2003 Posts: 27
|
Posted: Mon Jan 09, 2006 11:59 am Post subject: Re: The MOD section of Gallery2 INtegration with phpBB |
|
|
are you using a Template other than subSilver? if you are, then replace subSilver with your Template name...
unless you installed a MOD which removed the admin_users.php file, then you must have that file for the user section of the ACP to work properly, otherewise you would not be able to edit any users. If you do not have this file, then I would suggest you get it form somewhere. |
|
| Back to top |
|
|
|
|
|
|
|