Search…

X3 Photo Gallery Support Forums

Search…

Search found 6 matches

by jwinney
22 Mar 2013, 21:25
Forum: Imagevue X2
Topic: Latest Demo Version Zip file CHMOD's
Replies: 2
Views: 4039

Latest Demo Version Zip file CHMOD's

Well I've been pulling my hair out trying to get the latest demo version working on my hosting. Because I have Wordpress installed it made matters worse because trying to access the gallery folder just gave a Wordpress 404. The security of the files in the zip file are set to 777 and quite rightly m...
by jwinney
27 Nov 2012, 16:37
Forum: Imagevue X2
Topic: Restricted Users Renaming folders bug
Replies: 2
Views: 1888

Re: Restricted Users Renaming folders bug

I have done this which seems to work ok as Admin and as a Restricted User... File: iv-admin/controllers/IndexController.php After: 127: public function renameAction() 128: { I added: if (ivAcl::getAllowedPath() == ivPath::canonizeRelative($this->path)){ ivMessenger::add(ivMessenger::ERROR, 'Cannot r...
by jwinney
27 Nov 2012, 09:22
Forum: Imagevue X2
Topic: Restricted Users Renaming folders bug
Replies: 2
Views: 1888

Restricted Users Renaming folders bug

A Restricted user has the capability to rename their own root folder which causes an infinite redirect because their user details aren't updated with the new folder name. I think the simplest solution would be to prevent Restricted users renaming their root folder. Any advise on patching the rename ...
by jwinney
20 Nov 2012, 18:15
Forum: Imagevue X2
Topic: Numerical Usernames
Replies: 4
Views: 2524

Re: Numerical Usernames

Think I've found a way to fix my problem.

Line 76 of ivUserManager.class.php

if ($user->login === $login) (data types have to match)

changed to:
if ($user->login == $login)
by jwinney
20 Nov 2012, 17:29
Forum: Imagevue X2
Topic: Numerical Usernames
Replies: 4
Views: 2524

Re: Numerical Usernames

Yes, in the trial version. I'm looking at using the gallery for a Camera Club where members can have their own galleries. They are notoriously forgetful so the one thing they DO remember is their membership number! Many are retired. I'm not asking for anything complex, just being able to have a numb...
by jwinney
20 Nov 2012, 03:53
Forum: Imagevue X2
Topic: Numerical Usernames
Replies: 4
Views: 2524

Numerical Usernames

I'd like to be able to create users with numerical usernames. I tried this on the demo version and while it added the user account , the user cannot be edited and the gallery refuses to display. I edited the user manually, appending a letter it was happy again. As a side note, It would be nice to ha...