I see Visible's test site is back up and running.. is this a sign he might be back?? I hope so

Then, have a look at the root/gallery/install/mysql(your sql version).php from the mod package...nickvergessen wrote:kutam wrote:and then FROM the modules table to find (by langname) and REMOVE the rows
"ACP_CAT_GALLERY"
"ACP_GALLERY_MANAGEMENT"
"ACP_GALLERY_MANAGE_ALBUMS"
"ACP_GALLERY_CREATE_ALBUM"
"ACP_GALLERY_MANAGE_CACHE"
"ACP_GALLERY_SETTINGS"
"ACP_GALLERY_GENERAL_SETTINGS"
"ACP_GALLERY_USER_SETTINGS"
"ACP_GALLERY_GUEST_SETTINGS"
"ACP_GALLERY_WATERMARK_SETTINGS"
"UCP_GALLERY_PREFS"you should not do that
![]()
you will screw up the system of left_id and right_id![]()
you must delete the modules in the ACP
Thanks for the post, muggins. It would be great if someone could produce a document that helps newbies, like me, to uninstall this mod if it comes to that. I'm not sure I follow your responsemuggins wrote:Edit:
Here's what Nick said about the ACP. It answers some questions that I wasn't smart enough to answer:Then, have a look at the root/gallery/install/mysql(your sql version).php from the mod package...nickvergessen wrote:kutam wrote:and then FROM the modules table to find (by langname) and REMOVE the rows
"ACP_CAT_GALLERY"
"ACP_GALLERY_MANAGEMENT"
"ACP_GALLERY_MANAGE_ALBUMS"
"ACP_GALLERY_CREATE_ALBUM"
"ACP_GALLERY_MANAGE_CACHE"
"ACP_GALLERY_SETTINGS"
"ACP_GALLERY_GENERAL_SETTINGS"
"ACP_GALLERY_USER_SETTINGS"
"ACP_GALLERY_GUEST_SETTINGS"
"ACP_GALLERY_WATERMARK_SETTINGS"
"UCP_GALLERY_PREFS"you should not do that
![]()
you will screw up the system of left_id and right_id![]()
you must delete the modules in the ACP
There are six tables to drop, and one alter statement in phpbb_users to back out, but it looks pretty straightforward.