LetoDMS Community Forum
Group members - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10)
+--- Thread: Group members (/showthread.php?tid=105)

Pages: 1 2


Group members - Ernesto - 07-16-2010

Hi guru.
Is it possible, as a standard user (no admin), see the group members?
Thank in advance.
Best regards.
Ernesto


RE: Group members - matteo lucarelli - 07-19-2010

Yes,
there is a user list in the account management menu.
It can be enable/disable in iside the inc.Settings (the general settings)


RE: Group members - Ernesto - 07-19-2010

Hi Matteo,
what's the right variable in "inc.Settings.php" file to change in order to enable the standard account to see the groups?
Thanks for all.
Best regards.
Ernesto


RE: Group members - matteo lucarelli - 07-19-2010

// enable/disable group and user view for all users
var $_enableUsersView = true;


RE: Group members - Ernesto - 07-19-2010

Hi Matteo,
I don't find the "$_enableUsersView" variable on inc.Setting.php file.
I've installed 1.7.2 version of LetoDMS/MyDMS.

At the end I've inserted your variable but it doesn't work, because as admin user we can see the groups members but if, for example i use a simple account, i login with ernesto user i can't see the members.

We desire to see the group members, for example, from this:

http://pippo.pluto.com/mydms/out/out.DocumentNotify.php?documentid=1

Let me know you opinion.
BR.
Ernesto


RE: Group members - matteo lucarelli - 07-19-2010

The list in the account management is a feature introduced in the newest release.
To obtain it update your installation to the last version of letoDMS


RE: Group members - Ernesto - 07-20-2010

Hi Matteo,
is there a procedure to update from 1.7.2 to 1.8?
Thanks in advance.
BR.
Ernesto


RE: Group members - matteo lucarelli - 07-20-2010

Yes, is included in the package (folder UPDATE).
Is composed by a
- php script (that changes the data folder organization)
- a SQL script (for the DB difference).

Remember to backup your installation before proceed.


RE: Group members - Ernesto - 07-20-2010

HI Matteo,
I've two little doubts:
  • I've downloaded the letoDMS-1.8.3.zip file, inside it there is the UPDATE-v1.8.1 folder with your two suggested files (php and sql). Are they useful only to upgrade from 1.8.1 to 1.8.3? Or no?
  • Regarding the backup, is it sufficient to create a dump file of mysql database and to create a tar/gzip file of the mydms-1.7.2 folder?
Thanks in advance.
BR.
Ernesto


-
-


RE: Group members - matteo lucarelli - 07-21-2010

The UPDATE-1.8.1 is required to update starting from ANY VERSION BEFORE the 1.8.1.
Then if you're updating from 1.7.x to 1.8.3 is required.

To backup:
- make an archive of your installation folder,
- make an archive of your data folder
- dump the DB

After having updated the files (remember to edit the inc.Settings):
- execute the update.php

for the latter step you need to:
- log in to the dms
- call directly the script (point the browser to http://yoursite/path/to/dms/UPDATE-v1.8.1/update.php